Skip to content

Commit

Permalink
fix(scheduler-chromeos): Disable tast-decoder-chromestack on x86
Browse files Browse the repository at this point in the history
As discovered this test is very long running and blocking MesaCI tests
and not really necessary on x86, so we can disable it on this type of
devices.

Signed-off-by: Denys Fedoryshchenko <[email protected]>
  • Loading branch information
nuclearcat committed Sep 20, 2024
1 parent 97abe5b commit 11e97d2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions config/scheduler-chromeos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -322,11 +322,13 @@ scheduler:
- job: tast-decoder-chromestack-arm64-qualcomm-pre6_7
<<: *test-job-chromeos-qualcomm

- job: tast-decoder-chromestack-x86-amd
<<: *test-job-chromeos-amd
# Disabled as per daniels request to reduce load on LAVA
# - job: tast-decoder-chromestack-x86-amd
# <<: *test-job-chromeos-amd

- job: tast-decoder-chromestack-x86-intel
<<: *test-job-chromeos-intel
# Disabled as per daniels request to reduce load on LAVA
# - job: tast-decoder-chromestack-x86-intel
# <<: *test-job-chromeos-intel

- job: tast-decoder-v4l2-sl-av1-arm64-mediatek
<<: *test-job-chromeos-mediatek
Expand Down

0 comments on commit 11e97d2

Please sign in to comment.