Skip to content

Commit

Permalink
Add Fedora 41, Alpine 3.21 to CI for devel. (#219)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0a6b1fd)
  • Loading branch information
felixfontein committed Jan 8, 2025
1 parent cc71358 commit f0cfccf
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
docker_container:
- ubuntu2204
- ubuntu2404
- fedora40
- fedora41
sops_version:
- 3.5.0
- 3.6.1
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
sops_version: 3.9.0
# 2.18
- ansible: stable-2.18
docker_container: ubuntu2404
docker_container: fedora40
sops_version: 3.9.0
# devel
- ansible: devel
Expand All @@ -140,9 +140,6 @@ jobs:
- ansible: devel
docker_container: ubuntu2404
sops_version: 3.8.0
- ansible: devel
docker_container: fedora40
sops_version: 3.9.0
- ansible: devel
docker_container: quay.io/ansible-community/test-image:archlinux
python_version: '3.13'
Expand Down Expand Up @@ -250,7 +247,7 @@ jobs:
target: gha/install/3/
github_latest_detection: auto
- ansible: devel
docker_container: fedora40
docker_container: fedora41
python_version: ''
target: gha/install/3/
github_latest_detection: auto
Expand All @@ -264,14 +261,12 @@ jobs:
python_version: ''
target: gha/install/3/
github_latest_detection: latest-release
# - ansible: devel
# docker_container: alpine3.19 -- so far only alpine3 edge supports sops
# python_version: ''
# target: gha/install/3/
# github_latest_detection: auto
# # NOTE: we're installing with git to work around Galaxy being a huge PITA (https://github.com/ansible/galaxy/issues/2429)
# pre-test-cmd: |-
# git clone --depth=1 --single-branch https://github.com/ansible-collections/community.general.git ../../community/general
- ansible: devel
docker_container: alpine321
python_version: ''
target: gha/install/3/
github_latest_detection: auto
test-deps: git+https://github.com/ansible-collections/community.general.git,main
steps:
- name: >-
Perform sops installation integration testing against
Expand Down

0 comments on commit f0cfccf

Please sign in to comment.