We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f409438 commit c2b496bCopy full SHA for c2b496b
config/pipeline.yaml
@@ -224,6 +224,7 @@ jobs:
224
baseline-x86: *baseline-job
225
baseline-x86-baylibre: *baseline-job
226
baseline-x86-qualcomm: *baseline-job
227
+ baseline-x86-cip: *baseline-job
228
229
kbuild-gcc-10-arc-haps_hs_smp_defconfig:
230
<<: *kbuild-job
@@ -702,6 +703,17 @@ scheduler:
702
703
platforms:
704
- qemu
705
706
+ - job: baseline-x86-cip
707
+ event:
708
+ channel: node
709
+ name: kbuild-gcc-10-x86
710
+ result: pass
711
+ runtime:
712
+ type: lava
713
+ name: lava-cip
714
+ platforms:
715
+ - qemu
716
+
717
- job: kbuild-clang-17-x86
718
<<: *build-k8s-all
719
0 commit comments