From 7c992a0e57bf3c46ec23a3114df5bfb679fc773c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Tue, 17 Sep 2019 20:24:12 +0200 Subject: [PATCH] Run FreeBSD jobs automatically for all pipelines No problems have been observed on the FreeBSD GitLab CI runner during the burn-in period, when FreeBSD jobs needed to be triggered manually. Thus, make the FreeBSD jobs run automatically along other GitLab CI jobs. (cherry picked from commit f7bc95409da869e50803c632450050d4eb0fbfed) --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e7415bafc43..0bd6768c590 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -631,7 +631,6 @@ clang:freebsd11.3:amd64: CFLAGS: "-Wall -Wextra -O2 -g" <<: *freebsd_amd64 <<: *build_job - when: manual system:clang:freebsd11.3:amd64: <<: *freebsd_amd64 @@ -639,7 +638,6 @@ system:clang:freebsd11.3:amd64: dependencies: - clang:freebsd11.3:amd64 needs: ["clang:freebsd11.3:amd64"] - when: manual unit:clang:freebsd11.3:amd64: <<: *freebsd_amd64 @@ -647,7 +645,6 @@ unit:clang:freebsd11.3:amd64: dependencies: - clang:freebsd11.3:amd64 needs: ["clang:freebsd11.3:amd64"] - when: manual # Jobs for Clang builds on FreeBSD 12.0 (amd64) @@ -657,7 +654,6 @@ clang:freebsd12.0:amd64: EXTRA_CONFIGURE: "--enable-dnstap" <<: *freebsd_amd64 <<: *build_job - when: manual system:clang:freebsd12.0:amd64: <<: *freebsd_amd64 @@ -665,7 +661,6 @@ system:clang:freebsd12.0:amd64: dependencies: - clang:freebsd12.0:amd64 needs: ["clang:freebsd12.0:amd64"] - when: manual unit:clang:freebsd12.0:amd64: <<: *freebsd_amd64 @@ -673,7 +668,6 @@ unit:clang:freebsd12.0:amd64: dependencies: - clang:freebsd12.0:amd64 needs: ["clang:freebsd12.0:amd64"] - when: manual # Jobs with libtool disabled -- 2.47.3