Skip to content

Commit 33ddeef

Browse files
committed
[ci] Move use master containers to pre_deploy hook
This hook runs before the controlplanae is deployed, instead of after. This _should_ reduce the runtime of the builds by avoiding the need to wait for the changes to the openstackversions to be reconciled.
1 parent 471ee7f commit 33ddeef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/vars-use-master-containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
2-
post_ctlplane_deploy_99_modify_openstackversions:
2+
pre_deploy_99_modify_openstackversions:
33
source: "{{ ansible_user_dir }}/{{ zuul.projects['github.com/infrawatch/feature-verification-tests'].src_dir }}/ci/use-master-containers.yml"
44
type: playbook

0 commit comments

Comments
 (0)