From bd5d599127a080406ca4f5e08f8d0f5c93dbf457 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Wed, 30 Nov 2022 15:06:55 +0000 Subject: [PATCH] ci: Rebalance radv/grunt testing We've recently rebalanced our lab devices to get a fewer number of grunts. Switch to scheduling only on the newer shinier ones, running fewer tests. We'll evaluate the runtime, and if they're quick enough then we can increase the amount of testing we do. Signed-off-by: Daniel Stone Part-of: (cherry picked from commit 921cfcf4c4f5cb6f82ef978587e0462218093542) --- .pick_status.json | 2 +- src/amd/ci/gitlab-ci.yml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.pick_status.json b/.pick_status.json index 1c182fc6d36..b8504d98fdf 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -5890,7 +5890,7 @@ "description": "ci: Rebalance radv/grunt testing", "nominated": false, "nomination_type": null, - "resolution": 4, + "resolution": 1, "main_sha": null, "because_sha": null }, diff --git a/src/amd/ci/gitlab-ci.yml b/src/amd/ci/gitlab-ci.yml index 772e9c88b40..57e466ca904 100644 --- a/src/amd/ci/gitlab-ci.yml +++ b/src/amd/ci/gitlab-ci.yml @@ -17,7 +17,7 @@ variables: GPU_VERSION: radeonsi-stoney DRIVER_NAME: radeonsi - # 12 devices (2022-10-12) + # 12 devices (2022-11-30) RUNNER_TAG: mesa-ci-x86-64-lava-acer-R721T-grunt DEVICE_TYPE: acer-R721T-grunt @@ -30,18 +30,18 @@ DRIVER_NAME: radv GPU_VERSION: radv-stoney-aco VK_DRIVER: radeon - # 10 devices (2022-10-12) - DEVICE_TYPE: hp-11A-G6-EE-grunt - RUNNER_TAG: mesa-ci-x86-64-lava-hp-11A-G6-EE-grunt + # 6 devices (2022-11-30) + DEVICE_TYPE: hp-14-db0003na-grunt + RUNNER_TAG: mesa-ci-x86-64-lava-hp-14-db0003na-grunt # Run ten jobs in parallel each running 1/40th of the test suite radv-stoney-vkcts:amd64: extends: - .lava-test:amd64 - .radv-stoney-test:amd64 - parallel: 10 + parallel: 5 variables: - DEQP_FRACTION: 4 + DEQP_FRACTION: 8 radeonsi-stoney-gl:amd64: extends: