mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-07-25 08:54:43 +00:00
Merge pull request #252 from 0xFelix/fix-milestone-py312-exclude
fix(ci): exclude Python 3.12 from milestone test matrix
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -154,6 +154,10 @@ jobs:
|
|||||||
"ansible-version": "milestone",
|
"ansible-version": "milestone",
|
||||||
"python-version": "3.11"
|
"python-version": "3.11"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"ansible-version": "milestone",
|
||||||
|
"python-version": "3.12"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"ansible-version": "devel",
|
"ansible-version": "devel",
|
||||||
"python-version": "3.10"
|
"python-version": "3.10"
|
||||||
@@ -231,6 +235,10 @@ jobs:
|
|||||||
"ansible-version": "milestone",
|
"ansible-version": "milestone",
|
||||||
"python-version": "3.11"
|
"python-version": "3.11"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"ansible-version": "milestone",
|
||||||
|
"python-version": "3.12"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"ansible-version": "devel",
|
"ansible-version": "devel",
|
||||||
"python-version": "3.10"
|
"python-version": "3.10"
|
||||||
|
|||||||
4
.github/workflows/integration.yml
vendored
4
.github/workflows/integration.yml
vendored
@@ -63,6 +63,10 @@ on:
|
|||||||
"ansible-version": "milestone",
|
"ansible-version": "milestone",
|
||||||
"python-version": "3.11"
|
"python-version": "3.11"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"ansible-version": "milestone",
|
||||||
|
"python-version": "3.12"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"ansible-version": "devel",
|
"ansible-version": "devel",
|
||||||
"python-version": "3.10"
|
"python-version": "3.10"
|
||||||
|
|||||||
Reference in New Issue
Block a user