mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-07-29 02:44:35 +00:00
chore(integration.yml): Bump tested ansible-core versions
Bump the tested ansible-core versions in integration.yml to the latest supported versions (2.15-2.17). Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
10
.github/workflows/integration.yml
vendored
10
.github/workflows/integration.yml
vendored
@@ -7,10 +7,6 @@ on:
|
|||||||
matrix_exclude:
|
matrix_exclude:
|
||||||
default: >-
|
default: >-
|
||||||
[
|
[
|
||||||
{
|
|
||||||
"ansible-version": "stable-2.14",
|
|
||||||
"python-version": "3.12"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"ansible-version": "stable-2.15",
|
"ansible-version": "stable-2.15",
|
||||||
"python-version": "3.12"
|
"python-version": "3.12"
|
||||||
@@ -19,6 +15,10 @@ on:
|
|||||||
"ansible-version": "stable-2.16",
|
"ansible-version": "stable-2.16",
|
||||||
"python-version": "3.9"
|
"python-version": "3.9"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"ansible-version": "stable-2.17",
|
||||||
|
"python-version": "3.9"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"ansible-version": "milestone",
|
"ansible-version": "milestone",
|
||||||
"python-version": "3.9"
|
"python-version": "3.9"
|
||||||
@@ -59,9 +59,9 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
test-target: ${{ fromJSON(inputs.ansible_test_targets) }}
|
test-target: ${{ fromJSON(inputs.ansible_test_targets) }}
|
||||||
ansible-version:
|
ansible-version:
|
||||||
- stable-2.14
|
|
||||||
- stable-2.15
|
- stable-2.15
|
||||||
- stable-2.16
|
- stable-2.16
|
||||||
|
- stable-2.17
|
||||||
- milestone
|
- milestone
|
||||||
- devel
|
- devel
|
||||||
python-version:
|
python-version:
|
||||||
|
|||||||
Reference in New Issue
Block a user