]> git.ipfire.org Git - thirdparty/bind9.git/commit
Run a short respdiff test for all merge requests
authorMichał Kępień <michal@isc.org>
Mon, 18 Jul 2022 12:39:02 +0000 (14:39 +0200)
committerMichał Kępień <michal@isc.org>
Mon, 18 Jul 2022 13:28:21 +0000 (15:28 +0200)
commit1faaefd1349c92d0b457c29cb6a023f4de0beaf3
treebf8b7e455b417d5dcf0480bc68e3f0c45957b33b
parent6b03f8bbfc6dc4ea000c1aeded9086c85221c9b8
Run a short respdiff test for all merge requests

Running a respdiff test for every merge request would be useful for
catching protocol-breaking changes before they are applied to the source
code.  However, the existing respdiff-based tests take a while to
complete (about half an hour with our current CI infrastructure), which
does not make them a good fit for this purpose.  Add a new GitLab CI
job, "respdiff-short", which uses a smaller query set that gets
processed within a couple of minutes on our current CI infrastructure.
Rename the existing respdiff-based jobs to make distinguishing them
easier.

(cherry picked from commit 31ee43a314f17b433909a049fafa01200bac14ca)
.gitlab-ci.yml