Travis CI: Remove sudo: required - #12092
Merged
Merged
Conversation
This is a test to switch from _Container-Based Builds_ to _Virtual-Machine-Based_ ---- Via: https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration Over the next few weeks, we encourage everyone to remove any `sudo: false` configurations from your `.travis.yml`. Soon we will run all projects on the virtual-machine-based infrastructure, the `sudo` keyword will be fully deprecated. The timeline for this migration will be as follows: - 19 November, 2018 - Today we publish this post and are ready to [answer all your questions](https://travis-ci.community/t/combining-the-linux-infrastructures/310/3)! - 28 November, 2018 - We will send a service email to remind folks still using `sudo: false` on recent builds to remind you to migrate. - 03 December, 2018 - We will start randomly sampling projects on both travis-ci.org and travis-ci.com to move them permanently to using the virtual-machine-based infrastructure for all builds. The projects will be migrated incrementally over a few days - 07 December, 2018 - All projects that use a Linux build environment will be fully migrated to using the same Linux infrastructure, which runs builds in virtual-machines. ----
ellatrix
approved these changes
Nov 21, 2018
Member
Author
|
Pleasantly surprised this worked.... Waiting for the 4.5.1 release before merging... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a test to switch from Container-Based Builds to Virtual-Machine-Based
Via: https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
Over the next few weeks, we encourage everyone to remove any
sudo: falseconfigurations from your.travis.yml. Soon we will run all projects on the virtual-machine-based infrastructure, thesudokeyword will be fully deprecated.The timeline for this migration will be as follows:
sudo: falseon recent builds to remind you to migrate.Description
With Travis CI plans to remove the
sudokeyword from configurations we should seek to ensure builds will continue to build as expected using the new virtual machine infrastructureHow has this been tested?
This PR tests the Travis CI change
See also WordPress/wordpress-develop#30
Screenshots
Types of changes
Checklist: