]> git.ipfire.org Git - thirdparty/bind9.git/commit
Limit triggers for OpenBSD system test jobs
authorMichał Kępień <michal@isc.org>
Tue, 15 Oct 2019 19:35:18 +0000 (21:35 +0200)
committerMichał Kępień <michal@isc.org>
Tue, 15 Oct 2019 19:48:48 +0000 (21:48 +0200)
commit83f46be9cd521cee78d49ecb4d31efc0b00730fd
treedda82fc62e0d3830ae01b71fd5a7fec16ae9c316
parent0437c4b71d309c472916c484f89caa5bc93a7427
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.

(cherry picked from commit 603e04563b65d230651c6861f4459c0ebdcd8fc5)
.gitlab-ci.yml