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:
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
You can’t perform that action at this time.
0 commit comments