mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-27 03:13:10 +00:00
update sanity/unit tests matrix
Signed-off-by: Guido Grazioli <ggraziol@redhat.com>
This commit is contained in:
@@ -27,6 +27,7 @@ warn_list:
|
|||||||
- run-once[task]
|
- run-once[task]
|
||||||
- var-naming[no-role-prefix]
|
- var-naming[no-role-prefix]
|
||||||
- galaxy[version-incorrect]
|
- galaxy[version-incorrect]
|
||||||
|
- yaml[key-duplicates]
|
||||||
|
|
||||||
skip_list:
|
skip_list:
|
||||||
- jinja[spacing]
|
- jinja[spacing]
|
||||||
|
|||||||
116
.github/workflows/ci.yml
vendored
116
.github/workflows/ci.yml
vendored
@@ -49,68 +49,27 @@ jobs:
|
|||||||
"ansible-version": "stable-2.9"
|
"ansible-version": "stable-2.9"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ansible-version": "stable-2.12",
|
"ansible-version": "stable-2.12"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ansible-version": "stable-2.13"
|
||||||
|
},
|
||||||
|
{
|
||||||
"python-version": "3.7"
|
"python-version": "3.7"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ansible-version": "stable-2.12",
|
|
||||||
"python-version": "3.11"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ansible-version": "stable-2.13",
|
|
||||||
"python-version": "3.7"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ansible-version": "stable-2.13",
|
|
||||||
"python-version": "3.11"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ansible-version": "stable-2.14",
|
|
||||||
"python-version": "3.7"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ansible-version": "stable-2.14",
|
|
||||||
"python-version": "3.8"
|
"python-version": "3.8"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ansible-version": "stable-2.14",
|
|
||||||
"python-version": "3.11"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ansible-version": "stable-2.15",
|
|
||||||
"python-version": "3.7"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ansible-version": "stable-2.15",
|
|
||||||
"python-version": "3.8"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ansible-version": "stable-2.15",
|
|
||||||
"python-version": "3.11"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ansible-version": "milestone",
|
|
||||||
"python-version": "3.7"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ansible-version": "milestone",
|
|
||||||
"python-version": "3.8"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ansible-version": "milestone",
|
|
||||||
"python-version": "3.9"
|
"python-version": "3.9"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ansible-version": "devel",
|
"ansible-version": "stable-2.14",
|
||||||
"python-version": "3.7"
|
"python-version": "3.12"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ansible-version": "devel",
|
"ansible-version": "stable-2.15",
|
||||||
"python-version": "3.8"
|
"python-version": "3.12"
|
||||||
},
|
|
||||||
{
|
|
||||||
"ansible-version": "devel",
|
|
||||||
"python-version": "3.9"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
unit-source:
|
unit-source:
|
||||||
@@ -121,63 +80,30 @@ jobs:
|
|||||||
matrix_exclude: >-
|
matrix_exclude: >-
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"python-version": "3.11"
|
"python-version": "3.10"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ansible-version": "stable-2.12"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ansible-version": "stable-2.13"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ansible-version": "stable-2.12",
|
|
||||||
"python-version": "3.7"
|
"python-version": "3.7"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ansible-version": "stable-2.13",
|
|
||||||
"python-version": "3.7"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ansible-version": "stable-2.12",
|
|
||||||
"python-version": "3.8"
|
"python-version": "3.8"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ansible-version": "stable-2.13",
|
|
||||||
"python-version": "3.8"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ansible-version": "stable-2.14",
|
|
||||||
"python-version": "3.7"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ansible-version": "stable-2.14",
|
|
||||||
"python-version": "3.8"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ansible-version": "stable-2.15",
|
|
||||||
"python-version": "3.7"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ansible-version": "stable-2.15",
|
|
||||||
"python-version": "3.8"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ansible-version": "milestone",
|
|
||||||
"python-version": "3.7"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ansible-version": "milestone",
|
|
||||||
"python-version": "3.8"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ansible-version": "milestone",
|
|
||||||
"python-version": "3.9"
|
"python-version": "3.9"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ansible-version": "devel",
|
"ansible-version": "stable-2.14",
|
||||||
"python-version": "3.7"
|
"python-version": "3.12"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ansible-version": "devel",
|
"ansible-version": "stable-2.15",
|
||||||
"python-version": "3.8"
|
"python-version": "3.12"
|
||||||
},
|
|
||||||
{
|
|
||||||
"ansible-version": "devel",
|
|
||||||
"python-version": "3.9"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
collection_pre_install: ''
|
collection_pre_install: ''
|
||||||
|
|||||||
@@ -131,7 +131,6 @@ requirements:
|
|||||||
EXAMPLES = """
|
EXAMPLES = """
|
||||||
# Filename must end with kubevirt.[yml|yaml]
|
# Filename must end with kubevirt.[yml|yaml]
|
||||||
|
|
||||||
---
|
|
||||||
# Authenticate with token, and return all VirtualMachineInstances for all accessible namespaces
|
# Authenticate with token, and return all VirtualMachineInstances for all accessible namespaces
|
||||||
plugin: kubevirt.core.kubevirt
|
plugin: kubevirt.core.kubevirt
|
||||||
connections:
|
connections:
|
||||||
@@ -139,7 +138,6 @@ connections:
|
|||||||
api_key: xxxxxxxxxxxxxxxx
|
api_key: xxxxxxxxxxxxxxxx
|
||||||
validate_certs: false
|
validate_certs: false
|
||||||
|
|
||||||
---
|
|
||||||
# Use default config (~/.kube/config) file and active context, and return VirtualMachineInstances
|
# Use default config (~/.kube/config) file and active context, and return VirtualMachineInstances
|
||||||
# from namespace testing with interfaces connected to network bridge-network
|
# from namespace testing with interfaces connected to network bridge-network
|
||||||
plugin: kubevirt.core.kubevirt
|
plugin: kubevirt.core.kubevirt
|
||||||
@@ -148,7 +146,6 @@ connections:
|
|||||||
- testing
|
- testing
|
||||||
network_name: bridge-network
|
network_name: bridge-network
|
||||||
|
|
||||||
---
|
|
||||||
# Use default config (~/.kube/config) file and active context, and return VirtualMachineInstances
|
# Use default config (~/.kube/config) file and active context, and return VirtualMachineInstances
|
||||||
# from namespace testing with label app=test
|
# from namespace testing with label app=test
|
||||||
plugin: kubevirt.core.kubevirt
|
plugin: kubevirt.core.kubevirt
|
||||||
@@ -157,7 +154,6 @@ connections:
|
|||||||
- testing
|
- testing
|
||||||
label_selector: app=test
|
label_selector: app=test
|
||||||
|
|
||||||
---
|
|
||||||
# Use a custom config file, and a specific context.
|
# Use a custom config file, and a specific context.
|
||||||
plugin: kubevirt.core.kubevirt
|
plugin: kubevirt.core.kubevirt
|
||||||
connections:
|
connections:
|
||||||
|
|||||||
Reference in New Issue
Block a user