Skip to content

Instantly share code, notes, and snippets.

@solarce
Forked from meatballhat/00-intro.md
Last active November 23, 2015 18:26
Show Gist options
  • Save solarce/8498e86f51f725b3f320 to your computer and use it in GitHub Desktop.
Save solarce/8498e86f51f725b3f320 to your computer and use it in GitHub Desktop.
Ubuntu Precise edge opt-in examples

Welcome to our new Precise Beta

We're in the process of testing a new compute platform for our fully virtualized Precise builds and we're happy you're interested in helping!

What should I do?

You can also review the files below for some additional details on the build routing but the items outlined above should get you going.

# Most explicit routing to GCE Precise
sudo: required
dist: precise
group: edge
matrix:
include:
# Most explicit routing to GCE Precise
- sudo: required
dist: precise
group: edge
# GCE Precise with a default `dist: precise`
- sudo: required
group: edge
# Explicit routing to GCE Trusty
- sudo: required
dist: trusty
# Container-based Precise due to `sudo: false`
- sudo: false
# Blue Box (legacy) due to `group: stable`
- sudo: required
dist: precise
group: stable
# Blue Box (legacy) with default `group: stable`
- sudo: required
dist: precise
# Blue Box (legacy) with default `group: stable` & `dist: precise`
- sudo: required
# If repo enabled on Travis in 2015+,
# will route to Container-based
group: edge
# If repo enabled on Travis prior to 2015,
# will route to GCE Precise
group: edge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment