Try running lorax in parent ODCS runroot for a test.
This commit is contained in:
parent
db6bf44bfc
commit
91bc4a1876
3 changed files with 5 additions and 5 deletions
|
@ -41,7 +41,7 @@ fedmsg_certs:
|
|||
|
||||
odcs_allowed_source_types: ["tag", "raw_config", "module"]
|
||||
odcs_pungi_runroot_enabled: True
|
||||
odcs_pungi_parent_runroot_packages: ["pungi", "fedora-packager", "python2-modulemd", "python2-pdc-client", "kernel"]
|
||||
odcs_pungi_parent_runroot_packages: ["pungi", "fedora-packager", "python2-modulemd", "python2-pdc-client", "lorax"]
|
||||
odcs_pungi_parent_runroot_tag: f26-build
|
||||
odcs_pungi_runroot_target_dir_url: http://kojipkgs.stg.fedoraproject.org/compose/odcs
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ fedmsg_certs:
|
|||
|
||||
odcs_allowed_source_types: ["tag", "raw_config", "module"]
|
||||
odcs_pungi_runroot_enabled: True
|
||||
odcs_pungi_parent_runroot_packages: ["pungi", "fedora-packager", "python2-modulemd", "python2-pdc-client", "kernel"]
|
||||
odcs_pungi_parent_runroot_packages: ["pungi", "fedora-packager", "python2-modulemd", "python2-pdc-client", "lorax"]
|
||||
odcs_pungi_parent_runroot_tag: f26-build
|
||||
odcs_pungi_runroot_target_dir_url: http://kojipkgs.stg.fedoraproject.org/compose/odcs
|
||||
|
||||
|
|
|
@ -23,9 +23,9 @@ sigkeys = [None]
|
|||
hashed_directories = True
|
||||
|
||||
# RUNROOT settings
|
||||
runroot = True
|
||||
runroot_tag = "f26-build"
|
||||
runroot_channel = "compose"
|
||||
#runroot = True
|
||||
#runroot_tag = "f26-build"
|
||||
#runroot_channel = "compose"
|
||||
|
||||
# PDC settings
|
||||
pdc_url = '{{ config.pdc_url }}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue