Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kernelci.toml: Adjust default values to make local setup easier #369

Closed
wants to merge 1 commit into from

Conversation

nuclearcat
Copy link
Member

In pipeline.yaml we have:

- 'data/output/:/home/kernelci/data/output'

Let's align it with kernelci.toml, as it might bite if we run local docker runner for kbuild.

In pipeline.yaml we have:
```
- 'data/output/:/home/kernelci/data/output'
```
Let's align it with kernelci.toml, as it might bite if we
run local docker runner for kbuild.

Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
@@ -14,7 +14,7 @@ output = "/home/kernelci/data/output"
storage_config = "docker-host"

[scheduler]
output = "/home/kernelci/output"
output = "/home/kernelci/data/output"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this working as expected?
I guess we also need to adjust the mounted volume - './data/output:/home/kernelci/output' for scheduler service to make this work.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, i will prepare fresh VM to retest all this changes from zero

@nuclearcat nuclearcat marked this pull request as draft December 13, 2023 12:37
@nuclearcat nuclearcat closed this Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants