Actions
action #131486
closedFix comment posting in openqa-trigger-bisect-jobs
Description
Observation¶
Bisect jobs are created, but the comment posting to the original job doesn't work.
That's because the output of openqa-clone-job changed.
Before:
Created job #234567: testname -> http://localhost:9526/tests/3357734
After:
1 job has been created:
- testname -> http://localhost:9526/tests/3357734
Suggestions¶
- Use
openqa-clone-job --json-output
like we do now in the other scripts
Actions