Merge pull request #104 from 0xFelix/ansible-2.17

Bump tested ansible-core versions to 2.15-2.17
This commit is contained in:
kubevirt-bot
2024-06-04 08:21:35 +02:00
committed by GitHub
2 changed files with 13 additions and 13 deletions

View File

@@ -63,10 +63,6 @@ jobs:
with:
matrix_exclude: >-
[
{
"ansible-version": "stable-2.14",
"python-version": "3.12"
},
{
"ansible-version": "stable-2.15",
"python-version": "3.12"
@@ -75,6 +71,10 @@ jobs:
"ansible-version": "stable-2.16",
"python-version": "3.9"
},
{
"ansible-version": "stable-2.17",
"python-version": "3.9"
},
{
"ansible-version": "milestone",
"python-version": "3.9"
@@ -92,10 +92,6 @@ jobs:
with:
matrix_exclude: >-
[
{
"ansible-version": "stable-2.14",
"python-version": "3.12"
},
{
"ansible-version": "stable-2.15",
"python-version": "3.12"
@@ -104,6 +100,10 @@ jobs:
"ansible-version": "stable-2.16",
"python-version": "3.9"
},
{
"ansible-version": "stable-2.17",
"python-version": "3.9"
},
{
"ansible-version": "milestone",
"python-version": "3.9"

View File

@@ -7,10 +7,6 @@ on:
matrix_exclude:
default: >-
[
{
"ansible-version": "stable-2.14",
"python-version": "3.12"
},
{
"ansible-version": "stable-2.15",
"python-version": "3.12"
@@ -19,6 +15,10 @@ on:
"ansible-version": "stable-2.16",
"python-version": "3.9"
},
{
"ansible-version": "stable-2.17",
"python-version": "3.9"
},
{
"ansible-version": "milestone",
"python-version": "3.9"
@@ -59,9 +59,9 @@ jobs:
matrix:
test-target: ${{ fromJSON(inputs.ansible_test_targets) }}
ansible-version:
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- milestone
- devel
python-version: