GitHub Actions fail since D40290209
Atry opened this issue · 4 comments
Atry commented
Describe the bug
I landed D40290209 when the GitHub Actions on 16-core runners pass, while it turned out breaking the default runner ubuntu-latest.
Standalone code, or other way to reproduce the problem
See GitHub Actions page
Expected behavior
Pass GitHub Actions on both ubuntu-latest
and 16-core
runners
Actual behavior
GitHub Actions pass on 16-core
runners triggered by pull requests;
GitHub Actions fail on ubuntu-latest
runners triggered by push.
Atry commented
I guess the failures are due to out-of-memory.
Atry commented
I reran one of the failed workflow with debugging output: https://github.com/facebook/hhvm/actions/runs/3266291699
Hopefully it could provide more information for better understanding this failure.
Atry commented