Actions
action #111260
closedcoordination #108797: [qe-core] Leap setup 15.4 openqa for updates
[qe-core] Automate or script moving the assets to fixed directory
Status:
Resolved
Priority:
High
Assignee:
Category:
Infrastructure
Target version:
Start date:
2022-05-18
Due date:
% Done:
0%
Estimated time:
Difficulty:
Sprint:
QE-Core: August Sprint (Aug 03 - Aug 31)
Description
Often we need to move assets in openQA to the fixed directory, this can be a repo, an iso or a qcow image or others,
I wrote the following script (hacked together rather), but does one way or the other what we would normally do, by ssh'ing into a machine and moving the stuff ourselves.
What we would like to have is a way to move either a build, or a specific asset of a particular build, to the corresponding fixed directory, one suggestion is to use a deploy workflow in a git repo, that triggers the moving of the assets, based on a simple config file added by the user (so we can track who runs what)
Acceptance Criteria¶
- AC1 assets of a build can be moved altogether with a single command for osd.
- AC2 No ssh to the openQA instance is required.
- AC3 Proposal is done for openSUSE.
Actions