Skip to content

Commit

Permalink
docker-compose: use toml config file for scheduler-lava
Browse files Browse the repository at this point in the history
Commit 6169407 ("docker-compose: provide kernelci.toml as settings
file") changed all services to use `kernelci.toml` instead of
`kernelci.conf`, except for `scheduler-lava`. This leads to the
corresponding container to exit with a "File not found" error unless
a `kernelci.conf` file is also present in the `config/` dir.

Signed-off-by: Arnaud Ferraris <[email protected]>
  • Loading branch information
a-wai authored and nuclearcat committed Jan 25, 2024
1 parent 2b1a0fb commit d059493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ services:
container_name: 'kernelci-pipeline-scheduler-lava'
command:
- './pipeline/scheduler.py'
- '--settings=${KCI_SETTINGS:-/home/kernelci/config/kernelci.conf}'
- '--settings=${KCI_SETTINGS:-/home/kernelci/config/kernelci.toml}'
- 'loop'
- '--runtimes'
- 'lava-collabora'
Expand Down

0 comments on commit d059493

Please sign in to comment.