#41 universal tests are restarted by `fedora-openqa-schedule` even if `--force` not set
Closed: Invalid None Opened 7 years ago by adamwill.

We intend that fedora-openqa-schedule should not duplicate (restart) existing non-cancelled jobs unless --force is passed. This works for 'regular' flavors, but doesn't work for the special 'universal' flavor; those jobs do get restarted even if --force is not passed. We should fix that.


actually, it looks like this wasn't exactly a bug; universal scheduling does run through _find_duplicate_jobs. What happened in the case I hit was that the compose in question had originally done its universal jobs with the Everything netinst, then I re-ran fedora-openqa-schedule after landing the change to run universal jobs with the Server DVD again, so the jobs weren't considered 'dupes' because they were for a different ISO.

I suppose we could only check for dupes based on flavor (not based on ISO at all), but I'm not sure if it's worth it just to fix this case, which would hardly occur often.

Login to comment on this ticket.

Metadata