-
Notifications
You must be signed in to change notification settings - Fork 115
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
feat: use ipv4 by default to fix CI flow #960
feat: use ipv4 by default to fix CI flow #960
Conversation
Signed-off-by: SuZhou-Joe <[email protected]>
f013e5a
to
4e8ac2f
Compare
Signed-off-by: SuZhou-Joe <[email protected]>
Signed-off-by: SuZhou-Joe <[email protected]>
Signed-off-by: SuZhou-Joe <[email protected]>
@SuZhou-Joe Do we need to backport 2.x branch? |
We should I suppose. |
Follow issue for flaky test: #961 |
6b20efc
to
f487a8e
Compare
This reverts commit b7caeb7. Signed-off-by: SuZhou-Joe <[email protected]>
Signed-off-by: SuZhou-Joe <[email protected]>
Signed-off-by: SuZhou-Joe <[email protected]>
Signed-off-by: SuZhou-Joe <[email protected]>
679285b
to
4b866dc
Compare
Signed-off-by: SuZhou-Joe <[email protected]>
4b866dc
to
cf5c6b9
Compare
In order to make vanilla tests run, we had to downgrade chrome version to v115, or the cypress will hang because of memory limit. I found that we use a customized image in OSD to run cypress test. @kavilla , do you have any context here why we use a customized image instead of the default github runner-image? |
Signed-off-by: SuZhou-Joe <[email protected]>
* feat: use ipv4 by default to fix CI flow Signed-off-by: SuZhou-Joe <[email protected]> * feat: remove duplicate NODE_OPTIONS Signed-off-by: SuZhou-Joe <[email protected]> * fix: hang test cases Signed-off-by: SuZhou-Joe <[email protected]> * fix: typo Signed-off-by: SuZhou-Joe <[email protected]> * Revert "fix: hang test cases" This reverts commit b7caeb7. Signed-off-by: SuZhou-Joe <[email protected]> * fix: enable dev-shm to address hang test Signed-off-by: SuZhou-Joe <[email protected]> * feat: add wait to fix hang Signed-off-by: SuZhou-Joe <[email protected]> * feat: revert image version back to 2.308.0-1 Signed-off-by: SuZhou-Joe <[email protected]> * feat: downgrade chrome version to v115 Signed-off-by: SuZhou-Joe <[email protected]> * feat: revert chromuim downgrade logic Signed-off-by: SuZhou-Joe <[email protected]> --------- Signed-off-by: SuZhou-Joe <[email protected]> (cherry picked from commit c875187)
* feat: use ipv4 by default to fix CI flow Signed-off-by: SuZhou-Joe <[email protected]> * feat: remove duplicate NODE_OPTIONS Signed-off-by: SuZhou-Joe <[email protected]> * fix: hang test cases Signed-off-by: SuZhou-Joe <[email protected]> * fix: typo Signed-off-by: SuZhou-Joe <[email protected]> * Revert "fix: hang test cases" This reverts commit b7caeb7. Signed-off-by: SuZhou-Joe <[email protected]> * fix: enable dev-shm to address hang test Signed-off-by: SuZhou-Joe <[email protected]> * feat: add wait to fix hang Signed-off-by: SuZhou-Joe <[email protected]> * feat: revert image version back to 2.308.0-1 Signed-off-by: SuZhou-Joe <[email protected]> * feat: downgrade chrome version to v115 Signed-off-by: SuZhou-Joe <[email protected]> * feat: revert chromuim downgrade logic Signed-off-by: SuZhou-Joe <[email protected]> --------- Signed-off-by: SuZhou-Joe <[email protected]> (cherry picked from commit c875187) Co-authored-by: SuZhou-Joe <[email protected]>
* feat: use ipv4 by default to fix CI flow Signed-off-by: SuZhou-Joe <[email protected]> * feat: remove duplicate NODE_OPTIONS Signed-off-by: SuZhou-Joe <[email protected]> * fix: hang test cases Signed-off-by: SuZhou-Joe <[email protected]> * fix: typo Signed-off-by: SuZhou-Joe <[email protected]> * Revert "fix: hang test cases" This reverts commit b7caeb7. Signed-off-by: SuZhou-Joe <[email protected]> * fix: enable dev-shm to address hang test Signed-off-by: SuZhou-Joe <[email protected]> * feat: add wait to fix hang Signed-off-by: SuZhou-Joe <[email protected]> * feat: revert image version back to 2.308.0-1 Signed-off-by: SuZhou-Joe <[email protected]> * feat: downgrade chrome version to v115 Signed-off-by: SuZhou-Joe <[email protected]> * feat: revert chromuim downgrade logic Signed-off-by: SuZhou-Joe <[email protected]> --------- Signed-off-by: SuZhou-Joe <[email protected]>
Description
Issues Resolved
#902
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.