From 40178e78ae73ec2a8cda8cd53664df9c73ac1961 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niels=20M=C3=B6ller?= Date: Mon, 20 May 2024 20:32:00 +0200 Subject: [PATCH] ci: Update .gitlab-ci.yml job tags. See https://docs.gitlab.com/ee/update/deprecations.html#removal-of-tags-from-small-saas-runners-on-linux, and corresponding gnutls update https://gitlab.com/gnutls/gnutls/-/commit/642c39ba9ae53ce427344d884eb3808f042b90e4. --- .gitlab-ci.yml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1283ebf0..71d378bb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,8 +13,7 @@ variables: - 'make -j$(nproc)' - 'make -j$(nproc) check $EXTRA_CHECK_TARGET' tags: - - shared - - linux + - saas-linux-small-amd64 except: - tags variables: @@ -94,8 +93,7 @@ build/static-analyzers: - scan-build ./configure --disable-documentation --disable-assembler - scan-build --status-bugs -o scan-build-lib make -j$(nproc) tags: - - shared - - linux + - saas-linux-small-amd64 except: - tags artifacts: @@ -117,8 +115,7 @@ build/gnutls: --disable-cxx --disable-guile --without-p11-kit --disable-doc && make -j$(nproc) && make -j $(nproc) check tags: - - shared - - linux + - saas-linux-small-amd64 except: - tags artifacts: @@ -160,8 +157,7 @@ remote/s390x: - $SSH_PRIVATE_KEY != "" - $S390X_ACCOUNT != "" tags: - - shared - - linux + - saas-linux-small-amd64 except: - tags @@ -183,8 +179,7 @@ remote/s390x: - make EMULATOR=${EMULATOR} -j$(nproc) check - make EMULATOR=${EMULATOR} -j$(nproc) check-fat tags: - - shared - - linux + - saas-linux-small-amd64 except: - tags variables: -- 2.47.2