From 389ba523185b92cc131ec4e100fbf3bf2e0f196c Mon Sep 17 00:00:00 2001 From: Christos Tsolakis <christos.tsolakis@kitware.com> Date: Fri, 15 Nov 2024 14:48:42 -0500 Subject: [PATCH] ci: move python 3.12 jobs to be nightly-only --- .gitlab-ci.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 320e65c39be..1395737b2e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -869,7 +869,7 @@ wheel-linux-python312-x86_64:build: - .cmake_build_wheel_linux - .linux_builder_tags - .cmake_wheel_artifacts - - .run_manually + - .merged_only dependencies: [] needs: [] @@ -878,7 +878,7 @@ wheel-linux-python312-x86_64:test: - .wheel_linux312_x86_64 - .cmake_test_wheel_linux - .linux_builder_tags - - .run_automatically + - .merged_only - .cdash_annotations_artifacts dependencies: - wheel-linux-python312-x86_64:build @@ -890,7 +890,7 @@ wheel-linux-python312-x86_64:test-x11: - .wheel_linux312_x86_64 - .cmake_test_wheel_linux_x11 - .linux_tester_tags - - .run_automatically + - .merged_only - .cdash_annotations_artifacts dependencies: - wheel-linux-python312-x86_64:build @@ -902,7 +902,7 @@ wheel-linux-python312-x86_64-osmesa:test: - .wheel_linux312_x86_64_osmesa - .cmake_test_wheel_linux - .linux_builder_tags - - .run_automatically + - .merged_only - .cdash_annotations_artifacts dependencies: - wheel-linux-python312-x86_64:build @@ -914,7 +914,7 @@ wheel-linux-python312-x86_64-osmesa:test-x11: - .wheel_linux312_x86_64_osmesa - .cmake_test_wheel_linux_x11 - .linux_builder_tags - - .run_automatically + - .merged_only - .cdash_annotations_artifacts dependencies: - wheel-linux-python312-x86_64:build @@ -926,7 +926,7 @@ wheel-linux-python312-x86_64-egl:test: - .wheel_linux312_x86_64_egl - .cmake_test_wheel_linux - .linux_builder_tags - - .run_automatically + - .merged_only - .cdash_annotations_artifacts dependencies: - wheel-linux-python312-x86_64:build @@ -938,7 +938,7 @@ wheel-linux-python312-x86_64-egl:test-x11: - .wheel_linux312_x86_64_egl - .cmake_test_wheel_linux_x11 - .linux_tester_tags - - .run_automatically + - .merged_only - .cdash_annotations_artifacts dependencies: - wheel-linux-python312-x86_64:build @@ -1832,7 +1832,7 @@ wheel-macos-python312-arm64:build: - .cmake_build_wheel_macos - .macos_arm64_wheel_builder_tags - .cmake_wheel_artifacts - - .run_manually + - .merged_only dependencies: [] needs: [] @@ -1841,7 +1841,7 @@ wheel-macos-python312-arm64:test: - .wheel_macos312_arm64 - .cmake_test_wheel_macos - .macos_arm64_wheel_builder_tags - - .run_automatically + - .merged_only - .cdash_annotations_artifacts dependencies: - wheel-macos-python312-arm64:build @@ -1854,7 +1854,7 @@ wheel-macos-python312-x86_64:build: - .cmake_build_wheel_macos - .macos_x86_64_wheel_builder_tags - .cmake_wheel_artifacts - - .run_manually + - .merged_only timeout: 90 minutes dependencies: [] needs: [] @@ -1864,7 +1864,7 @@ wheel-macos-python312-x86_64:test: - .wheel_macos312_x86_64 - .cmake_test_wheel_macos - .macos_x86_64_wheel_builder_tags - - .run_automatically + - .merged_only - .cdash_annotations_artifacts dependencies: - wheel-macos-python312-x86_64:build @@ -2192,7 +2192,7 @@ wheel-windows-python312-x86_64:build: - .cmake_build_wheel_windows - .windows_wheel_builder_tags - .cmake_wheel_artifacts - - .run_manually + - .merged_only dependencies: [] needs: [] @@ -2201,7 +2201,7 @@ wheel-windows-python312-x86_64:test: - .wheel_windows312_x86_64 - .cmake_test_wheel_windows - .windows_wheel_builder_tags - - .run_automatically + - .merged_only - .cdash_annotations_artifacts dependencies: - wheel-windows-python312-x86_64:build @@ -2213,7 +2213,7 @@ wheel-windows-python312-x86_64-osmesa:test: - .wheel_windows312_x86_64_osmesa - .cmake_test_wheel_windows - .windows_wheel_builder_tags - - .run_automatically + - .merged_only - .cdash_annotations_artifacts dependencies: - wheel-windows-python312-x86_64:build -- GitLab