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
Updated by mkittler over 1 year ago
- Status changed from New to In Progress
- Assignee set to mkittler
Updated by mkittler over 1 year ago
- Status changed from In Progress to Feedback
Updated by okurz over 1 year ago
- Related to action #131204: openqa-trigger-bisect-jobs is called on passed jobs size:M added
Updated by mkittler over 1 year ago
PR for regression: https://github.com/os-autoinst/scripts/pull/238
Updated by mkittler over 1 year ago
- Status changed from Feedback to Resolved
Looks like it works again: https://openqa.suse.de/tests/11467948#comments
Actions