serve
serve copied to clipboard
Added retry action for CI
Description
The CI runs can be flaky because of network issues. Added a retry action to run the sanity script with the following properties
- Timeout = 60 minutes
- Max Retries = 3
Fixes #(issue)
Type of change
Please delete options that are not relevant.
- [ ] Bug fix (non-breaking change which fixes an issue)
Feature/Issue validation/testing
Please describe the Unit or Integration tests that you ran to verify your changes and relevant result summary. Provide instructions so it can be reproduced. Please also list any relevant details for your test configuration.
-
[ ] Test A Logs for Test A
-
[ ] Test B Logs for Test B
Checklist:
- [ ] Did you have fun?
- [ ] Have you added tests that prove your fix is effective or that this feature works?
- [ ] Has code been commented, particularly in hard-to-understand areas?
- [ ] Have you made corresponding changes to the documentation?