]> git.ipfire.org Git - thirdparty/bind9.git/commit
Drop "before_script" key from TSAN job definitions
authorMichał Kępień <michal@isc.org>
Thu, 26 Mar 2020 10:03:52 +0000 (11:03 +0100)
committerMichał Kępień <michal@isc.org>
Thu, 26 Mar 2020 10:43:47 +0000 (11:43 +0100)
commit5ba8fac3513aab5107e098b806c6a27be8efcf04
tree4c282ace59a06115a9c55e75d7d71e65f1f6063f
parent4c8ce37e26223c1ec35844bfad28f0a999cbb206
Drop "before_script" key from TSAN job definitions

Both "system_test_job" and "unit_test_job" YAML anchors contain a
"before_script" key.  TSAN job definitions first specify their own value
of the "before_script" key and then include the aforementioned YAML
anchors, which results in the value of the "before_script" key being
overridden with the value specified by the included anchor.  Given this,
remove "before_script" definitions specific to TSAN jobs as they serve
no practical purpose.

(cherry picked from commit 8ef01c7b50d9700f81f4836657a62ccf80b91ac7)
.gitlab-ci.yml