Commit Graph

25 Commits

Author SHA1 Message Date
Felix Fontein
5535e609a2
[stable-3] CI: move ansible-core 2.15 to GHA. (#1105)
* CI: move ansible-core 2.15 to GHA.

* CentOS 7 doesn't work in GHA.
2025-07-30 23:28:28 +02:00
Felix Fontein
5e8a62acbc
[stable-3] Fix CI (#1087)
* Forgot community.general.

(cherry picked from commit 2108c3dc71)

* Use matching c.g branch for older ansible-core versions.

* Fix GH workflow.
2025-06-08 20:50:18 +02:00
patchback[bot]
26ffe94070
[PR #1076/29542816 backport][stable-3] CI: Use community.crypto 2.x.y for older ansible-core versions / Python versions (#1077)
* Use community.crypto 2.x.y for older ansible-core versions / Python versions. (#1076)

(cherry picked from commit 295428167b)

* This also applies for ansible-core 2.15.

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
2025-05-01 15:42:34 +02:00
Felix Fontein
d50dedd4cd
[stable-3] Run extra sanity tests with nox (#1069)
* Run extra sanity tests with nox. (#1068)

(cherry picked from commit e20118b68f)

* Fix CI.

* Adjust ignore file.
2025-04-19 19:53:23 +02:00
Felix Fontein
30db88c26a
[stable-3] Backport CI improvements (#1055)
* Fix/improve tests (#1052)

* Improve unit test condition.

* Improve/fix tests.

(cherry picked from commit fdb97428a3)

* Make sure that community.internal_test_tools is installed for unit tests.

(cherry picked from commit 9972eee967)
2025-03-12 21:30:15 +01:00
Felix Fontein
6fc9727f60
Remove Fedora 32 tests from CI. (#882) 2024-06-14 08:23:29 +02:00
Felix Fontein
8cbdf5400c
Pass codecov token to ansible-test-gh-action. (#854) 2024-05-11 21:29:30 +02:00
Felix Fontein
9ff53bc143
CI: Add stable-2.17; copy ignore.txt files from 2.17 to 2.18; move stable-2.14 from AZP to GHA (#830)
* Add stable-2.17 to CI; copy ignore files from 2.17 to 2.18.

* Move stable-2.14 from AZP to GHA.
2024-04-03 08:32:28 +02:00
Felix Fontein
f429017d94
Add inventory filter capability (#698)
* Add inventory filter capability.

* Use community.library_inventory_filtering_v1 collection.

* Bump dependency to 1.0.0.

* Mention the new dependency in the changelog.
2024-01-13 15:51:02 +01:00
Felix Fontein
4929ef603a
Integration tests: split up Docker setup, move docker_compose tests into own group (#718)
* Rename setup role.

* Create new CI group 6, and move docker_compose v1 tests into there.

* Split up Docker setup in integration tests.

* Change setup_docker_compose_v1 to install its own Docker SDK for Python.

* Docker SDK for Python not needed to set up registry or query host info.
2023-12-09 17:35:54 +01:00
Felix Fontein
2c633dadeb
CI: ansible-core devel drops support for Python 2.7 and 3.6 (#691)
* ansible-core devel drops support for Python 2.7 and 3.6.

* Force PyYAML 5.3.1 on Alpine.
2023-10-04 23:22:08 +02:00
Felix Fontein
d9f49fc073
Add ansible-core 2.16 to the matrix. (#686) 2023-09-19 17:51:26 +02:00
Felix Fontein
cad2ecca3d
Move ansible-core 2.12 to EOL CI (#640)
* https://github.com/ansible/ansible/pull/79734 has been merged and backported for all branches but stable-2.10 and stable-2.11.

* Move ansible-core 2.12 to EOL CI.
2023-05-29 17:01:07 +02:00
Felix Fontein
39f2e9b9c4
Make compatible with requests 2.29.0 and urllib3 2.0 (#613)
* Make compatible with requests 2.29.0.

* This fix should also work with urllib3 2.0 according to urllib3 maintainer.

* Add changelog fragment.

* We still need the constraint for CI until Docker SDK for Python has a new release with a fix.

* Make modifications to response_class as small as possible.

* Revert "We still need the constraint for CI until Docker SDK for Python has a new release with a fix."

This reverts commit 698d544a1e08308e8bf8b4e56ab78c5079f9a17b.

* The pip coming with the ansible-core 2.11 alpine3 image seems to be too old.
2023-05-05 22:09:02 +02:00
Felix Fontein
d0e61097f1 Cancel concurrent workflow runs in PRs. 2023-02-23 09:56:26 +01:00
Felix Fontein
01429108d3 Use stable-2.x branches from my work to get the patch from https://github.com/ansible/ansible/pull/79734. 2023-01-13 20:30:02 +01:00
Felix Fontein
f3e77c193d Switch to my fork of ansible-test-gh-action. 2022-12-18 09:54:09 +01:00
Felix Fontein
5cb24d2e69 The ansible-test patch has been backported to stable-2.12. 2022-12-17 19:39:36 +01:00
Felix Fontein
f823555ae3
Backports to stable-2.13 and stable-2.14 have been merged. (#525)
https://github.com/ansible/ansible/pull/79538
https://github.com/ansible/ansible/pull/79507
2022-12-07 08:58:58 +01:00
Felix Fontein
11351839ee
Fix CI image selection. (#521) 2022-12-03 15:31:00 +01:00
Felix Fontein
019712b09f
Only use ubuntu-20.04 if necessary. (#520) 2022-12-02 07:59:10 +01:00
Felix Fontein
549de87ab5
Switch CI from ubuntu-latest to ubuntu-20.04 to avoid problems with ansible-test from ansible-core 2.12, 2.13, 2.14. (#519) 2022-12-01 23:02:19 +01:00
Felix Fontein
70d68dd2bd
ansible-core 2.11 is EOL. Move CI runs to GHA. (#504) 2022-11-27 22:37:54 +01:00
Felix Fontein
6555a5a0de Initial cleanup. 2020-10-30 07:05:51 +01:00
John R Barker
42315baa74 Initial commit 2020-10-30 07:05:51 +01:00