Open ktdreyer opened 3 years ago
scratch builds always hit this code path in atomic_reactor/plugins/exit_sendmail.py:
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.
What if we just deleted this plugin entirely: https://github.com/containerbuildsystem/atomic-reactor/issues/1710
scratch builds always hit this code path in
atomic_reactor/plugins/exit_sendmail.py
:If it's a scratch build, we do not need to try to look up a Koji build ID.