You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new button to rerun failed jobs in a test run. The button would appear on run page like "kill run" button does in #51.
We can use existing /suite endpoint of teuthology-api to request for a rerun.
Pulpito-ng can fill the request payload by using the values from the run page data. Like run name (--run-name), rerun-statuses, etc.
Add a new button to rerun failed jobs in a test run. The button would appear on run page like "kill run" button does in #51.
We can use existing
/suite
endpoint of teuthology-api to request for a rerun.Pulpito-ng can fill the request payload by using the values from the run page data. Like run name (
--run-name
),rerun-statuses
, etc.Rerun command example:
Refer to docs: https://docs.ceph.com/projects/teuthology/en/latest/commands/teuthology-suite.html
To see how to send requests to teuthology-api from pulpito-ng, refer https://github.com/ceph/pulpito-ng/pull/23/files#diff-5f8be92e87d171bfafe635ee330fd0b888ca0871572c4888425bf5476064dc54R28
The text was updated successfully, but these errors were encountered: