Skip to content

Commit

Permalink
units
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Nov 13, 2023
1 parent 080a56b commit e051ac1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 53 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
with:
matrix_include: >-
[]
# devel and milestone are a moving target while we should fix issues in the
# main and our current major releases, they're no always appropriate to
# backport to older releases.
matrix_exclude: >-
[
# devel and milestone are a moving target while we should fix issues in the
# main and our current major releases, they're no always appropriate to
# backport to older releases.
{
"ansible-version": "milestone"
},
Expand Down
61 changes: 11 additions & 50 deletions .github/workflows/units.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,68 +5,29 @@ on: [workflow_call] # allow this workflow to be called from other workflows

jobs:
unit-source:
uses: ansible-network/github_actions/.github/workflows/unit_source.yml@main
# stable-6 unit test versions locked based on tested versions as of 7.0.0 release
uses: ansible-network/github_actions/.github/workflows/unit_source.yml@b2b68168f3040e55553664b1fbcdc19cf10f49bc
with:
# devel and milestone are a moving target while we should fix issues in the
# main and our current major releases, they're no always appropriate to
# backport to older releases.
matrix_exclude: >-
[
{
"python-version": "3.11"
},
{
"ansible-version": "stable-2.12",
"python-version": "3.7"
},
{
"ansible-version": "stable-2.13",
"python-version": "3.7"
},
{
"ansible-version": "stable-2.12",
"python-version": "3.8"
},
{
"ansible-version": "stable-2.13",
"python-version": "3.8"
"ansible-version": "milestone"
},
{
"ansible-version": "stable-2.14",
"python-version": "3.7"
"ansible-version": "devel"
},
{
"ansible-version": "stable-2.14",
"python-version": "3.8"
},
{
"ansible-version": "stable-2.15",
"python-version": "3.7"
},
{
"ansible-version": "stable-2.15",
"python-version": "3.8"
},
{
"ansible-version": "milestone",
"python-version": "3.7"
},
{
"ansible-version": "milestone",
"python-version": "3.8"
},
{
"ansible-version": "milestone",
"python-version": "3.9"
},
{
"ansible-version": "devel",
"python-version": "3.7"
"python-version": "3.11"
},
{
"ansible-version": "devel",
"python-version": "3.8"
"python-version": "3.12"
},
{
"ansible-version": "devel",
"ansible-version": "stable-2.16",
"python-version": "3.9"
}
]
collection_pre_install: ''
collection_pre_install: 'https://github.com/ansible-collections/amazon.aws.git,stable-6'

0 comments on commit e051ac1

Please sign in to comment.