mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-02-10 08:34:59 +08:00
Be strict about this.
Better to fail early here than to submit a build, wait 15 minutes, only to find out it fails.
This commit is contained in:
@@ -70,8 +70,7 @@ def wait(config, session, msg):
|
||||
log.debug("Assigning koji tag=%s to module build" % tag)
|
||||
build.koji_tag = tag
|
||||
|
||||
|
||||
dependencies = rida.pdc.get_module_build_dependencies(pdc_session, module_info)
|
||||
dependencies = rida.pdc.get_module_build_dependencies(pdc_session, module_info, strict=True)
|
||||
builder = rida.builder.KojiModuleBuilder(build.name, config, tag_name=tag)
|
||||
build.buildroot_task_id = builder.buildroot_prep()
|
||||
log.debug("Adding dependencies %s into buildroot for module %s" % (dependencies, module_info))
|
||||
|
||||
Reference in New Issue
Block a user