-
Notifications
You must be signed in to change notification settings - Fork 39
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
Retry test failures on Unity #1028
Conversation
…e to scheduled trigger only when merging.)
@@ -0,0 +1,128 @@ | |||
# Copyright 2023 Google LLC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Eh, this is mostly a copy of the script from C++ that was written in 2023, should it still be 2024?
✅ Integration test succeeded!Requested by @firebase-workflow-trigger[bot] on commit f677984 |
Description
It will retry all build errors that match timeout/network error regexes, but not any compiler errors or other issues. (If there are other instances in which the builds sometimes fail transiently, we can add that.)
Not sure under what conditions to actually trigger the test retry, so it does it unconditionally.
Testing
Tested manually with the "scheduled_trigger" check in integration_tests.yaml commented out, and failure forced.
This run: https://github.com/firebase/firebase-unity-sdk/actions/runs/9087398748
Type of Change
Place an
x
the applicable box: