From 4031ed5c8a0bbda910f22aec5ee3263b8137936a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Thu, 22 Jun 2023 09:14:31 +0300 Subject: [PATCH] amd/ci: temporarily disable some manual jobs that take a long time to run MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We are trying to re-enable the valve CI... but doing so runs all the jobs, including the manual ones. Since some can take over an hour to run, let's disable them, and re-enable them in another MR by reverting this commit. Sorry for the noise! Signed-off-by: Martin Roukala (né Peres) Part-of: --- src/amd/ci/gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/amd/ci/gitlab-ci.yml b/src/amd/ci/gitlab-ci.yml index 6a44ac86141..c679c6d976a 100644 --- a/src/amd/ci/gitlab-ci.yml +++ b/src/amd/ci/gitlab-ci.yml @@ -329,7 +329,7 @@ radeonsi-raven-va-full:x86_64: variables: GPU_VERSION: radv-polaris10-aco -vkcts-vega10-valve: +.vkcts-vega10-valve: extends: - .vkcts-test-valve - .vega10-test-valve @@ -340,7 +340,7 @@ vkcts-vega10-valve: B2C_TIMEOUT_BOOT_MINUTES: 70 B2C_TIMEOUT_OVERALL_MINUTES: 70 -vkcts-renoir-valve: +.vkcts-renoir-valve: extends: - .vkcts-test-valve - .renoir-test-valve @@ -351,7 +351,7 @@ vkcts-renoir-valve: B2C_TIMEOUT_BOOT_MINUTES: 130 B2C_TIMEOUT_OVERALL_MINUTES: 130 -vkcts-navi10-valve: +.vkcts-navi10-valve: extends: - .vkcts-test-valve - .navi10-test-valve @@ -385,7 +385,7 @@ vkcts-navi21-valve: GPU_VERSION: radv-navi21-llvm RADV_DEBUG: llvm,checkir -vkcts-vangogh-valve: +.vkcts-vangogh-valve: parallel: 2 extends: - .vkcts-test-valve @@ -395,7 +395,7 @@ vkcts-vangogh-valve: variables: GPU_VERSION: radv-vangogh-aco -glcts-vangogh-valve: +.glcts-vangogh-valve: extends: - .b2c-test-gl - .deqp-test-valve