mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Improve handling of integration test aliases. (#38698)
* Include change classification data in metadata. * Add support for disabled tests. * Add support for unstable tests. * Add support for unsupported tests. * Overhaul integration aliases sanity test. * Update Shippable scripts to handle unstable tests. * Mark unstable Azure tests. * Mark unstable Windows tests. * Mark disabled tests.
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
cloud/azure
|
||||
destructive
|
||||
posix/ci/cloud/group2/azure
|
||||
unstable
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
cloud/azure
|
||||
posix/ci/cloud/azure
|
||||
posix/ci/cloud/group2/azure
|
||||
destructive
|
||||
disabled
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
cloud/azure
|
||||
posix/ci/cloud/azure
|
||||
posix/ci/cloud/group2/azure
|
||||
destructive
|
||||
disabled
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
cloud/azure
|
||||
posix/ci/cloud/group3/azure
|
||||
unstable
|
||||
destructive
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
cloud/azure
|
||||
destructive
|
||||
posix/ci/cloud/group2/azure
|
||||
unstable
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
cloud/azure
|
||||
destructive
|
||||
posix/ci/cloud/group2/azure
|
||||
unstable
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
cloud/azure
|
||||
posix/ci/cloud/group2/azure
|
||||
unstable
|
||||
destructive
|
||||
azure_rm_securitygroup_facts
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
cloud/azure
|
||||
destructive
|
||||
posix/ci/cloud/group2/azure
|
||||
unstable
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
cloud/azure
|
||||
destructive
|
||||
posix/ci/cloud/group2/azure
|
||||
unstable
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
cloud/azure
|
||||
posix/ci/cloud/group3/azure
|
||||
unstable
|
||||
destructive
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
cloud/aws
|
||||
posix/ci/cloud/group4/aws
|
||||
disabled
|
||||
ec2_ami_facts
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
cloud/aws
|
||||
posix/ci/cloud/group4/aws
|
||||
disabled
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
cloud/aws
|
||||
posix/ci/cloud/group4/aws
|
||||
disabled
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
destructive
|
||||
posix/ci/group1
|
||||
disabled
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
destructive
|
||||
posix/ci/group1
|
||||
disabled
|
||||
skip/osx
|
||||
skip/freebsd
|
||||
skip/rhel
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
posix/ci/group1
|
||||
skip/python3
|
||||
disabled
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
cloud/vcenter
|
||||
destructive
|
||||
posix/ci/cloud/group4/vcenter
|
||||
disabled
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
windows/ci/group2
|
||||
unstable
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
windows/ci/group3
|
||||
unstable
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
windows/ci/group3
|
||||
disabled
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
|
||||
windows/ci/group1
|
||||
disabled
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
windows/ci/group3
|
||||
unstable
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
windows/ci/group1
|
||||
unstable
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
destructive
|
||||
posix/ci/group1
|
||||
disabled
|
||||
|
||||
Reference in New Issue
Block a user