update sanity/unit tests matrix

Signed-off-by: Guido Grazioli <ggraziol@redhat.com>
This commit is contained in:
Guido Grazioli
2023-11-14 11:48:42 +01:00
parent 91e2a27987
commit 8f8e7eda6e
3 changed files with 22 additions and 99 deletions

View File

@@ -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]

View File

@@ -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: ''

View File

@@ -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: