]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Exclude some RPZ files from long stress test artifacts
authorMichal Nowak <mnowak@isc.org>
Thu, 19 Sep 2024 09:26:53 +0000 (11:26 +0200)
committerMichal Nowak <mnowak@isc.org>
Mon, 23 Sep 2024 11:21:00 +0000 (11:21 +0000)
This fixes 6f868853049769cd4c327acf32a8c1a7320daa06, that excluded files
only from short stress tests.

(cherry picked from commit 871eeed519c323e54fb4c052e5b405c01dcdbeaa)

.gitlab-ci.yml

index c41d98269d9e69a78a706571638d1f63362a2933..635be6dd6171f5e1a6f54707ec267d20abda6617 100644 (file)
@@ -1236,7 +1236,7 @@ respdiff-third-party:
     - LD_LIBRARY_PATH="${INSTALL_PATH}/usr/local/lib" BIND_INSTALL_PATH="${INSTALL_PATH}/usr/local" WORKSPACE="${CI_PROJECT_DIR}" bash stress.sh
   needs: []
 
-.stress-test-short: &stress_test_short_job
+.stress-test-long: &stress_test_long_job
   <<: *stress_test
   artifacts:
     untracked: true
@@ -1244,9 +1244,21 @@ respdiff-third-party:
       - "output/ns4/*.dtq*"
       - "output/ns4/large-delta-rpz*.local"
       - "output/rpz_*"
+    expire_in: "1 week"
     when: always
+  timeout: 2h
+
+.stress-test-short: &stress_test_short_job
+  <<: *stress_test
   only:
     - merge_requests
+  artifacts:
+    untracked: true
+    exclude:
+      - "output/ns4/*.dtq*"
+      - "output/ns4/large-delta-rpz*.local"
+      - "output/rpz_*"
+    when: always
 
 stress:short:authoritative:fedora:40:amd64:
   <<: *fedora_40_amd64_image
@@ -1353,14 +1365,6 @@ stress:short:rpz:freebsd13:amd64:
     RATE: 1500
     RUN_TIME: 15
 
-.stress-test-long: &stress_test_long_job
-  <<: *stress_test
-  artifacts:
-    untracked: true
-    expire_in: "1 week"
-    when: always
-  timeout: 2h
-
 stress:authoritative:fedora:40:amd64:
   <<: *fedora_40_amd64_image
   <<: *linux_amd64