Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config: Run only fluster-debian Jobs on media-committers tree #1075

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion config/jobs-chromeos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ jobs:
<<: *kbuild-clang-17-x86-chromeos-params
flavour: intel-pineview

kbuild-gcc-12-arm64-chromebook:
kbuild-gcc-12-arm64-chromebook: &kbuild-gcc-12-arm64-chromebook-job
<<: *kbuild-gcc-12-arm64-chromeos-job
params:
<<: *kbuild-gcc-12-arm64-chromeos-params
Expand All @@ -557,6 +557,14 @@ jobs:
tree:
- '!android'
- '!chromiumos'
- '!media-committers'

kbuild-gcc-12-arm64-chromebook-media-committers:
<<: *kbuild-gcc-12-arm64-chromebook-job
# Don't copy parent Job rules because they would get overwritten anyway
rules:
tree:
- 'media-committers'

kbuild-gcc-12-arm64-chromeos-mediatek:
<<: *kbuild-gcc-12-arm64-chromeos-job
Expand Down
62 changes: 61 additions & 1 deletion config/scheduler-chromeos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,27 @@ _anchors:

test-job-arm64-mediatek: &test-job-arm64-mediatek
<<: *lava-job-collabora
event:
event: &test-job-arm64-mediatek-event
channel: node
name: kbuild-gcc-12-arm64-chromebook
result: pass
kind: kbuild
platforms: *mediatek-platforms

test-job-arm64-mediatek-media-committers: &test-job-arm64-mediatek-media-committers
<<: *test-job-arm64-mediatek
event:
<<: *test-job-arm64-mediatek-event
name: kbuild-gcc-12-arm64-chromebook-media-committers

test-job-arm64-qualcomm: &test-job-arm64-qualcomm
<<: *test-job-arm64-mediatek
platforms: *qualcomm-platforms

test-job-arm64-qualcomm: &test-job-arm64-qualcomm-media-committers
<<: *test-job-arm64-mediatek-media-committers
platforms: *qualcomm-platforms

test-job-chromeos-amd: &test-job-chromeos-amd
<<: *lava-job-collabora
event:
Expand Down Expand Up @@ -570,6 +580,56 @@ scheduler:
- job: fluster-debian-vp9
<<: *test-job-arm64-qualcomm

- job: fluster-debian-av1
<<: *test-job-arm64-mediatek-media-committers
platforms:
- mt8195-cherry-tomato-r2

- job: fluster-debian-av1-chromium-10bit
<<: *test-job-arm64-mediatek-media-committers
platforms:
- mt8195-cherry-tomato-r2

- job: fluster-debian-h264
<<: *test-job-arm64-mediatek-media-committers

- job: fluster-debian-h264-frext
<<: *test-job-arm64-mediatek-media-committers

- job: fluster-debian-h265
<<: *test-job-arm64-mediatek-media-committers
platforms:
- mt8195-cherry-tomato-r2

- job: fluster-debian-vp8
<<: *test-job-arm64-mediatek-media-committers
platforms:
- mt8186-corsola-steelix-sku131072
- mt8192-asurada-spherion-r0
- mt8195-cherry-tomato-r2

- job: fluster-debian-vp9
<<: *test-job-arm64-mediatek-media-committers
platforms:
- mt8186-corsola-steelix-sku131072
- mt8192-asurada-spherion-r0
- mt8195-cherry-tomato-r2

- job: fluster-debian-h264
<<: *test-job-arm64-qualcomm-media-committers

- job: fluster-debian-h264-frext
<<: *test-job-arm64-qualcomm-media-committers

- job: fluster-debian-h265
<<: *test-job-arm64-qualcomm-media-committers

- job: fluster-debian-vp8
<<: *test-job-arm64-qualcomm-media-committers

- job: fluster-debian-vp9
<<: *test-job-arm64-qualcomm-media-committers

- job: watchdog-reset-arm64-mediatek
<<: *test-job-arm64-mediatek

Expand Down