Skip to content

Commit 82eeb2b

Browse files
mwasilewnuclearcat
authored andcommitted
config: Add lava-foundriesio LAB
This commit adds a LAVA LAB with the name foundriesio. It also moves the job previously scheduled to Qualcomm LAB to Foundriesio LAB. This job was most likely abandoned after 00cdf30 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@oss.qualcomm.com>
1 parent e0a0ae9 commit 82eeb2b

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

config/jobs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
baseline-arm64-kontron: *baseline-job
134134
baseline-arm64-mfd: *baseline-job
135135
baseline-arm64-pengutronix: *baseline-job
136-
baseline-arm64-qualcomm: *baseline-job
136+
baseline-arm64-foundriesio: *baseline-job
137137
baseline-riscv-broonie: *baseline-job
138138
baseline-riscv-clabbe: *baseline-job
139139
baseline-x86: *baseline-job

config/pipeline.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,13 @@ runtimes:
159159
callback:
160160
token: kernel-ci-callback
161161

162+
lava-foundriesio:
163+
lab_type: lava
164+
url: 'https://lava.infra.foundries.io'
165+
notify:
166+
callback:
167+
token: kernelci-lab-foundriesio
168+
162169
shell:
163170
lab_type: shell
164171

config/scheduler.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,11 +241,11 @@ scheduler:
241241
- imx8mm-innocomm-wb15-evk
242242
- imx8mp-tqma8mpql-mba8mpxl
243243

244-
- job: baseline-arm64-qualcomm
244+
- job: baseline-arm64-foundriesio
245245
event: *kbuild-gcc-12-arm64-node-event
246246
runtime:
247247
type: lava
248-
name: lava-qualcomm
248+
name: lava-foundriesio
249249
platforms:
250250
- bcm2711-rpi-4-b
251251
- qcs6490-rb3gen2

0 commit comments

Comments
 (0)