Skip to content

Commit 7aa0d74

Browse files
committed
Use non-cron builds on travis
Per https://docs.travis-ci.com/user/billing-overview/#partner-queue-solution it's possible to use arm64, ppc64le and s390x without consuming credits, as these are part of "Partner Queue Solution". Try running these jobs unconditionally, rather than as cron jobs. This also requires switching from arm64-graviton2 back to arm64, as this doesn't seem to extend to arm64-graviton2.
1 parent ec9ce49 commit 7aa0d74

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,9 @@ env:
6969
jobs:
7070
include:
7171
- env: ENABLE_ZTS=1 ENABLE_DEBUG=1 SKIP_IO_CAPTURE_TESTS=1 ARM64=1
72-
arch: arm64-graviton2
73-
dist: bionic
74-
virt: lxd
75-
group: edge
76-
if: type = cron
72+
arch: arm64
7773
- env: ENABLE_ZTS=1 ENABLE_DEBUG=1 SKIP_IO_CAPTURE_TESTS=1 S390X=1
7874
arch: s390x
79-
if: type = cron
8075

8176
before_script:
8277
- ccache --version

0 commit comments

Comments
 (0)