]> 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:43:44 +0000 (11:43 +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
PLATFORMS
PLATFORMS.md

index bc769ec5a72f0e59a2f60a63a3b0c130e3b3e58a..d86ec6bf246071c779ffd0060901ab5a367db20e 100644 (file)
@@ -58,7 +58,7 @@ stages:
 
 .openbsd-amd64: &openbsd_amd64
   tags:
-    - openbsd
+    - libvirt
     - amd64
 
 ### Docker Image Templates
@@ -966,20 +966,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 38ab8d01211836de3e473bf71587c3f23ebc6a3a..b19f1e3dcf10e5b235bfe696ebb27913e21db9df 100644 (file)
--- a/PLATFORMS
+++ b/PLATFORMS
@@ -15,15 +15,16 @@ offer support on a "best effort" basis for some.
 
 Regularly tested platforms
 
-As of Feb 2019, BIND 9.14 is fully supported and regularly tested on the
+As of Feb 2020, BIND 9.14 is fully supported and regularly tested on the
 following systems:
 
   * Debian 8, 9, 10
-  * Ubuntu 16.04, 18.04
+  * Ubuntu LTS 16.04, 18.04
   * Fedora 31
-  * Red Hat Enterprise Linux / CentOS 6, 7
-  * FreeBSD 11.x
-  * OpenBSD 6.2, 6.3
+  * Red Hat Enterprise Linux / CentOS 6, 7, 8
+  * FreeBSD 11.3, 12.0
+  * OpenBSD 6.6
+  * Alpine Linux
 
 The amd64, i386, armhf and arm64 CPU architectures are all fully
 supported.
@@ -40,8 +41,6 @@ Server 2012 R2, none of these are tested regularly by ISC.
   * Windows 10 / x64
   * macOS 10.12+
   * Solaris 11
-  * FreeBSD 10.x, 12.0+
-  * OpenBSD 6.4+
   * NetBSD
   * Other Linux distributions still supported by their vendors, such as:
       + Ubuntu 14.04, 18.10+
index eac62cd67cd9f7f775ad00b7a73daabcbbecaaa1..e4cf6b82dca1267b25f519778663e5d3b92b5ad9 100644 (file)
@@ -23,15 +23,16 @@ offer support on a "best effort" basis for some.
 
 ### Regularly tested platforms
 
-As of Feb 2019, BIND 9.14 is fully supported and regularly tested on the
+As of Feb 2020, BIND 9.14 is fully supported and regularly tested on the
 following systems:
 
 * Debian 8, 9, 10
-* Ubuntu 16.04, 18.04
+* Ubuntu LTS 16.04, 18.04
 * Fedora 31
-* Red Hat Enterprise Linux / CentOS 6, 7
-* FreeBSD 11.x
-* OpenBSD 6.2, 6.3
+* Red Hat Enterprise Linux / CentOS 6, 7, 8
+* FreeBSD 11.3, 12.0
+* OpenBSD 6.6
+* Alpine Linux
 
 The amd64, i386, armhf and arm64 CPU architectures are all fully supported.
 
@@ -47,8 +48,6 @@ Server 2012 R2, none of these are tested regularly by ISC.
 * Windows 10 / x64
 * macOS 10.12+
 * Solaris 11
-* FreeBSD 10.x, 12.0+
-* OpenBSD 6.4+
 * NetBSD
 * Other Linux distributions still supported by their vendors, such as:
     * Ubuntu 14.04, 18.10+