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.
Actions