Skip to content

Commit

Permalink
Accomodated rollout of Ubuntu 24.04 on GitHub Actions
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Dec 12, 2024
1 parent 464617f commit 089e3e1
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 3 deletions.
40 changes: 37 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,41 @@ jobs:
echo "matrix={ \
\"os\": [ \"ubuntu-latest\", \"macos-latest\" ], \
\"python-version\": [ \"3.8\", \"3.9\", \"3.10\", \"3.11\", \"3.12\" ], \
\"package_level\": [ \"minimum\", \"latest\", \"ansible\" ] \
\"package_level\": [ \"minimum\", \"latest\", \"ansible\" ], \
\"exclude\": [ \
{ \
\"os\": \"ubuntu-latest\", \
\"python-version\": \"3.8\", \
\"package_level\": \"minimum\" \
}, \
{ \
\"os\": \"ubuntu-latest\", \
\"python-version\": \"3.8\", \
\"package_level\": \"latest\" \
}, \
{ \
\"os\": \"ubuntu-latest\", \
\"python-version\": \"3.8\", \
\"package_level\": \"ansible\" \
} \
], \
\"include\": [ \
{ \
\"os\": \"ubuntu-22.04\", \
\"python-version\": \"3.8\", \
\"package_level\": \"minimum\" \
}, \
{ \
\"os\": \"ubuntu-22.04\", \
\"python-version\": \"3.8\", \
\"package_level\": \"latest\" \
}, \
{ \
\"os\": \"ubuntu-22.04\", \
\"python-version\": \"3.8\", \
\"package_level\": \"ansible\" \
} \
] \
}" >> $GITHUB_OUTPUT; \
else \
echo "matrix={ \
Expand All @@ -45,12 +79,12 @@ jobs:
\"package_level\": [ \"minimum\", \"latest\" ], \
\"include\": [ \
{ \
\"os\": \"ubuntu-latest\", \
\"os\": \"ubuntu-22.04\", \
\"python-version\": \"3.8\", \
\"package_level\": \"minimum\" \
}, \
{ \
\"os\": \"ubuntu-latest\", \
\"os\": \"ubuntu-22.04\", \
\"python-version\": \"3.8\", \
\"package_level\": \"latest\" \
}, \
Expand Down
3 changes: 3 additions & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ Availability: `AutomationHub`_, `Galaxy`_, `GitHub`_

**Cleanup:**

* Test: Accommodated rollout of Ubuntu 24.04 on GitHub Actions by using
ubuntu-22.04 as the OS image for Python 3.8 based test runs.

**Known issues:**

* See `list of open issues`_.
Expand Down

0 comments on commit 089e3e1

Please sign in to comment.