Skip to content

Commit

Permalink
tests: pin Candlepin version to latest before Java 17 (#85)
Browse files Browse the repository at this point in the history
The current way of deploying Candlepin uses an Ansible role that is no
more used/supported by the Candlepin project, and thus it is rotting;
the recent switch of Candlepin from Java 11 to Java 17 broke with the
unmaintained role.

Thus, as very short-term workaround, pin the version of Candlepin to
deploy to the commit before the switch to Java 17.

Signed-off-by: Pino Toscano <[email protected]>
  • Loading branch information
ptoscano authored Apr 3, 2023
1 parent 05effb1 commit cd01cb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/tasks/setup_candlepin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
cp_configure_mariadb: false
cp_configure_ruby: false
cp_deploy_args: "-g -a -f -t -r"
cp_git_ref: 9263a30b1612a22ec00ae05bd7d9ed6e0cdedbaf

- name: Enable tomcat
service:
Expand Down

0 comments on commit cd01cb0

Please sign in to comment.