-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Detect testcase regressions #201
Conversation
Each testsuite is fully independent, no need to leave perf on the table. Signed-off-by: William Woodruff <[email protected]>
Signed-off-by: William Woodruff <[email protected]>
Signed-off-by: William Woodruff <[email protected]>
Signed-off-by: William Woodruff <[email protected]>
Signed-off-by: William Woodruff <[email protected]>
Signed-off-by: William Woodruff <[email protected]>
Signed-off-by: William Woodruff <[email protected]>
Signed-off-by: William Woodruff <[email protected]>
Signed-off-by: William Woodruff <[email protected]>
Signed-off-by: William Woodruff <[email protected]>
No regressions! |
Signed-off-by: William Woodruff <[email protected]>
Signed-off-by: William Woodruff <[email protected]>
No regressions 👍 |
Signed-off-by: William Woodruff <[email protected]>
No regressions 👍 |
Signed-off-by: William Woodruff <[email protected]>
No regressions 👍 |
Signed-off-by: William Woodruff <[email protected]>
Signed-off-by: William Woodruff <[email protected]>
Just to cause a cache miss. Signed-off-by: William Woodruff <[email protected]>
Regressions found. Review these changes very carefully before continuing! Sampled regressions: https://github.com/C2SP/x509-limbo/actions/runs/7893899944 |
Signed-off-by: William Woodruff <[email protected]>
Regressions found. Review these changes very carefully before continuing! Sampled regressions: https://github.com/C2SP/x509-limbo/actions/runs/7893950308 |
…se some regressions""""" This reverts commit af0501f.
Signed-off-by: William Woodruff <[email protected]>
No regressions found. |
No regressions found. |
Signed-off-by: William Woodruff <[email protected]>
No regressions found. |
Signed-off-by: William Woodruff <[email protected]>
No regressions found. |
Signed-off-by: William Woodruff <[email protected]>
No regressions found. |
For now, since it only half works. Signed-off-by: William Woodruff <[email protected]>
I think this is good as an MVP -- I've removed |
No regressions found. |
Signed-off-by: William Woodruff <[email protected]>
No regressions found. |
Signed-off-by: William Woodruff <[email protected]>
Signed-off-by: William Woodruff <[email protected]>
Adds a workflow for detecting regressions against the latest collected harness results.
Some notes:
SKIPPED
to aPASS
/FAIL
state. I could specialize some more to handle these, but I figure there's value in alerting on them as well.GITHUB_TOKEN
. The "correct" way to do this is to use a GitHub App or PAT instead of a workflow's token, but that's a bit overkill.Closes #197.