Compare commits

..

2 commits

Author SHA1 Message Date
Hideki Saito
f711247c48
Merge c7e6109057 into 6da1331018 2025-10-01 08:12:23 +00:00
saito-hideki
c7e6109057 Ignore pylint errors caused by compatibility checks for six
* This is a temporary measure until we stop covering Python2
* Removng standalone ansible-lint tests since it is covered by ansible-test
* Fixing some typos

Signed-off-by: saito-hideki <saito@fgrep.org>
2025-10-01 17:10:45 +09:00
2 changed files with 3 additions and 2 deletions

View file

@ -56,7 +56,7 @@ stages:
- name: Units
test: units
- stage: Sanity_2_19
displayName: Ansible 2.19 Sanitay & Units
displayName: Ansible 2.19 Sanity & Units
dependsOn: []
jobs:
- template: templates/matrix.yml

View file

@ -1,2 +1,3 @@
trivial:
- Update AZP CI matrix to ignore ansible-bad-import-from on six(https://github.com/ansible-collections/ansible.posix/pull/682).
- Updatng AZP CI matrix to ignore ansible-bad-import-from on six(https://github.com/ansible-collections/ansible.posix/pull/682).
- Removing sandalone ansible-lint test it already covered by ansible-test.