[Git][NTPsec/ntpsec][master] Add "needs:" keyword to execute jobs out-of-order.
Matt Selsky
gitlab at mg.gitlab.com
Thu Dec 24 06:04:48 UTC 2020
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
2725628b by Matt Selsky at 2020-12-24T06:04:42+00:00
Add "needs:" keyword to execute jobs out-of-order.
- - - - -
1 changed file:
- .gitlab-opttest-ci.yml
Changes:
=====================================
.gitlab-opttest-ci.yml
=====================================
@@ -1,5 +1,6 @@
.option_tester: &option_tester
stage: test
+ needs: []
after_script:
- PYTHON=python2 bash tests/option-tester.sh
- PYTHON=python3 bash tests/option-tester.sh
@@ -66,6 +67,7 @@ gentoo-hardened-options-tester:
macos-options-tester:
stage: test
+ needs: []
script:
- PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig PYTHON=python2.7 tests/option-tester.sh||true
- PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig PYTHON=python3 tests/option-tester.sh
@@ -76,6 +78,7 @@ macos-options-tester:
fbsd-11-options-tester:
stage: test
+ needs: []
script:
- PYTHON=python2.7 tests/option-tester.sh
- PYTHON=python3 tests/option-tester.sh
@@ -86,6 +89,7 @@ fbsd-11-options-tester:
fbsd-12-options-tester:
stage: test
+ needs: []
script:
- PYTHON=python2.7 tests/option-tester.sh
- PYTHON=python3 tests/option-tester.sh
@@ -96,6 +100,7 @@ fbsd-12-options-tester:
.deb_option_tester: &deb_option_tester
stage: test
+ needs: []
script:
- apt-get update
- DEBIAN_FRONTEND=noninteractive apt-get install -y netbase bison gcc libssl-dev libcap-dev pps-tools python2-dev python2-minimal libseccomp-dev bash pkg-config python3-dev python3-minimal
@@ -108,6 +113,7 @@ fbsd-12-options-tester:
.deb_old_option_tester: &deb_old_option_tester
stage: test
+ needs: []
script:
- apt-get update
- apt-get install -y netbase bison gcc libssl-dev libcap-dev pps-tools python-dev python-minimal libseccomp-dev bash pkg-config python3-dev python3-minimal
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/2725628b9c075cd54e838c6a75b6052cba91238b
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/2725628b9c075cd54e838c6a75b6052cba91238b
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20201224/a749b6a9/attachment-0001.htm>
More information about the vc
mailing list