]> 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:14:55 +0000 (15:14 +0100)
commit1ca23a2f541422408d06bb52ca908d365ef74af5
tree92f7e65390a44400513cf5c78517b5fca0de3e34
parenta32ba5692afaca1078c64b1cb912a99e3a35b0bc
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