Fix namespace for containers build job - needed for rocky

This is currently hardcoded to tripleomaster but we need it to be
tripleorocky for the new job added in [1] (not wired up yet)

[1] https://review.rdoproject.org/r/19452

Change-Id: I123bf07d7bc02bd81b6dd91d63faf5b014d5e132
This commit is contained in:
Marios Andreou 2019-03-20 11:30:15 +02:00
parent 9eab7a5e69
commit 91d075a34d
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ template_override={{ openstack_git_root }}/tripleo-common/container-images/tripl
rpm_setup_config=http://172.17.0.1/delorean.repo,http://172.17.0.1/delorean-{{ ci_branch }}-testing.repo
push={{ push_containers }}
{% if 'periodic' in zuul.pipeline %}
namespace=tripleomaster
namespace=tripleo{{ release|default("master") }}
{% else %}
namespace={{ ci_branch | replace("/", "") }}
{% endif %}