]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Disable FreeBSD Runner in the CI; it's broken again.
authorOndřej Surý <ondrej@sury.org>
Mon, 8 Jul 2019 13:28:28 +0000 (15:28 +0200)
committerOndřej Surý <ondrej@sury.org>
Mon, 22 Jul 2019 12:07:29 +0000 (08:07 -0400)
(cherry picked from commit 747736d3612ed24e24942f9482d87786eb7017f4)

.gitlab-ci.yml

index f1567aa89cb05a455c6e62d8507d9369b74dcdf0..b653a37d65f45fb3864d1fac4222a9cc3b819084 100644 (file)
@@ -94,14 +94,6 @@ stages:
   image: "$CI_REGISTRY_IMAGE:ubuntu-bionic-i386"
   <<: *linux_i386
 
-# FreeBSD
-
-.freebsd-12-amd64: &freebsd_12_amd64_image
-  tags:
-    - freebsd12
-    - amd64
-  allow_failure: true
-
 ### Job Templates
 
 .default-triggering-rules: &default_triggering_rules
@@ -436,24 +428,6 @@ unit:gcc:bionic:amd64:
   dependencies:
     - gcc:bionic:amd64
 
-# Jobs for default CC builds on FreeBSD 12 (amd64)
-
-clang:freebsd12:amd64:
-  <<: *freebsd_12_amd64_image
-  <<: *build_job
-
-system:clang:freebsd12:amd64:
-  <<: *freebsd_12_amd64_image
-  <<: *system_test_job
-  dependencies:
-    - clang:freebsd12:amd64
-
-unit:clang:freebsd12:amd64:
-  <<: *freebsd_12_amd64_image
-  <<: *unit_test_job
-  dependencies:
-    - clang:freebsd12:amd64
-
 # Jobs for GCC builds with ASAN enabled on Debian Sid (amd64)
 
 asan:sid:amd64: