action #125852
closedcoordination #125846: [epic] March Prototype testing
Create 2 new job groups in openqa.opensuse.org to hold the 2 new image flavors
0%
Description
So far, we have been using a job group for ALP images, but that product in IBS is obsolete.
Instead, we now have 2 flavors corresponding to the 2 new products (see epic).
For now, we can keep the set of test suites the same as we had for ALP December, and we can do modifications as needed.
Acceptance criteria¶
- Create 2 new jobs in O3:
ALP-Micro
andALP-Bedrock
- Create corresponding mediums
- Create the content of the groups in opensuse-jobgroups
Updated by jlausuch over 1 year ago
- Status changed from New to Resolved
- Assignee set to jlausuch
I created the following mediums in O3:
distri=alp
|_version=micro-01
|_flavor=Default [x86_64, aarch64]
|_flavor=Default-qcow [x86_64]
|_flavor=Default-SeflInstall [x86_64]
distri=alp
|_version=bedrock-01
|_flavor=Default [x86_64, aarch64]
|_flavor=Default-qcow [x86_64]
|_flavor=Default-SeflInstall [x86_64]
The reason I haven't used alp-micro
and alp-bedrock
as distri
is to avoid creating new directories in products with corresponding symlinks to opensuse
project, and also because we might have more flavors in the future, so I re-used the alp
product we have, and used the product type (micro/bedrock) as part of the version, e.g. micro-0.1
.
Updated by jlausuch over 1 year ago
And this is the PR for the job groups:
https://github.com/os-autoinst/opensuse-jobgroups/pull/284