Skip to content

Commit

Permalink
.travis.yml: restore PPA condition and bump timeouts (#29742)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl committed May 8, 2024
1 parent faff03c commit 804afb8
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions .travis.yml
Expand Up @@ -102,28 +102,18 @@ jobs:
dist: noble
go: 1.22.x
script:
- travis_wait 30 go run build/ci.go test $TEST_PACKAGES

- stage: build
if: type = pull_request
os: linux
arch: arm64
dist: noble
go: 1.21.x
script:
- travis_wait 30 go run build/ci.go test $TEST_PACKAGES
- travis_wait 45 go run build/ci.go test $TEST_PACKAGES

- stage: build
os: linux
dist: noble
go: 1.21.x
script:
- travis_wait 30 go run build/ci.go test $TEST_PACKAGES
- travis_wait 45 go run build/ci.go test $TEST_PACKAGES

# This builder does the Ubuntu PPA nightly uploads
- stage: build
# if: type = cron || (type = push && tag ~= /^v[0-9]/)
if: type = push
if: type = cron || (type = push && tag ~= /^v[0-9]/)
os: linux
dist: noble
go: 1.22.x
Expand Down Expand Up @@ -157,4 +147,4 @@ jobs:
dist: noble
go: 1.22.x
script:
- travis_wait 30 go run build/ci.go test -race $TEST_PACKAGES
- travis_wait 50 go run build/ci.go test -race $TEST_PACKAGES

0 comments on commit 804afb8

Please sign in to comment.