]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
ci: Update .gitlab-ci.yml job tags.
authorNiels Möller <nisse@lysator.liu.se>
Mon, 20 May 2024 18:32:00 +0000 (20:32 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 20 May 2024 18:32:00 +0000 (20:32 +0200)
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

index 1283ebf0e8c813dbce4a29c7acfdd130c42d9c21..71d378bb37891926f959f448916764ee0d3a84c0 100644 (file)
@@ -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: