Skip to content

[JS] Run less comprehensive every-commit build, relegate multi-target builds perhaps to nightlies #113

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

Open
asfimport opened this issue Oct 2, 2019 · 3 comments
Labels
Type: enhancement New feature or request

Comments

@asfimport
Copy link

The JavaScript CI build is taking 25-30 minutes nowadays. This could be abbreviated by testing fewer deployment targets. We obviously still need to test all the deployment targets but we could do that nightly instead of on every commit

Reporter: Wes McKinney / @wesm

Note: This issue was originally created as ARROW-6759. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Wes McKinney / @wesm:
[~paul.e.taylor] for ideas about how to do this in a not-annoying way. Setting up a nightly build is not a big deal

@asfimport
Copy link
Author

Paul Taylor / @trxcllnt:
Yeah no sweat, we can change the ci/travis_script_js.sh build and test commands to only test the UMD builds. Historically these have the most issues since they're minified, so if they pass everything should pass:

npm run build -- -m umd -t es5 -t es2015 -t esnext
npm test -- -m umd -t es5 -t es2015 -t esnext

@asfimport
Copy link
Author

Wes McKinney / @wesm:
GHA is taking about 25min but as it's running more promptly there seems less urgency to address this for now

@assignUser assignUser added the Type: enhancement New feature or request label May 26, 2025
@assignUser assignUser transferred this issue from apache/arrow May 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants