Skip to content

Commit

Permalink
🧪⇪ Bump galaxy_ng to v4.9.0 in tests
Browse files Browse the repository at this point in the history
It updates the underlying `pulp_ansible` to v0.20.2, which fixes a
race condition that is occasiontally observable in our CI when
provisioning the initial dummy collections for testing.

Refs:

  * https://github.com/ansible/galaxy_ng/releases/tag/4.9.0
  * ansible/galaxy_ng#1950
  * ansible/galaxy#3267
  * pulp/pulp_ansible#1571
  * pulp/pulp_ansible#1572
  * pulp/pulp_ansible#1595
  * pulp/pulp_ansible#1623
  * pulp/pulp_ansible#1624
  • Loading branch information
webknjaz committed Dec 11, 2023
1 parent a9919dd commit d05bbe5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def __init__(self, args: IntegrationConfig) -> None:

self.image = os.environ.get(
'ANSIBLE_PULP_CONTAINER',
'quay.io/pulp/galaxy:4.7.1'
'quay.io/pulp/galaxy:4.9.0' # https://github.com/ansible/galaxy_ng
)

self.uses_docker = True
Expand Down

0 comments on commit d05bbe5

Please sign in to comment.