Actions
action #71587
closed[sle][migration][SLE15SP3] Automation for https://jira.suse.com/browse/SLE-8608
Start date:
2020-09-21
Due date:
% Done:
100%
Estimated time:
30.00 h
Difficulty:
Updated by tinawang123 over 4 years ago
HPC Packages are versioned. Multiple versions may be installed on the same system in parallel. To support the HPC workflow, keep versions of selected HPC packages from previous SPs built for environment modules in the new service pack.
The main task would be to test this and make sure it works for every package.
Testing workflow:
1.Install previous SP (SLE-HPC text mode profile)
2.Make a list of installed packages ('rpm -qa')
3. Install all 'library wrappers' (packages matching -hpc, not having a version number with '_' after their name).
4. Make a list of installed packages and diff against list from 2.
5. From the diff extract the list of HPC library packages (packages matching *-hpc*) with 'underscored' version numbers after the package name) and save this list.
6. Perform a migration
7. Confirn all packages in the list generated in 5. remain installed.
Updated by tinawang123 over 4 years ago
- Status changed from New to Blocked
As the feature status is OPEN
Updated by tinawang123 about 4 years ago
- Status changed from Blocked to In Progress
Updated by tinawang123 about 4 years ago
- % Done changed from 0 to 30
Updated by tinawang123 about 4 years ago
- % Done changed from 30 to 50
Updated by tinawang123 about 4 years ago
- % Done changed from 50 to 80
Updated by tinawang123 about 4 years ago
- Status changed from In Progress to Resolved
- % Done changed from 80 to 100
Added two cases
Actions