Commit Graph

8 Commits

Author SHA1 Message Date
patchback[bot]
7b132df9b0
Stop building EE with CentOS Stream 8, which no longer has builds. (#873) (#875)
(cherry picked from commit c2c47636b4)

Co-authored-by: Felix Fontein <felix@fontein.de>
2024-06-04 13:01:40 +02:00
patchback[bot]
27bb808199
Bump actions/setup-python from 4 to 5 (#724) (#725)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 74636e7f0e)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-11 18:21:33 +01:00
Felix Fontein
5c7f9fe33d
[stable-2] devel EE: force PyYAML==5.3.1 (#671)
* Force PyYAML==5.3.1 in EE requirements.

* Let's try <= instead of ==.

* Revert "Let's try <= instead of ==."

This reverts commit 31ab7521b4.

* Revert "Force PyYAML==5.3.1 in EE requirements."

This reverts commit 42b770588c.

* Try to pin PyYAML for devel EE.
2023-07-19 22:21:19 +02:00
patchback[bot]
7f385fa268
Install and use Python 3.11 on RHEL UBI 9. (#666) (#667)
(cherry picked from commit 1d0b6ddef3)

Co-authored-by: Felix Fontein <felix@fontein.de>
2023-07-12 22:23:37 +02:00
patchback[bot]
437bface93
Disable EE with ansible-core devel for now until UBI 9 has Python 3.10 support. (#664) (#665)
(cherry picked from commit 3f6d5a96d9)

Co-authored-by: Felix Fontein <felix@fontein.de>
2023-07-12 13:31:50 +02:00
patchback[bot]
af93bd1ba5
Rewrite EE test workflow to use ansible-builder 3.0.0. (#630) (#632)
(cherry picked from commit 2259246f4f)

Co-authored-by: Felix Fontein <felix@fontein.de>
2023-05-20 11:33:30 +02:00
Felix Fontein
ca89e93302 Bump action. 2023-01-13 21:01:32 +01:00
Felix Fontein
e12a487e6a
Add EE support, support GHA in current_container_facts (#336)
* Try adding EE support.

* Use GHA instead of AZP for EE tests.

* Update changelog fragment, extend tests.

* Disable current_container_facts test.

* Increase verbosity.

* 2.9 compatibility.

* Use docker instead of podman for building EE and running tests in it.

* Output some more information (helpful for debugging).

* Fix GHA handling for current_container_facts.

* Try to fix permissions.
2022-04-18 22:54:00 +02:00