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

test: skip internet for test-npm-install #36933

Conversation

ruyadorno
Copy link
Member

Disabling any internet-required features (namely audit and
update-notifer) in order for the test to work without an internet
connection.

@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to the tests. label Jan 14, 2021
@ruyadorno ruyadorno added the request-ci Add this label to start a Jenkins CI on a PR. label Jan 14, 2021
Copy link
Member

@mhdawson mhdawson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@MylesBorins MylesBorins added the fast-track PRs that do not need to wait for 48 hours to land. label Jan 15, 2021
@MylesBorins
Copy link
Contributor

Can we fast-track?

Copy link
Contributor

@MylesBorins MylesBorins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nodejs-github-bot
Copy link
Collaborator

@MylesBorins MylesBorins removed the request-ci Add this label to start a Jenkins CI on a PR. label Jan 15, 2021
@nodejs-github-bot
Copy link
Collaborator

@MylesBorins MylesBorins added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jan 15, 2021
@richardlau richardlau added the commit-queue Add this label to land a pull request using GitHub Actions. label Jan 16, 2021
@github-actions github-actions bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jan 16, 2021
Disabling any internet-required features (namely audit and
update-notifer) in order for the test to work without an internet
connection.

- Fixes: nodejs#36895

PR-URL: nodejs#36933
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@aduh95 aduh95 force-pushed the test-npm-install-skip-internet-required-features branch from 5c3e70c to 887f199 Compare January 18, 2021 11:01
@aduh95
Copy link
Contributor

aduh95 commented Jan 18, 2021

Landed in 887f199

@aduh95 aduh95 closed this Jan 18, 2021
@aduh95 aduh95 merged commit 887f199 into nodejs:master Jan 18, 2021
ruyadorno added a commit that referenced this pull request Jan 22, 2021
Disabling any internet-required features (namely audit and
update-notifer) in order for the test to work without an internet
connection.

- Fixes: #36895

PR-URL: #36933
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@ruyadorno ruyadorno mentioned this pull request Jan 22, 2021
targos pushed a commit that referenced this pull request May 1, 2021
Disabling any internet-required features (namely audit and
update-notifer) in order for the test to work without an internet
connection.

- Fixes: #36895

PR-URL: #36933
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@danielleadams danielleadams mentioned this pull request May 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. fast-track PRs that do not need to wait for 48 hours to land. test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

test-npm-install.js now requires Internet connection