From e4668b84278e932cc8d36f055cb6c93dd49b4533 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Mon, 15 Sep 2025 12:57:21 +0300 Subject: [PATCH] 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: --- src/freedreno/ci/gitlab-ci-inc.yml | 19 +++++++++++++++++-- src/freedreno/ci/gitlab-ci.yml | 7 ++++--- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/src/freedreno/ci/gitlab-ci-inc.yml b/src/freedreno/ci/gitlab-ci-inc.yml index 0be3d4b4470..b4abe8baf00 100644 --- a/src/freedreno/ci/gitlab-ci-inc.yml +++ b/src/freedreno/ci/gitlab-ci-inc.yml @@ -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 diff --git a/src/freedreno/ci/gitlab-ci.yml b/src/freedreno/ci/gitlab-ci.yml index eb929c78e7d..b49b31ee939 100644 --- a/src/freedreno/ci/gitlab-ci.yml +++ b/src/freedreno/ci/gitlab-ci.yml @@ -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: