]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove orphaned anchors in .gitlab-ci.yml
authorŠtěpán Balážik <stepan@isc.org>
Thu, 26 Jun 2025 14:46:27 +0000 (16:46 +0200)
committerŠtěpán Balážik <stepan@isc.org>
Fri, 27 Jun 2025 17:06:19 +0000 (19:06 +0200)
These were left there after previous refactors.

(cherry picked from commit 919f5d6419edfd99a184a8eb72ca50dc4812eb7d)

.gitlab-ci.yml

index ec204ca02a0b5a0754aba5228bbc9d22d5243a7d..d0f39aa8f414d4e69ad82c06db34f88121254c32 100644 (file)
@@ -94,11 +94,6 @@ stages:
 
 ### Runner Tag Templates
 
-.libvirt-amd64: &libvirt_amd64
-  tags:
-    - libvirt
-    - amd64
-
 # Autoscaling GitLab Runner on AWS EC2 (amd64)
 
 .linux-amd64: &linux_amd64
@@ -246,10 +241,6 @@ stages:
     - if: '$CI_PIPELINE_SOURCE =~ /^(api|pipeline|schedule|trigger|web)$/'
     - if: '$CI_COMMIT_TAG != null'
 
-.api-pipelines-schedules-triggers-web-triggering-rules: &api_pipelines_schedules_triggers_web_triggering_rules
-  rules:
-    - if: '$CI_PIPELINE_SOURCE =~ /^(api|pipeline|schedule|trigger|web)$/'
-
 .default-triggering-rules_list: &default_triggering_rules_list
   - if: '$CI_PIPELINE_SOURCE =~ /^(api|merge_request_event|pipeline|schedule|trigger|web)$/'
   - if: '$CI_COMMIT_TAG != null'
@@ -372,8 +363,7 @@ stages:
   <<: *base_image
   stage: performance
   rules:
-    - &shotgun_rule_mr
-      if: '$CI_MERGE_REQUEST_DIFF_BASE_SHA != null'
+    - if: '$CI_MERGE_REQUEST_DIFF_BASE_SHA != null'
       variables:
         BASELINE: '$CI_MERGE_REQUEST_DIFF_BASE_SHA'
     - &shotgun_rule_tag
@@ -447,21 +437,6 @@ stages:
     reports:
       junit: junit.xml
 
-.system_test_legacy: &system_test_legacy
-  script:
-    - cd bin/tests/system
-    - find . -maxdepth 2 -mindepth 2 -type f -name "tests.sh" | cut -d/ -f2 | xargs -n 1 -P ${TEST_PARALLEL_JOBS:-1} sh legacy.run.sh
-    - if git rev-parse > /dev/null 2>&1; then ( ! grep "^I:.*:file.*not removed$" *.log ); fi
-    - '( ! grep -F "grep: warning:" *.log )'
-  after_script:
-    - test -d bind-* && cd bind-*
-    - REALSOURCEDIR="$PWD"
-    - test -n "${OUT_OF_TREE_WORKSPACE}" && cd "${OUT_OF_TREE_WORKSPACE}"
-    - find bin/tests/system -name "*dig.*" | xargs grep "error" || true
-    - *find_python
-    - >
-      "$PYTHON" "$REALSOURCEDIR"/bin/tests/convert-trs-to-junit.py . > "$CI_PROJECT_DIR"/junit.xml
-
 .system_test_make_check: &system_test_make_check_job
   <<: *system_test_job
   # This script needs to: 1) fail if the system tests fail, 2) fail if
@@ -1671,9 +1646,6 @@ shotgun:doh-get:
     SHOTGUN_EVAL_THRESHOLD_LATENCY_PCTL_MAX: 0.4  # bump from the default due to increased tail-end jitter
   rules: *shotgun_rules_manual_mr
 
-.stress-test: &stress_test
-  stage: performance
-
 generate-stress-test-configs:
   <<: *base_image
   <<: *default_triggering_rules