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

Drop Runtimes filter on LAVA Scheduler in Docker-compose deployment #936

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pawiecz
Copy link
Contributor

@pawiecz pawiecz commented Dec 4, 2024

Scheduler is able to filter out Runtimes it will submit Jobs to with a "--runtimes" option. Even though the filter currently in use covers all the LAVA Runtimes available in the Pipeline config, using this filter may lead to missing some Job submissions in the future (if a new Runtime is not added to this list).

This patch drops this option to fall back to the default behaviour which is submitting Jobs to all the Runtimes available in the Pipeline config.

Docker-compose deployment is currently used on the Staging instance which limits its submissions by trigerring Jobs only on "kernelci" trees:

- '--trees=kernelci'

Scheduler is able to filter out Runtimes it will submit Jobs to with a
"--runtimes" option. Even though the filter currently in use covers all
the LAVA Runtimes available in the Pipeline config, using this filter
may lead to missing some Job submissions in the future (if a new Runtime
is not added to this list).

This patch drops this option to fall back to the default behaviour which
is submitting Jobs to all the Runtimes available in the Pipeline config.

Docker-compose deployment is currently used on the Staging instance
which limits its submissions by trigerring Jobs only on "kernelci"
trees:
https://github.com/kernelci/kernelci-pipeline/blob/54436dfff9786c4f5a827e94d8c9b7fe6fda12af/docker-compose.yaml#L147

Signed-off-by: Paweł Wieczorek <[email protected]>
@pawiecz pawiecz force-pushed the drop-lava-runtimes-filtering-dc branch from e5301c6 to 5c9a5a4 Compare December 5, 2024 10:50
@pawiecz pawiecz changed the title wip: Drop Runtimes filter in LAVA Scheduler in Docker-compose deployment Drop Runtimes filter on LAVA Scheduler in Docker-compose deployment Dec 5, 2024
@pawiecz pawiecz marked this pull request as ready for review December 5, 2024 10:51
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.

1 participant