From 437bface93780eed951a04067bd4091af90fd3fb Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 13:31:50 +0200 Subject: [PATCH] Disable EE with ansible-core devel for now until UBI 9 has Python 3.10 support. (#664) (#665) (cherry picked from commit 3f6d5a96d94e7dec33c0b3b66839642b535d5e79) Co-authored-by: Felix Fontein --- .github/workflows/ee.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ee.yml b/.github/workflows/ee.yml index efd0838e..64f8659d 100644 --- a/.github/workflows/ee.yml +++ b/.github/workflows/ee.yml @@ -39,11 +39,11 @@ jobs: exclude: - ansible_core: '' include: - - name: ansible-core devel @ RHEL UBI 9 - ansible_core: https://github.com/ansible/ansible/archive/devel.tar.gz - ansible_runner: ansible-runner - base_image: docker.io/redhat/ubi9:latest - pre_base: '"#"' + # - name: ansible-core devel @ RHEL UBI 9 + # ansible_core: https://github.com/ansible/ansible/archive/devel.tar.gz + # ansible_runner: ansible-runner + # base_image: docker.io/redhat/ubi9:latest + # pre_base: '"#"' - name: ansible-core 2.15 @ Rocky Linux 9 ansible_core: https://github.com/ansible/ansible/archive/stable-2.15.tar.gz ansible_runner: ansible-runner