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
When setting prow job status, we want to look at the junit files and see if there were any test failures. Otherwise the k8s robot will report the tests as succeeding even when there were failures.
Fix#315
Our prow jobs are being marked as successful even though some of our tests failed (as indicated by the junit files).
We should add a step to our test pipeline to read all the junit XML files and mark the prow job as failed by setting status failed in finished.json.
The text was updated successfully, but these errors were encountered: