Skip to content

Commit 804afb8

Browse files
authored
.travis.yml: restore PPA condition and bump timeouts (#29742)
1 parent faff03c commit 804afb8

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

.travis.yml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -102,28 +102,18 @@ jobs:
102102
dist: noble
103103
go: 1.22.x
104104
script:
105-
- travis_wait 30 go run build/ci.go test $TEST_PACKAGES
106-
107-
- stage: build
108-
if: type = pull_request
109-
os: linux
110-
arch: arm64
111-
dist: noble
112-
go: 1.21.x
113-
script:
114-
- travis_wait 30 go run build/ci.go test $TEST_PACKAGES
105+
- travis_wait 45 go run build/ci.go test $TEST_PACKAGES
115106

116107
- stage: build
117108
os: linux
118109
dist: noble
119110
go: 1.21.x
120111
script:
121-
- travis_wait 30 go run build/ci.go test $TEST_PACKAGES
112+
- travis_wait 45 go run build/ci.go test $TEST_PACKAGES
122113

123114
# This builder does the Ubuntu PPA nightly uploads
124115
- stage: build
125-
# if: type = cron || (type = push && tag ~= /^v[0-9]/)
126-
if: type = push
116+
if: type = cron || (type = push && tag ~= /^v[0-9]/)
127117
os: linux
128118
dist: noble
129119
go: 1.22.x
@@ -157,4 +147,4 @@ jobs:
157147
dist: noble
158148
go: 1.22.x
159149
script:
160-
- travis_wait 30 go run build/ci.go test -race $TEST_PACKAGES
150+
- travis_wait 50 go run build/ci.go test -race $TEST_PACKAGES

0 commit comments

Comments
 (0)