Skip to content

Commit

Permalink
config: pipeline: enable missing mediatek tree jobs
Browse files Browse the repository at this point in the history
Altough mediatek tree is already added, but it is missing jobs where
chromebook/x86-board fragment is present. Create a new job for x86 and
add mediatek tree to existing similar job.

Signed-off-by: Muhammad Usama Anjum <[email protected]>
  • Loading branch information
musamaanjum authored and nuclearcat committed Sep 4, 2024
1 parent 8398526 commit cd017ad
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions config/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,7 @@ jobs:
rules:
tree:
- 'chrome-platform'
- 'mediatek'

kbuild-gcc-12-arm64-chromebook-kcidebug:
<<: *kbuild-gcc-12-arm64-job
Expand Down Expand Up @@ -1178,6 +1179,16 @@ jobs:
- x86_64_defconfig
- allnoconfig

kbuild-gcc-12-x86-mediatek:
<<: *kbuild-gcc-12-x86-job
params:
<<: *kbuild-gcc-12-x86-params
fragments:
- 'x86-board'
rules:
tree:
- 'mediatek'

kbuild-gcc-12-x86-mfd:
<<: *kbuild-gcc-12-x86-job
rules:
Expand Down Expand Up @@ -2230,6 +2241,9 @@ scheduler:
- job: kbuild-gcc-12-x86-mainline-allnoconfig
<<: *build-k8s-all

- job: kbuild-gcc-12-x86-mediatek
<<: *build-k8s-all

- job: kbuild-gcc-12-x86-mfd
<<: *build-k8s-all

Expand Down

0 comments on commit cd017ad

Please sign in to comment.