#17 openQA 'obsoleting' nightly builds unexpectedly
Closed: Fixed None Opened 8 years ago by adamwill.

So now we have the 'all' / 'nightly' job running and scheduling jobs for both Branched and Rawhide, it seems like openQA 'obsoletes' jobs unexpectedly. I thought at first this was just on my box for one day where I'd run the tests a lot, but it looks like it happened on BOS for the 20150820 nightly too. Branched jobs ran fine, Rawhide started running then were all abruptly 'obsoleted'.

I suspect the Branched jobs obsolete the Rawhide ones somehow, but not sure how yet. It may be to do with the fact we're still setting 'rawhide' as the 'version' for all runs; we could try setting that differently.


This ticket had assigned some Differential requests:
D522

Aha! I think I see it:

https://github.com/os-autoinst/openQA/blob/master/lib/OpenQA/Scheduler/Scheduler.pm#L1122-L1139

so yeah, when you schedule jobs from an ISO, any running jobs with the same DISTRI, VERSION, FLAVOR and ARCH get cancelled, it looks like.

I guess the obvious thing to do is fix VERSION to not be 'rawhide' all the time; we can just set it to the release, which is what it ought to be set to anyway.

Yeah, pretty sure D522 fixed this.

Login to comment on this ticket.

Metadata