python-project-template icon indicating copy to clipboard operation
python-project-template copied to clipboard

Smoke test failure sends one message per python version

Open delucchi-cmu opened this issue 1 year ago • 1 comments

e.g. https://github.com/astronomy-commons/hipscat-cloudtests/actions/runs/8015681836

The action failed for python 3.9 and 3.10, and was cancelled for 3.11. We received two alerts, but they each had the same action/run URL, so it looked like a totally duplicated message.

Would it be possible to have the notification step happen ... outside the python matrix scope? and send an alert if the run fails, not just for each job that fails?

delucchi-cmu avatar Feb 23 '24 12:02 delucchi-cmu

This sounds similar to only creating one issue if a smoke test fails. See issue #433

drewoldag avatar Mar 22 '24 18:03 drewoldag