os-autoinst / openQA

openQA web-frontend, scheduler and tools.
http://openqa.opensuse.org/
GNU General Public License v2.0
314 stars 206 forks source link

Do not retry jobs that were obsoleted #5797

Closed AdamWill closed 1 month ago

AdamWill commented 1 month ago

The 'obsoleted' result indicates the job was cancelled because a new schedule request for the same scenario came in. In this case it probably doesn't make sense to auto-retry the cancelled job because the new request indicates the admin wants the job run with the new settings.

See: https://progress.opensuse.org/issues/164613

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.48%. Comparing base (d5cf789) to head (efe1cde). Report is 21 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #5797 +/- ## ======================================= Coverage 98.48% 98.48% ======================================= Files 394 394 Lines 38666 38671 +5 ======================================= + Hits 38082 38087 +5 Misses 584 584 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.