Actions
action #125102
openSupport multi machine when triggering job use 'isos post'
Start date:
2023-02-28
Due date:
% Done:
0%
Estimated time:
Description
User story¶
As a QE, sometimes I need to trigger jobs on different machines. But when I use isos post
, the parameter MACHINE
only can accept one value. Could you help to support more than one values of MACHINE
? just like the parameter TEST=foo,boo
For example, we define three cases in job group:
test_case0:
machine: hana01
test_case1:
machine: [hana02,hana04]
settings:
PARALLEL_with: test_case0@hana01
test_case2:
machine: [hana03,hana05]
settings:
PARALLEL_with: test_case0@hana01
We would like to trigger the three jobs on one time: test_case0@hana01, test_case1@hana02, test_case2@hana03, OR test_case0@hana01, test_case1@hana04, test_case2@hana05.
Thanks.
Acceptance criteria¶
- We could specify many MACHINEs when doing
isos post
, e.g.MACHINE=hana01,hana02
, and only the jobs test1@hana01, test2@hana02 will be triggered.
Actions