Skip to content

Commit

Permalink
[stable-6] Lock sanity test versions based on what we were testing wh…
Browse files Browse the repository at this point in the history
…en 7.0.0 was released
  • Loading branch information
tremble committed Nov 13, 2023
1 parent 8afd0fc commit 080a56b
Showing 1 changed file with 12 additions and 48 deletions.
60 changes: 12 additions & 48 deletions .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,68 +5,32 @@ on: [workflow_call] # allow this workflow to be called from other workflows

jobs:
sanity:
uses: ansible-network/github_actions/.github/workflows/sanity.yml@main
# stable-6 sanity test versions locked based on tested versions as of 7.0.0 release
uses: ansible-network/github_actions/.github/workflows/sanity.yml@b2b68168f3040e55553664b1fbcdc19cf10f49bc
with:
matrix_include: "[]"
matrix_include: >-
[]
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": "stable-2.9"
"ansible-version": "milestone"
},
{
"ansible-version": "stable-2.12",
"python-version": "3.7"
},
{
"ansible-version": "stable-2.12",
"python-version": "3.11"
},
{
"ansible-version": "stable-2.13",
"python-version": "3.7"
},
{
"ansible-version": "stable-2.13",
"python-version": "3.11"
"ansible-version": "devel"
},
{
"ansible-version": "stable-2.14",
"python-version": "3.7"
},
{
"ansible-version": "stable-2.14",
"python-version": "3.8"
},
{
"ansible-version": "stable-2.15",
"python-version": "3.7"
"python-version": "3.12"
},
{
"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"
},
{
"ansible-version": "devel",
"python-version": "3.8"
"python-version": "3.12"
},
{
"ansible-version": "devel",
"ansible-version": "stable-2.16",
"python-version": "3.9"
}
]

0 comments on commit 080a56b

Please sign in to comment.