Skip to content

Commit

Permalink
Drop Runtimes filter on LAVA Scheduler in Kubernetes deployment
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
pawiecz committed Dec 5, 2024
1 parent c466408 commit 84a7a51
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions kube/aks/scheduler-lava.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ spec:
- --yaml-config=/config
- loop
- --name=scheduler_lava
- --runtimes
- lava-collabora
- lava-broonie
- lava-baylibre
env:
- name: KCI_API_TOKEN
valueFrom:
Expand Down

0 comments on commit 84a7a51

Please sign in to comment.