From aaee1642381909899c5fcda02bac9fd13f3f6c88 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 7 Apr 2024 15:39:48 +0200 Subject: [PATCH] Remove EEs with unsupported ansible-core versions. --- .github/workflows/ee.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/ee.yml b/.github/workflows/ee.yml index c4e751a7..8ef38d8f 100644 --- a/.github/workflows/ee.yml +++ b/.github/workflows/ee.yml @@ -62,22 +62,6 @@ jobs: ansible_runner: ansible-runner base_image: quay.io/centos/centos:stream9 pre_base: '"#"' - - name: ansible-core 2.13 @ RHEL UBI 8 - ansible_core: https://github.com/ansible/ansible/archive/stable-2.13.tar.gz - ansible_runner: ansible-runner - other_deps: |2 - python_interpreter: - package_system: python39 python39-pip python39-wheel python39-cryptography - base_image: docker.io/redhat/ubi8:latest - pre_base: '"#"' - - name: ansible-core 2.12 @ CentOS Stream 8 - ansible_core: https://github.com/ansible/ansible/archive/stable-2.12.tar.gz - ansible_runner: ansible-runner - other_deps: |2 - python_interpreter: - package_system: python39 python39-pip python39-wheel python39-cryptography - base_image: quay.io/centos/centos:stream8 - pre_base: '"#"' runs-on: ubuntu-latest steps: - name: Check out code