mozilla-releng/balrog

CI: release decision task fails

Closed this issue · 1 comments

#2719 made the push-image task in the github-release graph depend on test tasks, including test-backend, which needs the coveralls secret. However we only grant that secret to pull-requests and pushes to main (and we don't currently index / optimize out the dependency using the on-push graph).

@gbrownmozilla @gabrielBusta do you have thoughts on adding the scope vs just not re-running the tests before push-image?

I don't have strong feelings, but lean toward not re-running the tests.