From: Michał Kępień Date: Tue, 15 Oct 2019 19:35:18 +0000 (+0200) Subject: Limit triggers for OpenBSD system test jobs X-Git-Tag: v9.15.6~59^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=603e04563b65d230651c6861f4459c0ebdcd8fc5;p=thirdparty%2Fbind9.git Limit triggers for OpenBSD system test jobs When a GitLab CI runner is not under load, a single OpenBSD system test job completes in about 12 minutes, which is considered decent. However, such jobs are usually multiplexed with other system test jobs on the same host, which causes each of them to take even 40 minutes to complete. Taking retries into account, this is completely unacceptable for everyday use, so only start OpenBSD system test jobs for pipelines created through GitLab's web interface and for pipelines created for Git tags. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 595f9f0378c..442f2d16cf0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -786,6 +786,9 @@ system:clang:openbsd6.5:amd64: dependencies: - clang:openbsd6.5:amd64 needs: ["clang:openbsd6.5:amd64"] + only: + - tags + - web # Jobs with libtool disabled