kolla/tests/templates/kolla-build.conf.j2
Michal (inc0) Jastrzebski c506e626e7 Dockerhub publisher job
This patchset includes pushing mechanism for daily periodic jobs.

Change-Id: Ic4179ffd3a6e640abfb181dbd000bc75cc64b750
2017-11-06 09:18:22 -08:00

13 lines
227 B
Django/Jinja

[DEFAULT]
debug = true
{% if publisher %}
profile = default
profile = infra
profile = main
namespace = kolla
tag = queens
{% endif %}
push = false
logs_dir = /tmp/logs/build
template_override = /etc/kolla/template_overrides.j2