]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
ci: Delete obsolete except: keyword, replace only: with rules:.
authorNiels Möller <nisse@lysator.liu.se>
Mon, 1 Sep 2025 18:45:13 +0000 (20:45 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 1 Sep 2025 19:12:58 +0000 (21:12 +0200)
.gitlab-ci.yml

index 791c794f3ab51495cbe376581793939c2769aa83..07ed80366259fb6a972199386be82ae4d7bf6a89 100644 (file)
@@ -14,8 +14,6 @@ variables:
   - 'make -j$(nproc) check $EXTRA_CHECK_TARGET'
   tags:
   - amd64
-  except:
-  - tags
   variables:
     NETTLE_TEST_SEED: '0'
   artifacts:
@@ -94,8 +92,6 @@ build/static-analyzers:
   - scan-build --status-bugs -o scan-build-lib make -j$(nproc)
   tags:
   - amd64
-  except:
-  - tags
   artifacts:
     expire_in: 1 week
     when: on_failure
@@ -116,8 +112,6 @@ build/gnutls:
     make -j$(nproc) && make -j $(nproc) check
   tags:
   - amd64
-  except:
-  - tags
   artifacts:
     expire_in: 1 week
     when: on_failure
@@ -152,14 +146,10 @@ remote/s390x:
   after_script:
   - ssh -o 'StrictHostKeyChecking no' -i "$SSH_PRIVATE_KEY" "$S390X_ACCOUNT"
     "rm -rf ci-work/$CI_PIPELINE_IID"
-  only:
-    variables:
-    - $SSH_PRIVATE_KEY != ""
-    - $S390X_ACCOUNT != ""
+  rules:
+    - if: $SSH_PRIVATE_KEY != "" && $S390X_ACCOUNT != ""
   tags:
   - amd64
-  except:
-  - tags
 
 .cross-build:
   image: $CI_REGISTRY/$BUILDENV_CROSS_IMAGE
@@ -180,8 +170,6 @@ remote/s390x:
   - for t in $EXTRA_CHECK_TARGET ; do make EMULATOR=${EMULATOR} -j$(nproc) $t ; done
   tags:
   - amd64
-  except:
-  - tags
   variables:
     NETTLE_TEST_SEED: '0'
   artifacts: