mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-10 15:31:24 +00:00
add s390x machine definition to fifloader.py
This commit is contained in:
parent
4b1747db8c
commit
98b38f73d0
@ -212,6 +212,11 @@ def generate_job_templates(products, profiles, testsuites):
|
|||||||
jobtemplate['group_name'] = "Rocky PowerPC Updates"
|
jobtemplate['group_name'] = "Rocky PowerPC Updates"
|
||||||
else:
|
else:
|
||||||
jobtemplate['group_name'] = "Rocky PowerPC"
|
jobtemplate['group_name'] = "Rocky PowerPC"
|
||||||
|
elif jobtemplate['machine_name'] in ('s390x'):
|
||||||
|
if 'updates' in product['flavor']:
|
||||||
|
jobtemplate['group_name'] = "Rocky s390x Updates"
|
||||||
|
else:
|
||||||
|
jobtemplate['group_name'] = "Rocky s390x"
|
||||||
elif jobtemplate['machine_name'] in ('aarch64', 'ARM'):
|
elif jobtemplate['machine_name'] in ('aarch64', 'ARM'):
|
||||||
if 'updates' in product['flavor']:
|
if 'updates' in product['flavor']:
|
||||||
jobtemplate['group_name'] = "Rocky AArch64 Updates"
|
jobtemplate['group_name'] = "Rocky AArch64 Updates"
|
||||||
|
Loading…
Reference in New Issue
Block a user