mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-30 00:21:23 -07:00
Some checks failed
EOL CI / EOL Sanity (Ⓐ2.13) (push) Has been cancelled
EOL CI / EOL Sanity (Ⓐ2.14) (push) Has been cancelled
EOL CI / EOL Sanity (Ⓐ2.15) (push) Has been cancelled
EOL CI / EOL Units (Ⓐ2.13+py2.7) (push) Has been cancelled
EOL CI / EOL Units (Ⓐ2.13+py3.8) (push) Has been cancelled
EOL CI / EOL Units (Ⓐ2.14+py3.9) (push) Has been cancelled
EOL CI / EOL Units (Ⓐ2.15+py3.10) (push) Has been cancelled
EOL CI / EOL Units (Ⓐ2.15+py3.5) (push) Has been cancelled
EOL CI / EOL I (Ⓐ2.13+alpine3+py:azp/posix/1/) (push) Has been cancelled
EOL CI / EOL I (Ⓐ2.13+alpine3+py:azp/posix/2/) (push) Has been cancelled
EOL CI / EOL I (Ⓐ2.13+alpine3+py:azp/posix/3/) (push) Has been cancelled
EOL CI / EOL I (Ⓐ2.13+fedora35+py:azp/posix/1/) (push) Has been cancelled
EOL CI / EOL I (Ⓐ2.13+fedora35+py:azp/posix/2/) (push) Has been cancelled
EOL CI / EOL I (Ⓐ2.13+fedora35+py:azp/posix/3/) (push) Has been cancelled
EOL CI / EOL I (Ⓐ2.13+opensuse15py2+py:azp/posix/1/) (push) Has been cancelled
EOL CI / EOL I (Ⓐ2.13+opensuse15py2+py:azp/posix/2/) (push) Has been cancelled
EOL CI / EOL I (Ⓐ2.13+opensuse15py2+py:azp/posix/3/) (push) Has been cancelled
EOL CI / EOL I (Ⓐ2.14+alpine3+py:azp/posix/1/) (push) Has been cancelled
EOL CI / EOL I (Ⓐ2.14+alpine3+py:azp/posix/2/) (push) Has been cancelled
EOL CI / EOL I (Ⓐ2.14+alpine3+py:azp/posix/3/) (push) Has been cancelled
EOL CI / EOL I (Ⓐ2.15+fedora37+py:azp/posix/1/) (push) Has been cancelled
EOL CI / EOL I (Ⓐ2.15+fedora37+py:azp/posix/2/) (push) Has been cancelled
EOL CI / EOL I (Ⓐ2.15+fedora37+py:azp/posix/3/) (push) Has been cancelled
nox / Run extra sanity tests (push) Has been cancelled
Replace devel with stable-2.19 in CI and docs.
63 lines
2.1 KiB
TOML
63 lines
2.1 KiB
TOML
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
# SPDX-FileCopyrightText: 2025 Felix Fontein <felix@fontein.de>
|
|
|
|
[collection_sources]
|
|
"ansible.posix" = "git+https://github.com/ansible-collections/ansible.posix.git,main"
|
|
"community.crypto" = "git+https://github.com/ansible-collections/community.crypto.git,main"
|
|
"community.docker" = "git+https://github.com/ansible-collections/community.docker.git,main"
|
|
"community.internal_test_tools" = "git+https://github.com/ansible-collections/community.internal_test_tools.git,main"
|
|
|
|
[collection_sources_per_ansible.'2.13']
|
|
"community.crypto" = "git+https://github.com/ansible-collections/community.crypto.git,stable-2"
|
|
|
|
[collection_sources_per_ansible.'2.14']
|
|
"community.crypto" = "git+https://github.com/ansible-collections/community.crypto.git,stable-2"
|
|
|
|
[collection_sources_per_ansible.'2.15']
|
|
# community.crypto's main branch needs ansible-core >= 2.17
|
|
"community.crypto" = "git+https://github.com/ansible-collections/community.crypto.git,stable-2"
|
|
|
|
[collection_sources_per_ansible.'2.16']
|
|
# community.crypto's main branch needs ansible-core >= 2.17
|
|
"community.crypto" = "git+https://github.com/ansible-collections/community.crypto.git,stable-2"
|
|
|
|
[sessions]
|
|
|
|
[sessions.docs_check]
|
|
validate_collection_refs="all"
|
|
|
|
[sessions.license_check]
|
|
|
|
[sessions.extra_checks]
|
|
run_no_unwanted_files = true
|
|
no_unwanted_files_module_extensions = [".py"]
|
|
no_unwanted_files_yaml_extensions = [".yml"]
|
|
run_action_groups = true
|
|
|
|
[[sessions.extra_checks.action_groups_config]]
|
|
name = "consul"
|
|
pattern = "^consul_.*$"
|
|
exclusions = [
|
|
"consul_acl",
|
|
"consul_acl_bootstrap",
|
|
"consul_kv",
|
|
]
|
|
doc_fragment = "community.general.consul.actiongroup_consul"
|
|
|
|
[[sessions.extra_checks.action_groups_config]]
|
|
name = "proxmox"
|
|
pattern = "^proxmox(_.*)?$"
|
|
exclusions = []
|
|
doc_fragment = "community.general.proxmox.actiongroup_proxmox"
|
|
|
|
[sessions.build_import_check]
|
|
run_galaxy_importer = true
|
|
|
|
[sessions.ansible_test_sanity]
|
|
include_devel = false
|
|
max_version = "2.19"
|
|
|
|
[sessions.ansible_test_units]
|
|
include_devel = false
|
|
max_version = "2.19"
|