mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-27 03:13:10 +00:00
Merge pull request #203 from 0xFelix/bump-milestone-excludes
chore(ci): Exclude Python 3.11 from milestone
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -118,6 +118,10 @@ jobs:
|
|||||||
"ansible-version": "milestone",
|
"ansible-version": "milestone",
|
||||||
"python-version": "3.10"
|
"python-version": "3.10"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"ansible-version": "milestone",
|
||||||
|
"python-version": "3.11"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"ansible-version": "devel",
|
"ansible-version": "devel",
|
||||||
"python-version": "3.10"
|
"python-version": "3.10"
|
||||||
@@ -155,6 +159,10 @@ jobs:
|
|||||||
"ansible-version": "milestone",
|
"ansible-version": "milestone",
|
||||||
"python-version": "3.10"
|
"python-version": "3.10"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"ansible-version": "milestone",
|
||||||
|
"python-version": "3.11"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"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
@@ -27,6 +27,10 @@ on:
|
|||||||
"ansible-version": "milestone",
|
"ansible-version": "milestone",
|
||||||
"python-version": "3.10"
|
"python-version": "3.10"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"ansible-version": "milestone",
|
||||||
|
"python-version": "3.11"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"ansible-version": "devel",
|
"ansible-version": "devel",
|
||||||
"python-version": "3.10"
|
"python-version": "3.10"
|
||||||
|
|||||||
Reference in New Issue
Block a user