.travis.yml: restore PPA condition and bump timeouts (#29742)

pull/29746/head
Felix Lange 4 months ago committed by GitHub
parent faff03c403
commit 804afb8faa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 18
      .travis.yml

@ -102,28 +102,18 @@ jobs:
dist: noble dist: noble
go: 1.22.x go: 1.22.x
script: 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
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
- stage: build - stage: build
os: linux os: linux
dist: noble dist: noble
go: 1.21.x go: 1.21.x
script: 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 # This builder does the Ubuntu PPA nightly uploads
- stage: build - stage: build
# if: type = cron || (type = push && tag ~= /^v[0-9]/) if: type = cron || (type = push && tag ~= /^v[0-9]/)
if: type = push
os: linux os: linux
dist: noble dist: noble
go: 1.22.x go: 1.22.x
@ -157,4 +147,4 @@ jobs:
dist: noble dist: noble
go: 1.22.x go: 1.22.x
script: 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

Loading…
Cancel
Save