-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[JS][CI] Timeout on macos
in GitHub Actions
#36154
Comments
Should we speed up the task? |
It's better. @domoritz Do you have any idea to speed up |
macos
in GitHub Actionsmacos
in GitHub Actions
Not really. It’s would need significant work to make it faster. |
take |
I will try to speed up the task. |
There did not seem to be any particularly slow tests.
|
Oh, each sharded job takes about 40 minutes... https://github.com/abetomo/arrow/actions/runs/5378070925 (Non sharded jobs for Linux/Windows takes about 40 minutes.)
Is it easy to implement? |
Setting up a cache is easy and I would try it. |
I tried running tests on arm64 macOS but
It seems that $ file node_modules/google-closure-compiler-osx/compiler
node_modules/google-closure-compiler-osx/compiler: Mach-O 64-bit executable x86_64 How did you run |
Store cache of
Time taken to test.
|
I was running on an |
It seems working.
|
Signed-off-by: abetomo <abe@enzou.tokyo>
Thanks for the comment. |
### Rationale for this change Use the cache of `test` to reduce test time. ### What changes are included in this PR? Use `jest` cache with `actions/cache@ v3`. ### Are these changes tested? In GitHub Actions, test time was reduced. ### Are there any user-facing changes? * Closes: #36154 Authored-by: abetomo <abe@enzou.tokyo> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Describe the bug, including details regarding any error messages, version, and platform.
https://github.com/apache/arrow/actions/runs/5097749959/jobs/9164462790
macos
inname: NodeJS
times out.Component(s)
JavaScript
The text was updated successfully, but these errors were encountered: