Module: Mesa Branch: main Commit: 4031ed5c8a0bbda910f22aec5ee3263b8137936a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4031ed5c8a0bbda910f22aec5ee3263b8137936a
Author: Martin Roukala (né Peres) <[email protected]> Date: Thu Jun 22 09:14:31 2023 +0300 amd/ci: temporarily disable some manual jobs that take a long time to run 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) <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23789> --- 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
