]> git.ipfire.org Git - thirdparty/bind9.git/commit
Drop respdiff-short CI jobs
authorMichal Nowak <mnowak@isc.org>
Fri, 19 Apr 2024 09:58:19 +0000 (11:58 +0200)
committerMichal Nowak <mnowak@isc.org>
Fri, 19 Apr 2024 14:42:49 +0000 (16:42 +0200)
commit6a045cd8ec688c1ec1d48c3b309bc76a3e0beb98
treec495908ddbb38285789a00e69f508e84903faeee
parentc35f00e48a871bfcbb8cd821e46c967b4817b90c
Drop respdiff-short CI jobs

In the past, our CI infrastructure was more sensitive to the number of
CI jobs running on it. We tried to limit long-running jobs in merge
request-triggered pipelines, as there are many of them, and spawned them
only in daily scheduled ones. Moving most of the CI infrastructure to
AWS has made it way better to run jobs in parallel, and the existence of
short respdiff jobs has lost its original merit. It can also be harmful
as some problems are detected only by the longer respdiff variant when a
faulty merge request has already been merged. We should run all long
respdiff tests in merge request-triggered pipelines.

Also, move the former respdiff-long job (now just "respdiff") to AWS as
old instance memory constraints (see
f09cf69594c6aab4d0c5608226424c566b833f3c) are no longer an issue.
.gitlab-ci.yml