Skip to content

Commit

Permalink
config/pipeline.yaml: add lava-collabora-early-access
Browse files Browse the repository at this point in the history
Add a variant Runtime entry for lava-collabora with callback
parameters for early access.  This is a temporary measure until a
better solution is implemented.

Signed-off-by: Guillaume Tucker <[email protected]>
  • Loading branch information
gctucker committed Sep 5, 2023
1 parent 3344e7a commit 383a2ee
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion config/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ runtimes:
lab_type: kubernetes
context: 'gke_android-kernelci-external_europe-west4-c_kci-eu-west4'

lava-collabora:
lava-collabora: &lava-collabora-staging
lab_type: lava
url: https://lava.collabora.dev/
priority_min: 40
Expand All @@ -73,6 +73,15 @@ runtimes:
token: kernelci-api-token-staging
url: https://staging.kernelci.org:9100

# ToDo: avoid creating a separate Runtime entry
# https://github.com/kernelci/kernelci-core/issues/2088
lava-collabora-early-access:
<<: *lava-collabora-staging
notify:
callback:
token: kernelci-api-token-early-access
url: https://staging.kernelci.org:9100

shell:
lab_type: shell

Expand Down

0 comments on commit 383a2ee

Please sign in to comment.