mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
hack up parallel tests of desktop_update_graphical for gtk bisect
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
e4a8dc4047
commit
ca45e8eefa
@ -193,6 +193,8 @@ def generate_job_templates(products, profiles, testsuites):
|
|||||||
"""
|
"""
|
||||||
jobtemplates = []
|
jobtemplates = []
|
||||||
for (name, suite) in testsuites.items():
|
for (name, suite) in testsuites.items():
|
||||||
|
if "desktop_update_graphical_test_1" in name:
|
||||||
|
print("XXX HERE")
|
||||||
if 'profiles' not in suite:
|
if 'profiles' not in suite:
|
||||||
print("Warning: no profiles for test suite {}".format(name))
|
print("Warning: no profiles for test suite {}".format(name))
|
||||||
continue
|
continue
|
||||||
@ -219,6 +221,9 @@ def generate_job_templates(products, profiles, testsuites):
|
|||||||
elif 'updates' in product['flavor']:
|
elif 'updates' in product['flavor']:
|
||||||
# x86_64 updates
|
# x86_64 updates
|
||||||
jobtemplate['group_name'] = "Fedora Updates"
|
jobtemplate['group_name'] = "Fedora Updates"
|
||||||
|
if "desktop_update_graphical_test_1" in name:
|
||||||
|
print("XXX HERE 3")
|
||||||
|
print(jobtemplate)
|
||||||
jobtemplates.append(jobtemplate)
|
jobtemplates.append(jobtemplate)
|
||||||
return jobtemplates
|
return jobtemplates
|
||||||
|
|
||||||
|
@ -183,6 +183,17 @@
|
|||||||
"RETRY": "1"
|
"RETRY": "1"
|
||||||
},
|
},
|
||||||
"version": "*"
|
"version": "*"
|
||||||
|
},
|
||||||
|
"fedora-updates-gtktest-x86_64-*": {
|
||||||
|
"arch": "x86_64",
|
||||||
|
"distri": "fedora",
|
||||||
|
"flavor": "updates-gtktest",
|
||||||
|
"settings": {
|
||||||
|
"DESKTOP": "gnome",
|
||||||
|
"+HDD_1": "disk_f%VERSION%_desktop_4_%ARCH%.qcow2",
|
||||||
|
"NUMDISKS": "2"
|
||||||
|
},
|
||||||
|
"version": "*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Profiles": {
|
"Profiles": {
|
||||||
@ -261,6 +272,10 @@
|
|||||||
"fedora-updates-workstation-x86_64-*-64bit": {
|
"fedora-updates-workstation-x86_64-*-64bit": {
|
||||||
"machine": "64bit",
|
"machine": "64bit",
|
||||||
"product": "fedora-updates-workstation-x86_64-*"
|
"product": "fedora-updates-workstation-x86_64-*"
|
||||||
|
},
|
||||||
|
"fedora-updates-gtktest-x86_64-*-64bit": {
|
||||||
|
"machine": "64bit",
|
||||||
|
"product": "fedora-updates-gtktest-x86_64-*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TestSuites": {
|
"TestSuites": {
|
||||||
@ -361,6 +376,141 @@
|
|||||||
"fedora-updates-workstation-x86_64-*-64bit": 5
|
"fedora-updates-workstation-x86_64-*-64bit": 5
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"desktop_update_graphical_test_1": {
|
||||||
|
"profiles": {
|
||||||
|
"fedora-updates-gtktest-x86_64-*-64bit": 1
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"BOOTFROM": "c",
|
||||||
|
"POSTINSTALL": "desktop_update_graphical"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"desktop_update_graphical_test_2": {
|
||||||
|
"profiles": {
|
||||||
|
"fedora-updates-gtktest-x86_64-*-64bit": 1
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"BOOTFROM": "c",
|
||||||
|
"POSTINSTALL": "desktop_update_graphical"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"desktop_update_graphical_test_3": {
|
||||||
|
"profiles": {
|
||||||
|
"fedora-updates-gtktest-x86_64-*-64bit": 1
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"BOOTFROM": "c",
|
||||||
|
"POSTINSTALL": "desktop_update_graphical"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"desktop_update_graphical_test_4": {
|
||||||
|
"profiles": {
|
||||||
|
"fedora-updates-gtktest-x86_64-*-64bit": 1
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"BOOTFROM": "c",
|
||||||
|
"POSTINSTALL": "desktop_update_graphical"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"desktop_update_graphical_test_5": {
|
||||||
|
"profiles": {
|
||||||
|
"fedora-updates-gtktest-x86_64-*-64bit": 1
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"BOOTFROM": "c",
|
||||||
|
"POSTINSTALL": "desktop_update_graphical"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"desktop_update_graphical_test_6": {
|
||||||
|
"profiles": {
|
||||||
|
"fedora-updates-gtktest-x86_64-*-64bit": 1
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"BOOTFROM": "c",
|
||||||
|
"POSTINSTALL": "desktop_update_graphical"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"desktop_update_graphical_test_7": {
|
||||||
|
"profiles": {
|
||||||
|
"fedora-updates-gtktest-x86_64-*-64bit": 1
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"BOOTFROM": "c",
|
||||||
|
"POSTINSTALL": "desktop_update_graphical"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"desktop_update_graphical_test_8": {
|
||||||
|
"profiles": {
|
||||||
|
"fedora-updates-gtktest-x86_64-*-64bit": 1
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"BOOTFROM": "c",
|
||||||
|
"POSTINSTALL": "desktop_update_graphical"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"desktop_update_graphical_test_9": {
|
||||||
|
"profiles": {
|
||||||
|
"fedora-updates-gtktest-x86_64-*-64bit": 1
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"BOOTFROM": "c",
|
||||||
|
"POSTINSTALL": "desktop_update_graphical"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"desktop_update_graphical_test_10": {
|
||||||
|
"profiles": {
|
||||||
|
"fedora-updates-gtktest-x86_64-*-64bit": 1
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"BOOTFROM": "c",
|
||||||
|
"POSTINSTALL": "desktop_update_graphical"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"desktop_update_graphical_test_11": {
|
||||||
|
"profiles": {
|
||||||
|
"fedora-updates-gtktest-x86_64-*-64bit": 1
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"BOOTFROM": "c",
|
||||||
|
"POSTINSTALL": "desktop_update_graphical"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"desktop_update_graphical_test_12": {
|
||||||
|
"profiles": {
|
||||||
|
"fedora-updates-gtktest-x86_64-*-64bit": 1
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"BOOTFROM": "c",
|
||||||
|
"POSTINSTALL": "desktop_update_graphical"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"desktop_update_graphical_test_13": {
|
||||||
|
"profiles": {
|
||||||
|
"fedora-updates-gtktest-x86_64-*-64bit": 1
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"BOOTFROM": "c",
|
||||||
|
"POSTINSTALL": "desktop_update_graphical"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"desktop_update_graphical_test_14": {
|
||||||
|
"profiles": {
|
||||||
|
"fedora-updates-gtktest-x86_64-*-64bit": 1
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"BOOTFROM": "c",
|
||||||
|
"POSTINSTALL": "desktop_update_graphical"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"desktop_update_graphical_test_15": {
|
||||||
|
"profiles": {
|
||||||
|
"fedora-updates-gtktest-x86_64-*-64bit": 1
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"BOOTFROM": "c",
|
||||||
|
"POSTINSTALL": "desktop_update_graphical"
|
||||||
|
}
|
||||||
|
},
|
||||||
"install_default_update_live": {
|
"install_default_update_live": {
|
||||||
"profiles": {
|
"profiles": {
|
||||||
"fedora-updates-kde-live-iso-x86_64-*-64bit": 5,
|
"fedora-updates-kde-live-iso-x86_64-*-64bit": 5,
|
||||||
|
Loading…
Reference in New Issue
Block a user