summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorCesar Francisco San Nicolas Martinez <csannico@redhat.com>2024-02-28 14:56:49 +0100
committerGitHub <noreply@github.com>2024-02-28 14:56:49 +0100
commita5d17539c6108e87f41d0f43bb4b3ce5a5d1fbc1 (patch)
tree8eb17d07e6cbc2f8026e8ad57f3aaf335b86455a /.github/workflows
parentAdded missing AWS secret management lookup creds. (diff)
downloadawx-a5d17539c6108e87f41d0f43bb4b3ce5a5d1fbc1.tar.xz
awx-a5d17539c6108e87f41d0f43bb4b3ce5a5d1fbc1.zip
Removing Podman to use Docker again in the collection ci (#14938)
Removing Podman var to use Docker again in the collection ci
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index afdbd69eb6..ca5dbe0143 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -127,10 +127,6 @@ jobs:
- name: Run sanity tests
run: make test_collection_sanity
- env:
- # needed due to cgroupsv2. This is fixed, but a stable release
- # with the fix has not been made yet.
- ANSIBLE_TEST_PREFER_PODMAN: 1
collection-integration:
name: awx_collection integration