turnip/ci: switch vkcts testing to the KWS farm
This commit keeps vkcts as a nightly job, but this puts us in shooting distance to what we've been working for for the past 2.5 years! We will flip the switch to making this job part of the merge pipeline after a week of stress testing to make sure reliability issues, especially around USB, don't come back to haunt my days and nights. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37367>
This commit is contained in:
committed by
Marge Bot
parent
decd34f619
commit
e4668b8427
@@ -346,10 +346,10 @@
|
||||
|
||||
# CI-tron
|
||||
|
||||
.a750-mupuf:
|
||||
|
||||
.a750:
|
||||
variables:
|
||||
FDO_CI_CONCURRENT: 8
|
||||
RUNNER_FARM_LOCATION: mupuf
|
||||
CI_TRON_DUT_SETUP_TAGS: dt_gpu:codename:a750
|
||||
CI_TRON_KERNEL__URL: 'https://fs.mupuf.org/hdk8650/2025-08-22-msm-fixes-for-mesa-ci//linux-arm64'
|
||||
CI_TRON_INITRAMFS_CATEGORY__50_PLATFORM__0__URL: 'https://fs.mupuf.org/hdk8650/sm8650-hdk-firmware.cpio.xz'
|
||||
@@ -365,3 +365,18 @@
|
||||
GPU_VERSION: freedreno-a750
|
||||
DRIVER_NAME: freedreno-a6xx
|
||||
VK_DRIVER: freedreno
|
||||
|
||||
|
||||
# 4 devices (+2 more coming) (2025-09-15)
|
||||
.a750-kws:
|
||||
extends:
|
||||
- .a750
|
||||
variables:
|
||||
RUNNER_FARM_LOCATION: keywords
|
||||
|
||||
# 1 device (2025-09-15)
|
||||
.a750-mupuf:
|
||||
extends:
|
||||
- .a750
|
||||
variables:
|
||||
RUNNER_FARM_LOCATION: mupuf
|
||||
|
||||
@@ -300,11 +300,12 @@ a750-gl-cl:
|
||||
a750-vk:
|
||||
extends:
|
||||
- .ci-tron-arm64-test-vk
|
||||
- .a750-mupuf
|
||||
- .a750-kws
|
||||
- .valve-turnip-manual-rules
|
||||
timeout: 75m # base runtime 54min total, 51min of testing
|
||||
parallel: 5
|
||||
timeout: 20m # base runtime is 14.5, 12.5min of testing
|
||||
variables:
|
||||
CI_TRON_TIMEOUT__OVERALL__MINUTES: 70
|
||||
CI_TRON_TIMEOUT__OVERALL__MINUTES: 18
|
||||
DEQP_SUITE: freedreno-a750-vk
|
||||
|
||||
a750-vkd3d:
|
||||
|
||||
Reference in New Issue
Block a user