mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 23:25:28 +01:00
Do Not Merge - This is CI test PR
Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
parent
ce24b6c746
commit
e7534a2c16
3 changed files with 4 additions and 15 deletions
|
|
@ -135,18 +135,12 @@ stages:
|
|||
test: centos6
|
||||
- name: CentOS 7
|
||||
test: centos7
|
||||
- name: Fedora 32
|
||||
test: fedora32
|
||||
- name: Fedora 33
|
||||
test: fedora33
|
||||
- name: openSUSE 15 py2
|
||||
test: opensuse15py2
|
||||
- name: openSUSE 15 py3
|
||||
test: opensuse15
|
||||
- name: Ubuntu 18.04
|
||||
test: ubuntu1804
|
||||
- name: Ubuntu 20.04
|
||||
test: ubuntu2004
|
||||
- stage: Docker_2_10
|
||||
displayName: Docker 2.10
|
||||
dependsOn: []
|
||||
|
|
@ -159,10 +153,6 @@ stages:
|
|||
test: centos6
|
||||
- name: CentOS 7
|
||||
test: centos7
|
||||
- name: Fedora 30
|
||||
test: fedora30
|
||||
- name: Fedora 31
|
||||
test: fedora31
|
||||
- name: openSUSE 15 py2
|
||||
test: opensuse15py2
|
||||
- name: openSUSE 15 py3
|
||||
|
|
@ -183,10 +173,6 @@ stages:
|
|||
test: centos6
|
||||
- name: CentOS 7
|
||||
test: centos7
|
||||
- name: Fedora 30
|
||||
test: fedora30
|
||||
- name: Fedora 31
|
||||
test: fedora31
|
||||
- name: openSUSE 15 py2
|
||||
test: opensuse15py2
|
||||
- name: openSUSE 15 py3
|
||||
|
|
|
|||
3
changelogs/fragments/DNM_ci_tests_20220410.yml
Normal file
3
changelogs/fragments/DNM_ci_tests_20220410.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
trivial:
|
||||
- Do Not Merge - Changelog for DNM_ci_tests_20220410
|
||||
|
|
@ -10,7 +10,7 @@ from ansible.module_utils.basic import missing_required_lib
|
|||
__metaclass__ = type
|
||||
|
||||
|
||||
FW_VERSION = None
|
||||
FW_VERSION = 9999
|
||||
fw = None
|
||||
fw_offline = False
|
||||
import_failure = True
|
||||
|
|
|
|||
Loading…
Reference in a new issue