[Git][NTPsec/ntpsec][master] 2 commits: Fix python2 path on FreeBSD CI images

Matt Selsky gitlab at mg.gitlab.com
Mon Aug 31 15:19:01 UTC 2020



Matt Selsky pushed to branch master at NTPsec / ntpsec


Commits:
560f4e68 by Matt Selsky at 2020-08-30T23:51:12-04:00
Fix python2 path on FreeBSD CI images

- - - - -
aded0238 by Matt Selsky at 2020-08-30T23:51:12-04:00
Disable NTS in Coverity build since image doesn't have new enough OpenSSL

- - - - -


2 changed files:

- .gitlab-ci.yml
- .gitlab-opttest-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -372,7 +372,7 @@ gentoo-hardened-refclocks:
 
 coverity-scan:
   script:
-    - ./waf configure --disable-doc --disable-manpage --refclock=all
+    - ./waf configure --disable-doc --disable-manpage --refclock=all --disable-nts
     - /opt/cov-analysis/bin/cov-build --dir cov-int ./waf build
     - tar czf ntpsec_coverity.tgz cov-int
     - curl --form token="$COVERITY_TOKEN" --form email=security at ntpsec.org --form file=@ntpsec_coverity.tgz --form version="$(git rev-parse --short HEAD)" --form description="Automatic submission by gitlab-ci" https://scan.coverity.com/builds?project=ntpsec


=====================================
.gitlab-opttest-ci.yml
=====================================
@@ -77,7 +77,7 @@ macos-options-tester:
 fbsd-11-options-tester:
   stage: test
   script:
-    - PYTHON=python2 tests/option-tester.sh
+    - PYTHON=python2.7 tests/option-tester.sh
     - PYTHON=python3 tests/option-tester.sh
   tags:
     - freebsd-11
@@ -87,7 +87,7 @@ fbsd-11-options-tester:
 fbsd-12-options-tester:
   stage: test
   script:
-    - PYTHON=python2 tests/option-tester.sh
+    - PYTHON=python2.7 tests/option-tester.sh
     - PYTHON=python3 tests/option-tester.sh
   tags:
     - freebsd-11



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/compare/fcd0209fe2883bb6ff2f5e0026c339763ecc13dd...aded023827aa54d03ec0a9b85e35a05b0b9d315d

-- 
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/compare/fcd0209fe2883bb6ff2f5e0026c339763ecc13dd...aded023827aa54d03ec0a9b85e35a05b0b9d315d
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/20200831/9ec6735c/attachment.htm>


More information about the vc mailing list