Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Commit

Permalink
Temporarily force release CI tests to use pulpcore 3.2.1
Browse files Browse the repository at this point in the history
Revert for pulp_rpm 3.3.0 release.

[noissue]

re: #6073
6073: Adapt ansible-pulp CI for ansible-pulp branches
  • Loading branch information
mikedep333 committed Apr 20, 2020
1 parent 15e395b commit 39da012
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pulp_installer_tox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ if [ ! -e roles/pulp.pulp_rpm_prerequisites ]; then
ln -s $GITHUB_WORKSPACE roles/pulp.pulp_rpm_prerequisites
fi

# TEMP lines until pulp_rpm 3.3.0 is released, due to #6073 not implemented yet.
find ./molecule/*/group_vars/all -exec sh -c "yq w -i {} pulp_version 3.2.1" \;
#find ./molecule/*/group_vars/all -exec sh -c "yq w -i {} pulp_git_commitish 3.3.0" \;
find ./molecule/*/group_vars/all -exec sh -c "yq w -i {} pulp_install_plugins.pulp-file.version 0.2.0 " \;
find ./molecule/default-upgrade/group_vars/all -exec sh -c "yq d -i {} pulp_install_plugins.pulp-file.upgrade" \;
#find ./molecule/*/group_vars/all -exec sh -c "yq w -i {} pulp_install_plugins.pulp-file.git_commitish 0.2.0 " \;
#find ./molecule/*/group_vars/all -exec sh -c "yq d -i {} pulp_install_plugins.pulp-file" \;

find ./molecule/*source*/group_vars/all -exec sh -c "yq w -i {} pulp_install_plugins.pulp-rpm.source_dir \/var\/lib\/pulp\/devel\/pulp_rpm" \;
find ./molecule/*upgrade*/group_vars/all -exec sh -c "yq w -i {} pulp_install_plugins.pulp-rpm.upgrade true" \;
find ./molecule/*/group_vars/all -exec sh -c "yq w -i {} pulp_install_plugins.pulp-rpm.prereq_role pulp.pulp_rpm_prerequisites" \;
Expand Down

0 comments on commit 39da012

Please sign in to comment.