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 Kubernetes deployment #937

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. The filter currently in use for Kubernetes deployment got out-of-sync with the LAVA Runtimes enabled in the Pipeline config.

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.

Fixes: #925

Scheduler is able to filter out Runtimes it will submit Jobs to with
a "--runtimes" option. The filter currently in use for Kubernetes
deployment got out-of-sync with the LAVA Runtimes enabled in the
Pipeline config.

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.

Fixes: kernelci#925

Signed-off-by: Paweł Wieczorek <[email protected]>
@pawiecz pawiecz force-pushed the drop-lava-runtimes-filtering-k8s branch from a882ebd to 84a7a51 Compare December 5, 2024 12:16
@pawiecz pawiecz changed the title wip: Drop Runtimes filter in LAVA Scheduler in Kubernetes deployment Drop Runtimes filter on LAVA Scheduler in Kubernetes deployment Dec 5, 2024
@pawiecz pawiecz marked this pull request as ready for review December 5, 2024 12:19
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.

LAVA Runtimes selection in Kubernetes deployment recipes for Production instance is out of sync
1 participant