mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
Drop NUMDISKS=2 for update server flavor
It causes a bit of an awkward problem for tests which use disk images from another test, specifically the cockpit tests. We put the update repo on this second disk and update /etc/fstab but we aren't actually uploading the second disk image and using it as the second disk on the child tests, so they get messed up. I'm having trouble coming up with an elegant solution so for now let's kick the affected flavor (server) back to one disk. I'll try and figure a more permanent fix tomorrow. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
a3270c10a9
commit
66e5276544
@ -56,7 +56,6 @@
|
||||
"distri": "fedora",
|
||||
"flavor": "updates-server",
|
||||
"settings": {
|
||||
"NUMDISKS": "2",
|
||||
"RETRY": "1"
|
||||
},
|
||||
"version": "*"
|
||||
@ -66,7 +65,6 @@
|
||||
"distri": "fedora",
|
||||
"flavor": "updates-server",
|
||||
"settings": {
|
||||
"NUMDISKS": "2",
|
||||
"RETRY": "1"
|
||||
},
|
||||
"version": "*"
|
||||
@ -106,7 +104,6 @@
|
||||
"distri": "fedora",
|
||||
"flavor": "updates-server",
|
||||
"settings": {
|
||||
"NUMDISKS": "2",
|
||||
"RETRY": "1"
|
||||
},
|
||||
"version": "*"
|
||||
|
Loading…
Reference in New Issue
Block a user