Add automatic retry of failed workflows to improve E2E stability#51627
Add automatic retry of failed workflows to improve E2E stability#51627cipolleschi wants to merge 1 commit intofacebook:mainfrom
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D75449445 |
e2cb74f to
2ff1981
Compare
2ff1981 to
af64cf5
Compare
|
This pull request was exported from Phabricator. Differential Revision: D75449445 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D75449445 |
af64cf5 to
d267dbc
Compare
d267dbc to
766184e
Compare
|
This pull request was exported from Phabricator. Differential Revision: D75449445 |
766184e to
4b43f09
Compare
|
This pull request was exported from Phabricator. Differential Revision: D75449445 |
4b43f09 to
3286f4c
Compare
|
This pull request was exported from Phabricator. Differential Revision: D75449445 |
3286f4c to
d6f7ef7
Compare
|
This pull request was exported from Phabricator. Differential Revision: D75449445 |
d6f7ef7 to
a603d47
Compare
|
This pull request was exported from Phabricator. Differential Revision: D75449445 |
a603d47 to
e4ea7a9
Compare
e4ea7a9 to
d0770de
Compare
|
This pull request was exported from Phabricator. Differential Revision: D75449445 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D75449445 |
d0770de to
5818110
Compare
…ebook#51627) Summary: This cdhanges are inspired by https://stackoverflow.com/a/78314483 and they should help with the stability of E2E tests on main. Most of the time, those tests fails because of flakyness in the E2E infrastructure on GHA. Usually, rerunning the tests manually makes the workflow pass. These couple of jobs automatically reruns the workflow up to 3 times in case one of the E2E tests fails ## Changelog: [Internal] - improve CI by rerunning the workflow if the E2E tests fails Reviewed By: cortinico Differential Revision: D75449445
5818110 to
bda9bd7
Compare
|
This pull request was exported from Phabricator. Differential Revision: D75449445 |
|
This pull request was successfully merged by @cipolleschi in 98872a1 When will my fix make it into a release? | How to file a pick request? |
|
This pull request has been merged in 98872a1. |
Summary:
This cdhanges are inspired by https://stackoverflow.com/a/78314483 and they should help with the stability of E2E tests on main.
Most of the time, those tests fails because of flakyness in the E2E infrastructure on GHA. Usually, rerunning the tests manually makes the workflow pass.
These couple of jobs automatically reruns the workflow up to 3 times in case one of the E2E tests fails
Changelog:
[Internal] - improve CI by rerunning the workflow if the E2E tests fails
Differential Revision: D75449445