action #34297
closed[kernel][hpc] Need provide separate reg key for SLE 15 HPC aarch/x86 install jobs
0%
Description
Observation¶
openQA test in scenario sle-15-Installer-DVD-aarch64-create_hdd_hpc_textmode@aarch64 fails in
scc_registration
Currently we define SCC_REGCODE as a variable in installation test. This will not work because in this dimension you can't distinguish between different
arch.
Solution : introduce new variable SCC_REGCODE_HPC and define it in same way as it work for HA, SAP and others
Reproducible¶
Fails since (at least) Build 522.1
Expected result¶
Last good: (unknown) (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by sebchlad over 6 years ago
- Target version set to 448
Adding to the current sprint as this is required for HPC and blocks proper product testing (using SCC)
Updated by okurz over 6 years ago
- Status changed from New to In Progress
- Assignee set to okurz
HPC regcodes are now available on https://scc.suse.com within the "openQA" organisation SCC_ORG_ECABHE for both architectures.
So far there have been regcodes for products set in the medium - therefore also architecture specific - as well as used when the variable SLE_PRODUCT is defined. Also for addons, e.g. SCC_REGCODE_HA.
Take a look for how sles4sap is doing it, e.g. in https://openqa.suse.de/tests/1599373#
I guess it should be as simple as defining SCC_REGCODE_HPC in the mediums and … that's it :)
"SCC_REGCODE_HPC" would correspond to an addon-regcode.
I did that for trying out once with
$ openqa_clone_job_osd 1599172 TEST=okurz_poo34297_hpc_regcode SCC_REGCODE_HPC=XXX _GROUP=0
so let's see what https://openqa.suse.de/t1601169 will bring
Updated by okurz over 6 years ago
- Status changed from In Progress to Resolved
oh, another point - I thought we had this already - do not make HPC different just for the sake of being different. SCC_REGCODE should not be specified in the test suite. One of the reasons you already gave yourself :)
https://openqa.suse.de/tests/1601169#step/scc_registration/7 shows successful registration but then fails because the needle scc_registration-modules-preselected-hpc-20180328 was created for the x86_64 and there are less on aarch64 so creating a new one.
I deleted the regcode on the test suite and put the architecture specific ones on the media.
Followup scheduled as https://openqa.suse.de/tests/1601170, passed
Triggered a clone from the original with same test name and keeping group -> https://openqa.suse.de/tests/1601176, passed. Considered ticket as resolved.