From e3f503339d23e859d8fd49ebf8c2eec28e985125 Mon Sep 17 00:00:00 2001 From: Alexei Kotov Date: Tue, 15 Jul 2025 19:19:34 +0300 Subject: [PATCH] See how much we can get out of GitLab's generosity --- .gitlab-ci.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8d1e19d462..84cdb4b80a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ variables: .Ubuntu_Image: tags: - - saas-linux-medium-amd64 + - saas-linux-2xlarge-amd64 image: ubuntu:22.04 rules: - if: $CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "merge_request_event" @@ -93,7 +93,7 @@ Ubuntu_GCC_preprocess: Coverity: tags: - - saas-linux-medium-amd64 + - saas-linux-2xlarge-amd64 image: ubuntu:22.04 stage: build rules: @@ -501,6 +501,9 @@ Ubuntu_GCC_integration_tests_asan: .MacOS: stage: build + image: macos-14-xcode-15 + tags: + - saas-macos-large-m2pro rules: - if: $CI_PROJECT_ID == "7107382" cache: @@ -537,9 +540,6 @@ Ubuntu_GCC_integration_tests_asan: macOS14_Xcode15_amd64: extends: .MacOS - image: macos-14-xcode-15 - tags: - - saas-macos-medium-m1 cache: key: macOS14_Xcode15_amd64.v2 variables: @@ -549,9 +549,6 @@ macOS14_Xcode15_amd64: macOS14_Xcode15_arm64: extends: .MacOS - image: macos-14-xcode-15 - tags: - - saas-macos-medium-m1 cache: key: macOS14_Xcode15_arm64.v1 variables: @@ -915,7 +912,7 @@ Windows_MSBuild_CacheInit: .Ubuntu_AndroidNDK_arm64-v8a: tags: - - saas-linux-medium-amd64 + - saas-linux-2xlarge-amd64 image: psi29a/android-ndk:focal-ndk22 rules: - if: $CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "merge_request_event"