.travis.yml: disable normal unit tests in cron job (#29746)

pull/29749/head
Felix Lange 4 months ago committed by GitHub
parent 6d51c1f5f4
commit 0e456d9eeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      .travis.yml

@ -97,6 +97,7 @@ jobs:
# These builders run the tests # These builders run the tests
- stage: build - stage: build
if: type = push
os: linux os: linux
arch: amd64 arch: amd64
dist: noble dist: noble
@ -105,6 +106,7 @@ jobs:
- travis_wait 45 go run build/ci.go test $TEST_PACKAGES - travis_wait 45 go run build/ci.go test $TEST_PACKAGES
- stage: build - stage: build
if: type = push
os: linux os: linux
dist: noble dist: noble
go: 1.21.x go: 1.21.x
@ -146,5 +148,7 @@ jobs:
os: linux os: linux
dist: noble dist: noble
go: 1.22.x go: 1.22.x
env:
- racetests
script: script:
- travis_wait 50 go run build/ci.go test -race $TEST_PACKAGES - travis_wait 60 go run build/ci.go test -race $TEST_PACKAGES

Loading…
Cancel
Save