Merge "Revert "Temporary disable update of IPA image in jobs""

This commit is contained in:
Zuul 2018-05-19 01:47:55 +00:00 committed by Gerrit Code Review
commit a379f96c08
1 changed files with 3 additions and 4 deletions

View File

@ -60,8 +60,7 @@
roles:
- { role: fetch-images, when: not to_build|bool }
- { role: repo-setup, repo_inject_image_path: "$HOME/overcloud-full.qcow2", repo_run_live: false, when: not to_build|bool }
# TODO(sshnaidm): enable update of IPA image, see bug https://bugs.launchpad.net/tripleo/+bug/1770972
# - { role: repo-setup, repo_inject_image_path: "$HOME/ironic-python-agent.initramfs", repo_run_live: false, initramfs_image: true, libguestfs_mode: false, when: not to_build|bool }
- { role: repo-setup, repo_inject_image_path: "$HOME/ironic-python-agent.initramfs", repo_run_live: false, initramfs_image: true, libguestfs_mode: false, when: not to_build|bool }
- { role: install-built-repo, ib_repo_image_path: "$HOME/overcloud-full.qcow2", when: compressed_gating_repo is defined and not to_build|bool }
# TODO(sshnaidm): enable update of IPA image, see bug https://bugs.launchpad.net/tripleo/+bug/1770972
# - { role: install-built-repo, ib_repo_image_path: "$HOME/ironic-python-agent.initramfs", initramfs_image: true, libguestfs_mode: false, when: compressed_gating_repo is defined and not to_build|bool }
- { role: install-built-repo, ib_repo_image_path: "$HOME/ironic-python-agent.initramfs", initramfs_image: true, libguestfs_mode: false, when: compressed_gating_repo is defined and not to_build|bool }