From 8c98ee6f3addb1d1b41d180017b730d017ece826 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Mon, 18 Sep 2023 16:23:52 +0300 Subject: [PATCH] radv/ci: move vkcts-navi10 testing to KWS MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit We now have 2 more navi10 DUTs at KWS, so let's use them to speed up vkcts testing! Signed-off-by: Martin Roukala (né Peres) Part-of: --- src/amd/ci/gitlab-ci.yml | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/src/amd/ci/gitlab-ci.yml b/src/amd/ci/gitlab-ci.yml index 1ba1c43..6c48781 100644 --- a/src/amd/ci/gitlab-ci.yml +++ b/src/amd/ci/gitlab-ci.yml @@ -376,8 +376,6 @@ radeonsi-raven-va-full:x86_64: .navi10-test-valve: variables: - RUNNER_FARM_LOCATION: mupuf - FDO_CI_CONCURRENT: 24 # (2022-01) noapic is set because the serial adapter on this # machine is using non-MSI IRQs and is generating a lot of # IRQs. This tends to confuse the interrupt controller and breaks @@ -386,6 +384,20 @@ radeonsi-raven-va-full:x86_64: tags: - amdgpu:codename:NAVI10 +.navi10-test-valve-mupuf: + extends: + - .navi10-test-valve + variables: + RUNNER_FARM_LOCATION: mupuf + FDO_CI_CONCURRENT: 24 + +.navi10-test-valve-kws: + extends: + - .navi10-test-valve + variables: + RUNNER_FARM_LOCATION: keywords + FDO_CI_CONCURRENT: 16 + .navi21-test-valve: variables: RUNNER_FARM_LOCATION: keywords @@ -486,9 +498,10 @@ vkcts-renoir-valve: B2C_TIMEOUT_OVERALL_MINUTES: 130 vkcts-navi10-valve: + parallel: 2 extends: - .vkcts-test-valve - - .navi10-test-valve + - .navi10-test-valve-kws - .radv-valve-manual-rules variables: GPU_VERSION: radv-navi10-aco @@ -606,7 +619,7 @@ vkd3d-renoir-valve: vkd3d-navi10-valve: extends: - .vkd3d-test-valve - - .navi10-test-valve + - .navi10-test-valve-mupuf - .radv-valve-manual-rules variables: VKD3D_PROTON_RESULTS: radv-navi10-vkd3d -- 2.7.4