]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Disable OpenBSD system test parallelism in CI
authorMichal Nowak <mnowak@isc.org>
Wed, 22 Feb 2023 10:42:36 +0000 (11:42 +0100)
committerMichal Nowak <mnowak@isc.org>
Fri, 24 Feb 2023 09:16:27 +0000 (10:16 +0100)
Make OpenBSD system tests more stable by disabling parallelism in CI.

Accordingly, they will run 3-4 times longer.

(cherry picked from commit d73eba57bd03dce575f4cf4e42c80e1bced08bed)

.gitlab-ci.yml

index 255fdc289dd2c7050c68053d0dea375adf5bae00..bf3d0694ed449b0bcf4aa554aa2a1d8a36dba3e5 100644 (file)
@@ -1225,9 +1225,11 @@ system:clang:openbsd:amd64:
   <<: *api_schedules_triggers_web_triggering_rules
   variables:
     USER: gitlab-runner
+    TEST_PARALLEL_JOBS: 1
   needs:
     - job: clang:openbsd:amd64
       artifacts: true
+  timeout: 2h
 
 unit:clang:openbsd:amd64:
   <<: *openbsd_amd64_image