mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 16:00:09 +01:00
iris/ci: Set FDO_CI_CONCURRENT for all Chromebook jobs
For some reason we were missing these and that was causing some CPUs to remain idle, and some boards to have too high load and some tests timing out occasionally. Set FDO_CI_CONCURRENT for the number of cores, plus one to account for GPU and I/O waits. Reviewed-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18028>
This commit is contained in:
parent
1bdcf5c099
commit
477412f303
1 changed files with 8 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
|||
variables:
|
||||
DEVICE_TYPE: asus-cx9400-volteer
|
||||
GPU_VERSION: anv-tgl
|
||||
FDO_CI_CONCURRENT: 8
|
||||
FDO_CI_CONCURRENT: 9
|
||||
RUNNER_TAG: mesa-ci-x86-64-lava-asus-cx9400-volteer
|
||||
|
||||
anv-tgl-vk:
|
||||
|
|
@ -56,6 +56,7 @@ anv-tgl-vk:
|
|||
DEVICE_TYPE: asus-C523NA-A20057-coral
|
||||
GPU_VERSION: iris-apl
|
||||
RUNNER_TAG: mesa-ci-x86-64-lava-asus-C523NA-A20057-coral
|
||||
FDO_CI_CONCURRENT: 5
|
||||
|
||||
# 4 boards
|
||||
.iris-glk-test:
|
||||
|
|
@ -65,6 +66,7 @@ anv-tgl-vk:
|
|||
DEVICE_TYPE: hp-x360-12b-ca0010nr-n4020-octopus
|
||||
GPU_VERSION: iris-glk
|
||||
RUNNER_TAG: mesa-ci-x86-64-lava-hp-x360-12b-ca0010nr-n4020-octopus
|
||||
FDO_CI_CONCURRENT: 3
|
||||
|
||||
# 5 boards, manual for now due to the GPU being occasionally stuck
|
||||
.iris-amly-test:
|
||||
|
|
@ -75,6 +77,7 @@ anv-tgl-vk:
|
|||
DEVICE_TYPE: asus-C433TA-AJ0005-rammus
|
||||
GPU_VERSION: iris-amly
|
||||
RUNNER_TAG: mesa-ci-x86-64-lava-asus-C433TA-AJ0005-rammus
|
||||
FDO_CI_CONCURRENT: 5
|
||||
|
||||
# 7 boards
|
||||
.iris-kbl-test:
|
||||
|
|
@ -84,6 +87,7 @@ anv-tgl-vk:
|
|||
DEVICE_TYPE: hp-x360-14-G1-sona
|
||||
GPU_VERSION: iris-kbl
|
||||
RUNNER_TAG: mesa-ci-x86-64-lava-hp-x360-14-G1-sona
|
||||
FDO_CI_CONCURRENT: 9
|
||||
|
||||
# 5 boards
|
||||
.iris-whl-test:
|
||||
|
|
@ -93,6 +97,7 @@ anv-tgl-vk:
|
|||
DEVICE_TYPE: dell-latitude-5400-8665U-sarien
|
||||
GPU_VERSION: iris-whl
|
||||
RUNNER_TAG: mesa-ci-x86-64-lava-dell-latitude-5400-8665U-sarien
|
||||
FDO_CI_CONCURRENT: 9
|
||||
|
||||
# 5 boards
|
||||
.iris-cml-test:
|
||||
|
|
@ -102,6 +107,7 @@ anv-tgl-vk:
|
|||
DEVICE_TYPE: asus-C436FA-Flip-hatch
|
||||
GPU_VERSION: iris-cml
|
||||
RUNNER_TAG: mesa-ci-x86-64-lava-asus-C436FA-flip-hatch
|
||||
FDO_CI_CONCURRENT: 9
|
||||
|
||||
# 8 boards
|
||||
.iris-jsl-test:
|
||||
|
|
@ -111,6 +117,7 @@ anv-tgl-vk:
|
|||
DEVICE_TYPE: acer-cb317-1h-c3z6-dedede
|
||||
GPU_VERSION: iris-jsl
|
||||
RUNNER_TAG: mesa-ci-x86-64-lava-acer-cb317-1h-c3z6-dedede
|
||||
FDO_CI_CONCURRENT: 3
|
||||
|
||||
iris-apl-deqp:
|
||||
extends:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue