From: Niels Möller Date: Mon, 20 May 2024 18:32:00 +0000 (+0200) Subject: ci: Update .gitlab-ci.yml job tags. X-Git-Tag: nettle_3.10rc1~11 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=40178e78ae73ec2a8cda8cd53664df9c73ac1961;p=thirdparty%2Fnettle.git 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. --- 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: