]> git.ipfire.org Git - thirdparty/bind9.git/commit
Flag missing pairwise testing markers
authorMichał Kępień <michal@isc.org>
Mon, 18 Jan 2021 13:57:47 +0000 (14:57 +0100)
committerMichał Kępień <michal@isc.org>
Mon, 18 Jan 2021 14:13:34 +0000 (15:13 +0100)
commit0c5612f39903b4d7e166181a4bf1cfdc26dc400f
treecb60f400d9045120c626b5665daa4b5b09c5ad9f
parent98a8970d390d856cf882694b500d35dfb932ffe4
Flag missing pairwise testing markers

Make the Danger GitLab CI job fail when a merge request adds a new
./configure switch without also adding a "# [pairwise: ...]" marker that
the relevant GitLab CI job uses for preparing the pairwise testing
model.  This helps to ensure that any newly added ./configure switches
are tested by the pairwise testing GitLab CI job.

(cherry picked from commit ff58ec8cefcb7ccf5b9a37b2f4763bb610f7cc64)
dangerfile.py