mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
[PR #5786/759ca9a0 backport][stable-6] Remove currently unneeded generic tests from CI (#5791)
Remove currently unneeded generic tests from CI (#5786)
Remove currently unneeded generic tests from CI.
(cherry picked from commit 759ca9a0ab
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
dd70419d18
commit
a1ca89b058
3 changed files with 8 additions and 7 deletions
|
@ -487,10 +487,11 @@ stages:
|
||||||
- Docker_2_13
|
- Docker_2_13
|
||||||
- Docker_2_14
|
- Docker_2_14
|
||||||
- Docker_community_devel
|
- Docker_community_devel
|
||||||
- Generic_devel
|
# Right now all generic tests are disabled. Uncomment when at least one of them is re-enabled.
|
||||||
- Generic_2_11
|
# - Generic_devel
|
||||||
- Generic_2_12
|
# - Generic_2_11
|
||||||
- Generic_2_13
|
# - Generic_2_12
|
||||||
- Generic_2_14
|
# - Generic_2_13
|
||||||
|
# - Generic_2_14
|
||||||
jobs:
|
jobs:
|
||||||
- template: templates/coverage.yml
|
- template: templates/coverage.yml
|
||||||
|
|
|
@ -4,4 +4,4 @@
|
||||||
|
|
||||||
azp/generic/1
|
azp/generic/1
|
||||||
cloud/opennebula
|
cloud/opennebula
|
||||||
disabled # FIXME
|
disabled # FIXME - when this is fixed, also re-enable the generic tests in CI!
|
||||||
|
|
|
@ -4,4 +4,4 @@
|
||||||
|
|
||||||
azp/generic/1
|
azp/generic/1
|
||||||
cloud/opennebula
|
cloud/opennebula
|
||||||
disabled # FIXME
|
disabled # FIXME - when this is fixed, also re-enable the generic tests in CI!
|
||||||
|
|
Loading…
Reference in a new issue