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
In cases where the C.I. provides a false result, such as a failure due to intermittent errors, users should be able to re-trigger the dispatcher. This should follow the SPDK convention, where a user supplies a comment in the format false positive: <issue_id>, where <issue_id> refers to the ID of the issue describing the underlying infrastructure problem that led to an incorrect status report.
This will allow for a smoother workflow when dealing with known infrastructure issues and avoid manual handling of false positives.
Requirements
Implement the ability to re-trigger the dispatcher when a user-supplied comment with the format false positive: <issue_id> is detected.
The <issue_id> should be logged and traceable to the issue related to the infrastructure problem.
Ensure the re-triggering mechanism does not overwrite or hide the original test result but allows for subsequent verification.
Acceptance Criteria
Users can re-trigger the dispatcher using a comment in the format false positive: <issue_id>.
The <issue_id> is correctly logged and traceable in the system.
The workflow accounts for re-triggering in case of false positives without discarding original test results.
The text was updated successfully, but these errors were encountered:
In cases where the C.I. provides a false result, such as a failure due to intermittent errors, users should be able to re-trigger the dispatcher. This should follow the SPDK convention, where a user supplies a comment in the format
false positive: <issue_id>
, where<issue_id>
refers to the ID of the issue describing the underlying infrastructure problem that led to an incorrect status report.This will allow for a smoother workflow when dealing with known infrastructure issues and avoid manual handling of false positives.
Requirements
false positive: <issue_id>
is detected.<issue_id>
should be logged and traceable to the issue related to the infrastructure problem.Acceptance Criteria
false positive: <issue_id>
.<issue_id>
is correctly logged and traceable in the system.The text was updated successfully, but these errors were encountered: