Set ODCs buildinstall_method only when bootable compose is requested. Enable Pungi runroot on stg backend.
This commit is contained in:
parent
254d35c042
commit
0531fbbd0d
2 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,7 @@ fedmsg_certs:
|
||||||
- odcs.compose.state-changed
|
- odcs.compose.state-changed
|
||||||
|
|
||||||
odcs_allowed_source_types: ["tag", "repo", "raw_config"]
|
odcs_allowed_source_types: ["tag", "repo", "raw_config"]
|
||||||
|
odcs_pungi_runroot_enabled: True
|
||||||
odcs_pungi_runroot_packages: ["pungi", "fedora-packager", "python2-modulemd", "python2-pdc-client"]
|
odcs_pungi_runroot_packages: ["pungi", "fedora-packager", "python2-modulemd", "python2-pdc-client"]
|
||||||
odcs_pungi_runroot_tag: f26-build
|
odcs_pungi_runroot_tag: f26-build
|
||||||
odcs_runroot_target_dir_url: http://kojipkgs.stg.fedoraproject.org/compose/odcs
|
odcs_runroot_target_dir_url: http://kojipkgs.stg.fedoraproject.org/compose/odcs
|
||||||
|
|
|
@ -64,7 +64,9 @@ media_checksums = ['sha256']
|
||||||
create_jigdo = False
|
create_jigdo = False
|
||||||
|
|
||||||
# BUILDINSTALL
|
# BUILDINSTALL
|
||||||
|
{%- if config.bootable %}
|
||||||
buildinstall_method="lorax"
|
buildinstall_method="lorax"
|
||||||
|
{%- endif %}
|
||||||
|
|
||||||
skip_phases = [
|
skip_phases = [
|
||||||
{%- if "iso" not in config.results %}
|
{%- if "iso" not in config.results %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue