Skip to content
Snippets Groups Projects
Commit 4daf293e authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "CI: Remove unused Docker images after overcloud upgrade"

parents 0000a131 93a8baca
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,12 @@
shell:
cmd: "{{ kayobe_src_dir }}/dev/overcloud-upgrade.sh &> {{ logs_dir }}/ansible/overcloud-upgrade"
# Remove unused Docker images to avoid reaching full disk
- name: Remove unused Docker images
shell:
cmd: "docker image prune --all --force"
become: true
# Perform a smoke test against the upgraded current release.
- name: Perform testing of VMs in the upgraded overcloud
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment