[Git][NTPsec/ntpsec][master] Remove python2 from Debian unstable/testing "option testing"

Matt Selsky (@selsky) gitlab at mg.gitlab.com
Thu Dec 29 07:32:08 UTC 2022



Matt Selsky pushed to branch master at NTPsec / ntpsec


Commits:
7071a3d1 by Matt Selsky at 2022-12-29T02:29:42-05:00
Remove python2 from Debian unstable/testing "option testing"

Python2 support has been fully removed from Debian unstable/testing upstream.

- - - - -


1 changed file:

- .gitlab-opttest-ci.yml


Changes:

=====================================
.gitlab-opttest-ci.yml
=====================================
@@ -101,6 +101,18 @@ freebsd-options-tester:
   rules:
     - if: '$CI_PIPELINE_SOURCE == "schedule"'
 
+.deb_option_tester_py3_only: &deb_option_tester_py3_only
+  stage: test
+  needs: []
+  script:
+    - apt-get update
+    - DEBIAN_FRONTEND=noninteractive apt-get install -y netbase bison gcc libssl-dev libcap-dev pps-tools libseccomp-dev bash pkg-config python3-dev python3-minimal
+    - PYTHON=python3 bash tests/option-tester.sh
+  tags:
+    - gitlab-org
+  rules:
+    - if: '$CI_PIPELINE_SOURCE == "schedule"'
+
 .deb_old_option_tester: &deb_old_option_tester
   stage: test
   needs: []
@@ -128,11 +140,11 @@ debian-stable-options-tester:
 
 debian-testing-options-tester:
   image: debian:testing-slim
-  <<: *deb_option_tester
+  <<: *deb_option_tester_py3_only
 
 debian-unstable-options-tester:
   image: debian:unstable-slim
-  <<: *deb_option_tester
+  <<: *deb_option_tester_py3_only
 
 ubuntu-latest-options-tester:
   image: ubuntu:latest



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/7071a3d1e8de8f6a8d780acafc4c74e214e5b95f

-- 
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/7071a3d1e8de8f6a8d780acafc4c74e214e5b95f
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/20221229/2cfceb2d/attachment-0001.htm>


More information about the vc mailing list