File tree Expand file tree Collapse file tree 1 file changed +4
-14
lines changed Expand file tree Collapse file tree 1 file changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -102,28 +102,18 @@ jobs:
102
102
dist : noble
103
103
go : 1.22.x
104
104
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
115
106
116
107
- stage : build
117
108
os : linux
118
109
dist : noble
119
110
go : 1.21.x
120
111
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
122
113
123
114
# This builder does the Ubuntu PPA nightly uploads
124
115
- 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]/)
127
117
os : linux
128
118
dist : noble
129
119
go : 1.22.x
@@ -157,4 +147,4 @@ jobs:
157
147
dist : noble
158
148
go : 1.22.x
159
149
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
You can’t perform that action at this time.
0 commit comments