Merge "Add additional tags to update validations tasks"

This commit is contained in:
Zuul 2022-08-01 15:32:32 +00:00 committed by Gerrit Code Review
commit b6491c5606

View File

@ -35,6 +35,7 @@
tags: tags:
- undercloud_update - undercloud_update
- updates_validations - updates_validations
- pre_update_validations
- name: update undercloud - name: update undercloud
shell: | shell: |
@ -95,6 +96,7 @@
tags: tags:
- overcloud_update_prepare - overcloud_update_prepare
- updates_validations - updates_validations
- pre_update_prepare_validations
- name: import oc update prepare tasks - name: import oc update prepare tasks
import_tasks: overcloud_update_prepare.yml import_tasks: overcloud_update_prepare.yml
@ -165,6 +167,7 @@
tags: tags:
- overcloud_update_run - overcloud_update_run
- updates_validations - updates_validations
- pre_update_run_validations
- name: import overcloud update run tasks - name: import overcloud update run tasks
import_tasks: overcloud_update_run.yml import_tasks: overcloud_update_run.yml
@ -206,6 +209,7 @@
when: run_validations|bool when: run_validations|bool
tags: tags:
- updates_validations - updates_validations
- post_update_validations
- name: validate overcloud docker images/containers - name: validate overcloud docker images/containers
shell: | shell: |