#16 openqa_trigger.py isn't downloading server DVDs
Closed: Duplicate None Opened 8 years ago by jsedlak.

It seems that we've missed something - when I look into /var/lib/openqa/factory/iso, it looks like that only boot.isos and Live isos are downloaded, but no DVDs. I think that it might be related to this code:

lang=python jobs = [] queries = ( fedfind.release.Query('imagetype', ('boot', 'live')), fedfind.release.Query('arch', arches), fedfind.release.Query('payload', ('server', 'generic', 'workstation')))

I think that it should also query for 'dvd' imagetype.


Well, that's true, but I kinda had some idea that we'd done it on purpose. It may be just because I wrote the fedfind stuff and I didn't want to hit my own bandwidth cap on colada?

Anyway, sure, we can test the Server DVD too. Indeed all you'd need to do is add the 'dvd' imagetype to that query to download it, but we'd also need to tweak the job templates in openqa_fedora to schedule a default_install test for it.

From how candidate for universal tests is selected (and from accompanying comment), I assumed that we wanted to use DVD for the most tests (to save bandwidth from downloading packages).

Login to comment on this ticket.

Metadata