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

build: remove sudo:false from .travis.yml #24511

Closed
wants to merge 1 commit into from

Conversation

Trott
Copy link
Member

@Trott Trott commented Nov 20, 2018

sudo:false is being removed by Travis CI. Travis CI recommends removing
the configuration.

Fixes: #24510

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

sudo:false is being removed by Travis CI. Travis CI recommends removing
the configuration.

Fixes: nodejs#24510
@nodejs-github-bot
Copy link
Collaborator

@Trott sadly an error occured when I tried to trigger a build :(

@addaleax
Copy link
Member

If we’re doing this anyway – can we do something like https://github.com/guard/listen/wiki/Increasing-the-amount-of-inotify-watchers to resolve #21310 / #22589?

@Trott
Copy link
Member Author

Trott commented Nov 20, 2018

If we’re doing this anyway – can we do something like https://github.com/guard/listen/wiki/Increasing-the-amount-of-inotify-watchers to resolve #21310 / #22589?

Since the change in this PR will move us from a fast-boot time environment to a full virtual machine per build, might it make sense to take a wait-and-see approach to see if this fixes itself automatically?

(If not, yeah, we can try putting something like that in .travis.yml to see if it solves the problem.)

Copy link
Member

@addaleax addaleax left a comment

Choose a reason for hiding this comment

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

Yes, I’m good with seeing whether this might already be a solution :)

@Trott Trott mentioned this pull request Nov 20, 2018
4 tasks
@refack refack added build Issues and PRs related to build files or the CI. test Issues and PRs related to the tests. meta Issues and PRs related to the general management of the project. fast-track PRs that do not need to wait for 48 hours to land. labels Nov 20, 2018
@refack
Copy link
Contributor

refack commented Nov 20, 2018

Reviewers please 👍 if you approve this for fast-tracking.

@Trott
Copy link
Member Author

Trott commented Nov 20, 2018

Trott added a commit to Trott/io.js that referenced this pull request Nov 20, 2018
sudo:false is being removed by Travis CI. Travis CI recommends removing
the configuration.

Fixes: nodejs#24510

PR-URL: nodejs#24511
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
@Trott
Copy link
Member Author

Trott commented Nov 20, 2018

Landed in 64cabc6

@Trott Trott closed this Nov 20, 2018
targos pushed a commit that referenced this pull request Nov 21, 2018
sudo:false is being removed by Travis CI. Travis CI recommends removing
the configuration.

Fixes: #24510

PR-URL: #24511
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
rvagg pushed a commit that referenced this pull request Nov 28, 2018
sudo:false is being removed by Travis CI. Travis CI recommends removing
the configuration.

Fixes: #24510

PR-URL: #24511
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
@BridgeAR BridgeAR mentioned this pull request Dec 5, 2018
4 tasks
codebytere pushed a commit that referenced this pull request Jan 13, 2019
sudo:false is being removed by Travis CI. Travis CI recommends removing
the configuration.

Fixes: #24510

PR-URL: #24511
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
refack pushed a commit to refack/node that referenced this pull request Jan 14, 2019
sudo:false is being removed by Travis CI. Travis CI recommends removing
the configuration.

Fixes: nodejs#24510

PR-URL: nodejs#24511
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
@codebytere codebytere mentioned this pull request Jan 15, 2019
codebytere pushed a commit that referenced this pull request Jan 29, 2019
sudo:false is being removed by Travis CI. Travis CI recommends removing
the configuration.

Fixes: #24510

PR-URL: #24511
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
@Trott Trott deleted the sudo-false branch January 13, 2022 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues and PRs related to build files or the CI. fast-track PRs that do not need to wait for 48 hours to land. meta Issues and PRs related to the general management of the project. test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use new Travis CI infrastructure
9 participants