mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-05-11 12:02:06 +00:00
Compare commits
2 Commits
692b906b82
...
28b6db7845
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
28b6db7845 | ||
|
|
7709fbe168 |
@@ -58,6 +58,22 @@ stages:
|
|||||||
- name: Lint
|
- name: Lint
|
||||||
test: lint
|
test: lint
|
||||||
|
|
||||||
|
- stage: Sanity_2_21
|
||||||
|
displayName: Ansible 2.21 Sanity & Units & Lint
|
||||||
|
dependsOn: []
|
||||||
|
jobs:
|
||||||
|
- template: templates/matrix.yml
|
||||||
|
parameters:
|
||||||
|
nameFormat: "{0}"
|
||||||
|
testFormat: 2.21/{0}
|
||||||
|
targets:
|
||||||
|
- name: Sanity
|
||||||
|
test: sanity
|
||||||
|
- name: Units
|
||||||
|
test: units
|
||||||
|
- name: Lint
|
||||||
|
test: lint
|
||||||
|
|
||||||
- stage: Sanity_2_20
|
- stage: Sanity_2_20
|
||||||
displayName: Ansible 2.20 Sanity & Units & Lint
|
displayName: Ansible 2.20 Sanity & Units & Lint
|
||||||
dependsOn: []
|
dependsOn: []
|
||||||
@@ -131,8 +147,23 @@ stages:
|
|||||||
parameters:
|
parameters:
|
||||||
testFormat: devel/linux/{0}/1
|
testFormat: devel/linux/{0}/1
|
||||||
targets:
|
targets:
|
||||||
- name: Fedora 43
|
- name: Fedora 44
|
||||||
test: fedora43
|
test: fedora44
|
||||||
|
- name: Ubuntu 22.04
|
||||||
|
test: ubuntu2204
|
||||||
|
- name: Ubuntu 24.04
|
||||||
|
test: ubuntu2404
|
||||||
|
|
||||||
|
- stage: Docker_2_21
|
||||||
|
displayName: Docker 2.21
|
||||||
|
dependsOn: []
|
||||||
|
jobs:
|
||||||
|
- template: templates/matrix.yml
|
||||||
|
parameters:
|
||||||
|
testFormat: devel/linux/{0}/1
|
||||||
|
targets:
|
||||||
|
- name: Fedora 44
|
||||||
|
test: fedora44
|
||||||
- name: Ubuntu 22.04
|
- name: Ubuntu 22.04
|
||||||
test: ubuntu2204
|
test: ubuntu2204
|
||||||
- name: Ubuntu 24.04
|
- name: Ubuntu 24.04
|
||||||
@@ -209,8 +240,25 @@ stages:
|
|||||||
test: rhel/10.1
|
test: rhel/10.1
|
||||||
- name: RHEL 9.7
|
- name: RHEL 9.7
|
||||||
test: rhel/9.7
|
test: rhel/9.7
|
||||||
- name: FreeBSD 14.3
|
- name: FreeBSD 14.4
|
||||||
test: freebsd/14.3
|
test: freebsd/14.4
|
||||||
|
- name: FreeBSD 15.0
|
||||||
|
test: freebsd/15.0
|
||||||
|
|
||||||
|
- stage: Remote_2_21
|
||||||
|
displayName: Remote 2.21
|
||||||
|
dependsOn: []
|
||||||
|
jobs:
|
||||||
|
- template: templates/matrix.yml
|
||||||
|
parameters:
|
||||||
|
testFormat: devel/{0}/1
|
||||||
|
targets:
|
||||||
|
- name: RHEL 10.1
|
||||||
|
test: rhel/10.1
|
||||||
|
- name: RHEL 9.7
|
||||||
|
test: rhel/9.7
|
||||||
|
- name: FreeBSD 14.4
|
||||||
|
test: freebsd/14.4
|
||||||
- name: FreeBSD 15.0
|
- name: FreeBSD 15.0
|
||||||
test: freebsd/15.0
|
test: freebsd/15.0
|
||||||
|
|
||||||
@@ -294,6 +342,9 @@ stages:
|
|||||||
- Sanity_2_20
|
- Sanity_2_20
|
||||||
- Remote_2_20
|
- Remote_2_20
|
||||||
- Docker_2_20
|
- Docker_2_20
|
||||||
|
- Sanity_2_21
|
||||||
|
- Remote_2_21
|
||||||
|
- Docker_2_21
|
||||||
- Sanity_devel
|
- Sanity_devel
|
||||||
- Remote_devel
|
- Remote_devel
|
||||||
- Docker_devel
|
- Docker_devel
|
||||||
|
|||||||
@@ -1,2 +1 @@
|
|||||||
tests/utils/shippable/check_matrix.py replace-urlopen
|
tests/utils/shippable/check_matrix.py replace-urlopen
|
||||||
tests/utils/shippable/timing.py shebang
|
|
||||||
|
|||||||
@@ -1,2 +1 @@
|
|||||||
tests/utils/shippable/check_matrix.py replace-urlopen
|
tests/utils/shippable/check_matrix.py replace-urlopen
|
||||||
tests/utils/shippable/timing.py shebang
|
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
tests/utils/shippable/timing.py shebang
|
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
tests/utils/shippable/timing.py shebang
|
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
tests/utils/shippable/timing.py shebang
|
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
tests/utils/shippable/timing.py shebang
|
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
tests/utils/shippable/timing.py shebang
|
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
tests/utils/shippable/timing.py shebang
|
|
||||||
plugins/action/synchronize.py pylint:ansible-bad-import-from
|
plugins/action/synchronize.py pylint:ansible-bad-import-from
|
||||||
plugins/callback/cgroup_perf_recap.py pylint:ansible-bad-import-from
|
plugins/callback/cgroup_perf_recap.py pylint:ansible-bad-import-from
|
||||||
plugins/modules/mount.py pylint:ansible-bad-import-from
|
plugins/modules/mount.py pylint:ansible-bad-import-from
|
||||||
|
|||||||
9
tests/sanity/ignore-2.22.txt
Normal file
9
tests/sanity/ignore-2.22.txt
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
plugins/action/synchronize.py pylint:ansible-bad-import-from
|
||||||
|
plugins/callback/cgroup_perf_recap.py pylint:ansible-bad-import-from
|
||||||
|
plugins/modules/mount.py pylint:ansible-bad-import-from
|
||||||
|
plugins/modules/sysctl.py pylint:ansible-bad-import-from
|
||||||
|
plugins/shell/csh.py pylint:ansible-bad-import-from
|
||||||
|
plugins/shell/fish.py pylint:ansible-bad-import-from
|
||||||
|
tests/unit/mock/procenv.py pylint:ansible-bad-import-from
|
||||||
|
tests/unit/mock/yaml_helper.py pylint:ansible-bad-import-from
|
||||||
|
tests/unit/modules/conftest.py pylint:ansible-bad-import-from
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python
|
||||||
from __future__ import (absolute_import, division, print_function)
|
from __future__ import (absolute_import, division, print_function)
|
||||||
__metaclass__ = type
|
__metaclass__ = type
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user