Skip to content

exit_sendmail plugin always fails to find koji build ID for scratch builds #1591

@ktdreyer

Description

@ktdreyer

scratch builds always hit this code path in atomic_reactor/plugins/exit_sendmail.py:

self.koji_build_id = self.workflow.exit_results.get(KojiImportPlugin.key)
if not self.koji_build_id:
    self.log.info("Failed to fetch koji build ID")

If it's a scratch build, we do not need to try to look up a Koji build ID.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions