action #10482
closed
extend isos post TEST parameter
Added by psladek almost 9 years ago.
Updated about 8 years ago.
Category:
Feature requests
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,...
that is syntactic sugar for for t in test1 test2; do client job post ... ? or do I misunderstand?
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.
- Status changed from New to In Progress
- Status changed from In Progress to Resolved
This is done and working as expected.
Also available in: Atom
PDF