Do not set update_containers_append_tag for consumer jobs

minion jobs are failing when set as consumer jobs as
they are expecting containers with an -updated
tag. This review does not set
update_containers_append_tag when it is run within
a consumer job.

Depends-On: https://review.opendev.org/#/c/761402/
Change-Id: Icfc5b606616a7ffed6b6884935c7ea271c2f2720
This commit is contained in:
Ronelle Landy 2020-11-03 08:13:03 -05:00
parent 89ce722027
commit a8bf5e1c0e
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@
when:
- update_containers_append_tag is undefined
- (update_containers is defined and update_containers|bool) or (standalone_container_prep_updates is defined and standalone_container_prep_updates|bool)
- not job.consumer_job | default(false) | bool
tags:
- undercloud-install