#56 Make sure pings go out for full ELN failures.
Opened by james. Modified
releng/ james/compose-tracker main  into  main

This should hopefully fix/workaround: https://pagure.io/fedora-infrastructure/issue/11833

2 new commits added

  • Make sure ELN gets pings about entire failures.
  • Move ping maintainers code out of the log parsing loop.

Why exactly is ELN different than other composes? Is there something that we're doing incorrectly?

It's different because compose-tracker is trying to look for particular failable artifacts and notify people who care about those.

ELN composes don't have particular failable parts, the entire compose fails. Since no particular part failed, it doesn't do anything currently.

@james can you repoint this to the 'staging' branch? We could then merge and see how it does?

I don't think I can change it here, but I opened a new PR: https://pagure.io/releng/compose-tracker/pull-request/57

Metadata