ODCS: Use PUNGI_KOJI_ARGS=['--nightly'] by default.
This commit is contained in:
parent
aa81de22a5
commit
c36e9c1edb
1 changed files with 2 additions and 0 deletions
|
@ -125,6 +125,8 @@ class ProdConfiguration(BaseConfiguration):
|
|||
MESSAGING_TOPIC = "odcs.compose.state-changed"
|
||||
INTERNAL_MESSAGING_TOPIC = "odcs.internal.msg"
|
||||
|
||||
PUNGI_KOJI_ARGS = ['--nightly']
|
||||
|
||||
PUNGI_RUNROOT_ENABLED = {{ odcs_pungi_runroot_enabled }}
|
||||
PUNGI_PARENT_RUNROOT_CHANNEL = "{{ odcs_pungi_parent_runroot_channel }}"
|
||||
PUNGI_PARENT_RUNROOT_PACKAGES = {{ odcs_pungi_parent_runroot_packages }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue