Skip to content

Commit

Permalink
v4l2-decoder-conformance: Use correct base test job
Browse files Browse the repository at this point in the history
Fluster tests were previously triggered by successful kernel build in
kbuild-gcc-12-arm64-chromebook configuration. It had to be replaced by
a job depending on kbuild-gcc-12-arm64-chromeos-mediatek kernel build
events - otherwise wrong defconfig was in use.

Signed-off-by: Paweł Wieczorek <[email protected]>
  • Loading branch information
pawiecz authored and nuclearcat committed Sep 20, 2024
1 parent ccc46da commit 42545e0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions config/scheduler-chromeos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -523,35 +523,35 @@ scheduler:
- mt8195-cherry-tomato-r2

- job: fluster-chromeos-av1
<<: *test-job-arm64-mediatek
<<: *test-job-chromeos-mediatek
platforms:
- mt8195-cherry-tomato-r2

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

- job: fluster-chromeos-h264
<<: *test-job-arm64-mediatek
<<: *test-job-chromeos-mediatek

- job: fluster-chromeos-h264-frext
<<: *test-job-arm64-mediatek
<<: *test-job-chromeos-mediatek

- job: fluster-chromeos-h265
<<: *test-job-arm64-mediatek
<<: *test-job-chromeos-mediatek
platforms:
- mt8195-cherry-tomato-r2

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

- job: fluster-chromeos-vp9
<<: *test-job-arm64-mediatek
<<: *test-job-chromeos-mediatek
platforms:
- mt8186-corsola-steelix-sku131072
- mt8192-asurada-spherion-r0
Expand Down

0 comments on commit 42545e0

Please sign in to comment.