Skip to content

Commit b1f5c06

Browse files
committed
.travis.yml: temp disable some builds
1 parent 5ef9983 commit b1f5c06

File tree

1 file changed

+59
-59
lines changed

1 file changed

+59
-59
lines changed

.travis.yml

Lines changed: 59 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -13,65 +13,65 @@ jobs:
1313

1414
include:
1515
# This builder only tests code linters on latest version of Go
16-
- stage: lint
17-
os: linux
18-
dist: xenial
19-
go: 1.15.x
20-
env:
21-
- lint
22-
git:
23-
submodules: false # avoid cloning ethereum/tests
24-
script:
25-
- go run build/ci.go lint
26-
27-
- stage: build
28-
os: linux
29-
dist: xenial
30-
go: 1.14.x
31-
env:
32-
- GO111MODULE=on
33-
script:
34-
- go run build/ci.go test -coverage $TEST_PACKAGES
16+
# - stage: lint
17+
# os: linux
18+
# dist: xenial
19+
# go: 1.15.x
20+
# env:
21+
# - lint
22+
# git:
23+
# submodules: false # avoid cloning ethereum/tests
24+
# script:
25+
# - go run build/ci.go lint
26+
27+
# - stage: build
28+
# os: linux
29+
# dist: xenial
30+
# go: 1.14.x
31+
# env:
32+
# - GO111MODULE=on
33+
# script:
34+
# - go run build/ci.go test -coverage $TEST_PACKAGES
3535

3636
# These are the latest Go versions.
37-
- stage: build
38-
os: linux
39-
arch: amd64
40-
dist: xenial
41-
go: 1.15.x
42-
env:
43-
- GO111MODULE=on
44-
script:
45-
- go run build/ci.go test -coverage $TEST_PACKAGES
46-
47-
- stage: build
48-
if: type = pull_request
49-
os: linux
50-
arch: arm64
51-
dist: xenial
52-
go: 1.15.x
53-
env:
54-
- GO111MODULE=on
55-
script:
56-
- go run build/ci.go test -coverage $TEST_PACKAGES
57-
58-
- stage: build
59-
os: osx
60-
osx_image: xcode11.3
61-
go: 1.15.x
62-
env:
63-
- GO111MODULE=on
64-
script:
65-
- echo "Increase the maximum number of open file descriptors on macOS"
66-
- NOFILE=20480
67-
- sudo sysctl -w kern.maxfiles=$NOFILE
68-
- sudo sysctl -w kern.maxfilesperproc=$NOFILE
69-
- sudo launchctl limit maxfiles $NOFILE $NOFILE
70-
- sudo launchctl limit maxfiles
71-
- ulimit -S -n $NOFILE
72-
- ulimit -n
73-
- unset -f cd # workaround for https://github.com/travis-ci/travis-ci/issues/8703
74-
- go run build/ci.go test -coverage $TEST_PACKAGES
37+
# - stage: build
38+
# os: linux
39+
# arch: amd64
40+
# dist: xenial
41+
# go: 1.15.x
42+
# env:
43+
# - GO111MODULE=on
44+
# script:
45+
# - go run build/ci.go test -coverage $TEST_PACKAGES
46+
47+
# - stage: build
48+
# if: type = pull_request
49+
# os: linux
50+
# arch: arm64
51+
# dist: xenial
52+
# go: 1.15.x
53+
# env:
54+
# - GO111MODULE=on
55+
# script:
56+
# - go run build/ci.go test -coverage $TEST_PACKAGES
57+
58+
# - stage: build
59+
# os: osx
60+
# osx_image: xcode11.3
61+
# go: 1.15.x
62+
# env:
63+
# - GO111MODULE=on
64+
# script:
65+
# - echo "Increase the maximum number of open file descriptors on macOS"
66+
# - NOFILE=20480
67+
# - sudo sysctl -w kern.maxfiles=$NOFILE
68+
# - sudo sysctl -w kern.maxfilesperproc=$NOFILE
69+
# - sudo launchctl limit maxfiles $NOFILE $NOFILE
70+
# - sudo launchctl limit maxfiles
71+
# - ulimit -S -n $NOFILE
72+
# - ulimit -n
73+
# - unset -f cd # workaround for https://github.com/travis-ci/travis-ci/issues/8703
74+
# - go run build/ci.go test -coverage $TEST_PACKAGES
7575

7676
# This builder does the Ubuntu PPA upload
7777
- stage: build
@@ -99,7 +99,7 @@ jobs:
9999

100100
# This builder does the Linux Azure uploads
101101
- stage: build
102-
if: type = push
102+
# if: type = push
103103
os: linux
104104
dist: xenial
105105
sudo: required
@@ -135,7 +135,7 @@ jobs:
135135

136136
# This builder does the Linux Azure MIPS xgo uploads
137137
- stage: build
138-
if: type = push
138+
# if: type = push
139139
os: linux
140140
dist: xenial
141141
services:

0 commit comments

Comments
 (0)