]> 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:39:27 +0000 (11:39 +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.

.gitlab-ci.yml
PLATFORMS
PLATFORMS.md

index e6be7ebbaaa0c1a2abf5cd3031676de3734d03b0..a9756da15c0f9a8323b5600f01a39a688857eeb5 100644 (file)
@@ -60,7 +60,7 @@ stages:
 
 .openbsd-amd64: &openbsd_amd64
   tags:
-    - openbsd
+    - libvirt
     - amd64
 
 ### Docker Image Templates
@@ -1071,20 +1071,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
index f06678e60c814dfd0982d2acbea4cc788b719c84..7ace6dbfedcf48bef528ca91bb22d12805bdaec0 100644 (file)
--- a/PLATFORMS
+++ b/PLATFORMS
@@ -34,7 +34,7 @@ offer support on a "best effort" basis for some.
 
 Regularly tested platforms
 
-As of Dec 2019, BIND 9.15 is fully supported and regularly tested on the
+As of Feb 2020, BIND 9.15 is fully supported and regularly tested on the
 following systems:
 
   * Debian 9, 10
@@ -42,7 +42,7 @@ following systems:
   * Fedora 31
   * Red Hat Enterprise Linux / CentOS 7, 8
   * FreeBSD 11.3, 12.0
-  * OpenBSD 6.5
+  * OpenBSD 6.6
   * Alpine Linux
 
 The amd64, i386, armhf and arm64 CPU architectures are all fully
index c393fa3a7b064a4794f7cb61d76124f91a912bb7..57676a3915c38aecf3fd4c89767f808031d39748 100644 (file)
@@ -42,7 +42,7 @@ offer support on a "best effort" basis for some.
 
 ### Regularly tested platforms
 
-As of Dec 2019, BIND 9.15 is fully supported and regularly tested on the
+As of Feb 2020, BIND 9.15 is fully supported and regularly tested on the
 following systems:
 
 * Debian 9, 10
@@ -50,7 +50,7 @@ following systems:
 * Fedora 31
 * Red Hat Enterprise Linux / CentOS 7, 8
 * FreeBSD 11.3, 12.0
-* OpenBSD 6.5
+* OpenBSD 6.6
 * Alpine Linux
 
 The amd64, i386, armhf and arm64 CPU architectures are all fully supported.