]> git.ipfire.org Git - thirdparty/suricata-update.git/commitdiff
github-ci: remove centos-7 build, EOL
authorJason Ish <jason.ish@oisf.net>
Wed, 27 Nov 2024 22:24:02 +0000 (16:24 -0600)
committerJason Ish <jason.ish@oisf.net>
Wed, 27 Nov 2024 22:24:30 +0000 (16:24 -0600)
.github/workflows/tests.yml

index 22a19f3e33409c430d56a7eefdc3297295eeb3d5..6569aec50030410dd8663dda51239c1f0c9350c7 100644 (file)
@@ -52,30 +52,6 @@ jobs:
       - name: Python 3 integration tests
         run: PYTHONPATH=. python3 ./tests/integration_tests.py
 
-  centos-7:
-    name: CentOS 7
-    runs-on: ubuntu-latest
-    container: centos:7
-    steps:
-      - run: yum -y install epel-release
-      - run: |
-          yum -y install \
-            python2-pytest \
-            python2-pyyaml \
-            python36-pytest \
-            python36-yaml
-      - uses: actions/checkout@v1
-
-      - name: Python 2 unit tests
-        run: PYTHONPATH=. py.test-2.7
-      - name: Python 2 integration tests
-        run: PYTHONPATH=. python2 ./tests/integration_tests.py
-
-      - name: Python 3 unit tests
-        run: PYTHONPATH=. py.test-3
-      - name: Python 3 integration tests
-        run: PYTHONPATH=. python3 ./tests/integration_tests.py
-
   fedora-39:
     name: Fedora 39
     runs-on: ubuntu-latest