Skip to content
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

ci: fix appveyor x64 tests #35406

Merged
merged 2 commits into from
Aug 25, 2022
Merged

ci: fix appveyor x64 tests #35406

merged 2 commits into from
Aug 25, 2022

Conversation

VerteDinde
Copy link
Member

Description of Change

Seeing several appveyor failures on PRs with unrelated changed (e.g. https://ci.appveyor.com/project/electron-bot/electron-x64-testing/builds/44541167/job/t510wg0a0mprn94c#L3197).

In the latest Chrome roll, we saw similar failures when the v8\tools\builtins-pgo folder wasn't persisted for tests. The recent split in "Build" and "Test" workflows resulted in this folder being empty during tests, which likely causes this failure. This PR zips v8\tools\builtins-pgo to upload, then re-download for use during the test workflow.

Checklist

Release Notes

Notes: none

@zcbenz zcbenz merged commit 7e8607f into main Aug 25, 2022
@zcbenz zcbenz deleted the fix-x64-tests branch August 25, 2022 01:11
@release-clerk
Copy link

release-clerk bot commented Aug 25, 2022

No Release Notes

khalwa pushed a commit to solarwindscloud/electron that referenced this pull request Feb 22, 2023
* ci: fix appveyor x64 tests

* extract builtins-pgo to correct directory

Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants