Skip to content

Commit 864b7b1

Browse files
authored
Merge pull request travis-ci#2086 from travis-ci/meat-decommission-packet
Remove references to Packet infrastructure
2 parents 87a9244 + 7f7ae18 commit 864b7b1

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Rakefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,6 @@ file '_data/macstadium_ip_range.yml' do |t|
140140
define_ip_range('nat.macstadium-us-se-1.travisci.net', t.name)
141141
end
142142

143-
file '_data/packet_ip_range.yml' do |t|
144-
define_ip_range('nat.packet-ewr1.travisci.net', t.name)
145-
end
146-
147143
file '_data/node_js_versions.yml' do |t|
148144
remote_node_versions = `bash -l -c "source $HOME/.nvm/nvm.sh; nvm ls-remote"`.split("\n").
149145
map {|l| l.gsub(/.*v(0\.[0-9]*|[0-9]*)\..*$/, '\1')}.uniq.

user/reference/overview.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The following table summarizes the differences across virtual environments and o
4242
|:---------------------|:--------------------------------------|:----------------------------------|:-------------------------------------|:-----------------------------|:-----------------------------------|
4343
| Name | Sudo-enabled | Container-based | Sudo-enabled | OS X | Windows |
4444
| Status | Current | Default as of August 2017 | Current | Current | Early release |
45-
| Infrastructure | Virtual machine on GCE | Container on EC2 or Packet | Virtual machine on GCE | Virtual machine | Virtual machine on GCE |
45+
| Infrastructure | Virtual machine on GCE | Container on EC2 | Virtual machine on GCE | Virtual machine | Virtual machine on GCE |
4646
| `.travis.yml` | `sudo: required` <br> `dist: precise` | `sudo: false` <br> `dist: trusty` | `sudo: required` <br> `dist: trusty` | `os: osx` | `os: windows` |
4747
| Allows `sudo` | Yes | No | Yes | Yes | No |
4848
| Approx boot time | 20-50s | 1-6s | 20-50s | 60-90s | 60-120s |
@@ -77,7 +77,6 @@ To see what infrastructure a finished build ran on, look at the *hostname* at th
7777
if it contains:
7878

7979
* `ec2`, as in the previous example → the build ran in a container-based environment on Amazon EC2.
80-
* `packet` → the build ran in a container-based environment on Packet.
8180
* `gce` → the build ran in a sudo-enabled environment on Google Compute Engine.
8281
* `wjb` → the build ran on macOS.
8382
* `1803-containers` → the build ran on Windows.

0 commit comments

Comments
 (0)