]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Update GitLab CI to OpenBSD 6.6
authorMichał Kępień <michal@isc.org>
Tue, 4 Feb 2020 10:39:27 +0000 (11:39 +0100)
committerMichał Kępień <michal@isc.org>
Tue, 4 Feb 2020 10:44:32 +0000 (11:44 +0100)
Since OpenBSD 6.6 is the current OpenBSD release, replace OpenBSD 6.5
GitLab CI jobs with their up-to-date counterparts.

As CI jobs for OpenBSD 6.6 will be run by a generalized libvirt executor
rather than an OpenBSD-specific one, make the necessary tag and variable
adjustments as well.

(cherry picked from commit 99ed3a0e132991aae2ecd2f67a498b29d243bf60)

.gitlab-ci.yml

index 4dc8bd29f9f69415dfcc8028dd37189562969e60..800c737ab818af6b8091fe4f58d358257af2bb24 100644 (file)
@@ -58,7 +58,7 @@ stages:
 
 .openbsd-amd64: &openbsd_amd64
   tags:
-    - openbsd
+    - libvirt
     - amd64
 
 ### Docker Image Templates
@@ -986,20 +986,23 @@ unit:clang:freebsd12.0:amd64:
     - clang:freebsd12.0:amd64
   needs: ["clang:freebsd12.0:amd64"]
 
-# Jobs for Clang builds on OpenBSD 6.5 (amd64)
+# Jobs for Clang builds on OpenBSD 6.6 (amd64)
 
-clang:openbsd6.5:amd64:
+clang:openbsd6.6:amd64:
   variables:
     CC: clang
+    USER: gitlab-runner
   <<: *openbsd_amd64
   <<: *build_job
 
-system:clang:openbsd6.5:amd64:
+system:clang:openbsd6.6:amd64:
   <<: *openbsd_amd64
   <<: *system_test_job
+  variables:
+    USER: gitlab-runner
   dependencies:
-    - clang:openbsd6.5:amd64
-  needs: ["clang:openbsd6.5:amd64"]
+    - clang:openbsd6.6:amd64
+  needs: ["clang:openbsd6.6:amd64"]
   only:
     - schedules
     - tags