Skip to content

Commit 4238819

Browse files
nuclearcatkwilczynski
authored andcommitted
(jobs.yaml) Add back as example cip:// config fragment
This is initial commit to return CIP specific fragments, and also will serve as verification that everything works right for this fragments. Signed-off-by: Denys Fedoryshchenko <[email protected]>
1 parent 143c89b commit 4238819

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

config/jobs.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,20 @@ jobs:
564564
fragments:
565565
- 'CONFIG_CPU_BIG_ENDIAN=y'
566566

567+
kbuild-gcc-12-arm-cip-allnoconfig:
568+
<<: *kbuild-gcc-12-arm-allnoconfig-job
569+
params:
570+
<<: *kbuild-gcc-12-arm-params
571+
defconfig:
572+
- multi_v7_defconfig
573+
- allnoconfig
574+
fragments:
575+
- 'cip://6.1.y-cip/arm/qemu_arm_defconfig'
576+
rules:
577+
branch:
578+
- 'cip:linux-6.1.y-cip'
579+
- 'cip:linux-6.1.y-cip-rt'
580+
567581
kbuild-gcc-12-arm-SMP:
568582
<<: *kbuild-gcc-12-arm-allnoconfig-job
569583
params:

0 commit comments

Comments
 (0)