Module: Mesa Branch: main Commit: 3005c27a92d6daddb1896730618d6af3cb6e3520 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3005c27a92d6daddb1896730618d6af3cb6e3520
Author: Martin Roukala (né Peres) <[email protected]> Date: Thu Jun 22 14:53:33 2023 +0300 Revert "amd/ci: temporarily disable some manual jobs that take a long time to run" This reverts commit 4031ed5c8a0bbda910f22aec5ee3263b8137936a. Signed-off-by: Martin Roukala <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23798> --- 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 c679c6d976a..6a44ac86141 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 @@ radeonsi-raven-va-full:x86_64: 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 @@ radeonsi-raven-va-full:x86_64: 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-navi21-valve: variables: GPU_VERSION: radv-vangogh-aco -.glcts-vangogh-valve: +glcts-vangogh-valve: extends: - .b2c-test-gl - .deqp-test-valve
