-
Notifications
You must be signed in to change notification settings - Fork 17
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
Adding ubi-buildpackless-base builder on integration tests #579
Adding ubi-buildpackless-base builder on integration tests #579
Conversation
57a19fc
to
8c46023
Compare
@pacostas I think we can probably remove a bunch of the files under the node-addon-api directory under node_modules for the native test. I know the ones you have are all installed but I think the files like the .md files are definitely not necessary for the test and it's probably better not to add them to the repo here. I would remove all of the non-functional files under the node-addon-api directory as that will reduce the number of new files being added significantly. |
8c46023
to
d084771
Compare
Removed unnecessary files and also squashed the commits |
integration/testdata/with_native_modules/node_modules/node-addon-api/.editorconfig
Outdated
Show resolved
Hide resolved
d084771
to
ddfc490
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…on tests adding ubi-buildpackless-builder on empty node modules integration tests adding ubi-buildpackless-builder on logging integration tests adding ubi-buildpackless-builder on no node modules integration tests adding ubi-buildpackless-base on npmrc integration tests adding ubi-buildpackless-base on package lock mismatch integration tests adding ubi-buildpackless-base on pre post scricpt integration tests adding ubi-buildpacklesss on project path integration tests adding ubi-buildpackless on restart integration tests adding ubi-buildpackless-bse on unmet dependencies integration tests adding ubi-buildpackless-builder on versioning integration tests adding ubi-buildpackless-builder on workspaces integration tests adding ubi-buildpackless-builder on simple app integration tests adding ubi-buildpackless-base on vendored and vendored with binaries integration tests adding a test for testing native modules installation during npm rebuild adding ubi-buildpackless-base on caching integration tests removing unused .md and .yml files
ddfc490
to
e75a4e9
Compare
rebased. |
@thitch97 I see that on ubi-nodejs-extension the latest release is on November 22 and the PR which is prerequisite for the tests to pass, merged on Dec 6. Can you cut a new release on ubi-nodejs-extension |
@thitch97 Thanks for the new release, can you re-run the tests, probably everything should be working fine. |
Head branch was pushed to by a user without write access
Merge after
Summary
This PR, tests
npm-install
against ubi buildpackless base builder in conjuction with ubi nodejs extention .Use Cases
Ensures that ubi-nodejs-extension and UBI images, cooperate with npm-install.
Checklist