Actions
action #110515
closedcoordination #80142: [saga][epic] Scale out: Redundant/load-balancing deployments of openQA, easy containers, containers on kubernetes
coordination #109659: [epic] More remote workers
Command export feature for openqa-clone-job size:M
Description
User story¶
As an worker administrator I would like to call openqa-clone-job with an option to output what it would execute to be able to tweak the actually executed command, e.g. to trigger a 2-machine-cluster on two separate, specific worker hosts
Acceptance criteria¶
- AC1: openqa-clone-job can be called to output the equivalent openqa-cli commands it would call without actually executing
Suggestions¶
- To spawn a parallel job cluster where some jobs are running on Nürnberg workers and some on Prague workers one can modify openqa-clone-job to print the parameters instead of posting them by putting
print STDERR join(' ', map { "'$_=$composed_params{$_ }'" } sort keys %composed_params); exit 0;
inpost_jobs
withinCloneJob.pm
. One can then modify the worker classes as needed and post the jobs manually.
Updated by okurz over 2 years ago
- Copied from action #110467: Establish reliable tap setup on ow14 added
Updated by okurz over 2 years ago
- Project changed from openQA Infrastructure to openQA Project
- Subject changed from Dry-run for openqa-clone-job to Command export feature for openqa-clone-job size:M
- Description updated (diff)
- Category set to Feature requests
- Status changed from New to Workable
Updated by mkittler over 2 years ago
- Status changed from Workable to In Progress
Updated by openqa_review over 2 years ago
- Due date set to 2022-05-17
Setting due date based on mean cycle time of SUSE QE Tools
Updated by mkittler over 2 years ago
- Status changed from In Progress to Feedback
Updated by okurz over 2 years ago
Updated by mkittler over 2 years ago
- Status changed from Feedback to Resolved
Yes. I have tested it locally which should be sufficient.
Updated by mkittler over 2 years ago
- Copied from deleted (action #110467: Establish reliable tap setup on ow14)
Actions