mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-07-29 02:44:35 +00:00
fix(ci): Do not test ansible-core milestone with py3.10
Python 3.10 is no longer supported by ansible-core milestone, so this excludes it from the test matrices. Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -79,6 +79,10 @@ jobs:
|
|||||||
"ansible-version": "milestone",
|
"ansible-version": "milestone",
|
||||||
"python-version": "3.9"
|
"python-version": "3.9"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"ansible-version": "milestone",
|
||||||
|
"python-version": "3.10"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"ansible-version": "devel",
|
"ansible-version": "devel",
|
||||||
"python-version": "3.9"
|
"python-version": "3.9"
|
||||||
@@ -112,6 +116,10 @@ jobs:
|
|||||||
"ansible-version": "milestone",
|
"ansible-version": "milestone",
|
||||||
"python-version": "3.9"
|
"python-version": "3.9"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"ansible-version": "milestone",
|
||||||
|
"python-version": "3.10"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"ansible-version": "devel",
|
"ansible-version": "devel",
|
||||||
"python-version": "3.9"
|
"python-version": "3.9"
|
||||||
|
|||||||
4
.github/workflows/integration.yml
vendored
4
.github/workflows/integration.yml
vendored
@@ -23,6 +23,10 @@ on:
|
|||||||
"ansible-version": "milestone",
|
"ansible-version": "milestone",
|
||||||
"python-version": "3.9"
|
"python-version": "3.9"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"ansible-version": "milestone",
|
||||||
|
"python-version": "3.10"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"ansible-version": "devel",
|
"ansible-version": "devel",
|
||||||
"python-version": "3.9"
|
"python-version": "3.9"
|
||||||
|
|||||||
Reference in New Issue
Block a user