action #10482
closedextend isos post TEST parameter
0%
Description
The TEST parameter is very useful to run only one test from an iso job group. It would be nice if it could also select more than one test, e.g. by accepting comma separated list TEST=test1,test2,...
Updated by coolo almost 9 years ago
that is syntactic sugar for for t in test1 test2; do client job post ... ? or do I misunderstand?
Updated by psladek almost 9 years ago
Not just that; the for cycle way unfortunately does not work, since the latter command somehow resets the previous ones, effectively only leaving the last one (while sometimes? keeping some dependent jobs not explicitly listed).
Also even if this was somehow fixed, I am not sure what other differences would be there internally... I think ideally, if one includes all tests in job group explicitly, it should behave exactly same as the iso post without TEST parameter.
Updated by cwh over 8 years ago
- Status changed from New to In Progress
Got a solution here: https://github.com/os-autoinst/openQA/pull/642
Updated by oholecek about 8 years ago
- Status changed from In Progress to Resolved
This is done and working as expected.