Skip to content

Commit

Permalink
tests: temporarily pin Candlepin to 4.4.2
Browse files Browse the repository at this point in the history
The current latest release (4.4.3) introduces a regression that breaks
the support for environments in subscription-manager. Since:
- we are not testing subscription-manager here, rather the rhc role
- the issue is already known by the Candlepin developers, and hopefully
  to be fixed in the next version
hence pin the Candlepin container to the latest version before the
regression, i.e. 4.4.2. This way, we can keep testing changes in the rhc
role.

Signed-off-by: Pino Toscano <[email protected]>
  • Loading branch information
ptoscano authored and richm committed Jan 19, 2024
1 parent fde9a22 commit 5e1bdc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tasks/setup_candlepin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
containers.podman.podman_container:
detach: true
hostname: "{{ lsr_rhc_test_data.candlepin_host }}"
image: ghcr.io/ptoscano/candlepin-unofficial
image: ghcr.io/ptoscano/candlepin-unofficial:4.4.2-1
name: candlepin
privileged: "{{ ansible_distribution in ['CentOS', 'RedHat']
and ansible_distribution_major_version | int < 8 }}"
Expand Down

0 comments on commit 5e1bdc4

Please sign in to comment.