action #151750
closedcoordination #151816: [epic] Handle openQA fixes and job group setup
Split the job template file of Migration development group up into files of each arch - move to openqa-job-groups
0%
Description
Motivation¶
Currently some job groups have all-in-one file of job template with all arches in gitlab but it is hard to maintain, we should split the job template file of Migration development group up into files of each arch.
Refer to yast group
There will be five files in the folder: default.yaml,x86_64.yaml,s390x.yaml,ppc64le.yaml,aarch64.yaml, besides test_suites.yaml in Jobgroups contains anchors.
Acceptance criteria¶
AC1: Split the job template file of Migration development group up into files of each arch.
Updated by JRivrain about 1 year ago
- Status changed from Workable to In Progress
- Assignee set to JRivrain
Updated by JRivrain about 1 year ago · Edited
MR submitted, but CI complains that some files don't exist, even if they exist:
[Check File Existence] : referenced file schedule/migration/migration_offline_media_x86_64.yaml not found
but file is here https://raw.githubusercontent.com/os-autoinst/os-autoinst-distri-opensuse/master/schedule/migration/migration_offline_media_x86_64.yaml
Updated by leli about 1 year ago · Edited
JRivrain wrote in #note-2:
MR submitted, but CI complains that some files don't exist, even if they exist:
[Check File Existence] : referenced file schedule/migration/migration_offline_media_x86_64.yaml not found
but file is here https://raw.githubusercontent.com/os-autoinst/os-autoinst-distri-opensuse/master/schedule/migration/migration_offline_media_x86_64.yaml
I will have a look on the CI issue, for now I guess maybe it is the script issue.
for f in collect_files(args):
if not os.path.isfile(os.path.join(options.prefix, f)):
exit_code = 1
print(f"[Check File Existence] : referenced file {f} not found")
Maybe the path is wrong which caused can't find the yaml file.
Updated by JERiveraMoya about 1 year ago
- Status changed from In Progress to Blocked
Blocked by #151651
Updated by JRivrain about 1 year ago · Edited
- Subject changed from Split the job template file of Migration development group up into files of each arch to Split the job template file of Migration development group up into files of each arch - move to openqa-job-groups
- Status changed from Blocked to In Progress
Updated by JRivrain about 1 year ago
- Status changed from In Progress to Resolved
Updated by JERiveraMoya about 1 year ago
- Tags set to qe-yam-dec-sprint
- Target version deleted (
Current) - Parent task set to #151816