Mark Travis osx cron-only
because it has often hanged like https://travis-ci.org/ruby/ruby/jobs/573691637, and we also have almost the same test suite on GitHub Actions now, which seems to be stable in `make check` so far.
This commit is contained in:
parent
cda8664471
commit
97c377e2b1
@ -358,6 +358,7 @@ env:
|
|||||||
osx_image: xcode11
|
osx_image: xcode11
|
||||||
os: osx
|
os: osx
|
||||||
<<: *osx-clang
|
<<: *osx-clang
|
||||||
|
<<: *cron-only
|
||||||
env:
|
env:
|
||||||
- CONFIG_FLAG=--with-opt-dir=/usr/local/opt/openssl@1.1:/usr/local/opt/zlib
|
- CONFIG_FLAG=--with-opt-dir=/usr/local/opt/openssl@1.1:/usr/local/opt/zlib
|
||||||
- TEST_ALL_OPTS="--timeout-scale=2.0 --excludes=\$(TESTSDIR)/excludes/_travis/osx"
|
- TEST_ALL_OPTS="--timeout-scale=2.0 --excludes=\$(TESTSDIR)/excludes/_travis/osx"
|
||||||
@ -400,7 +401,6 @@ matrix:
|
|||||||
include:
|
include:
|
||||||
# To reduce time for finishing all jobs, running the slowest osx build first.
|
# To reduce time for finishing all jobs, running the slowest osx build first.
|
||||||
# Build every commit:
|
# Build every commit:
|
||||||
- <<: *x86_64-darwin18
|
|
||||||
- <<: *x86_64-linux
|
- <<: *x86_64-linux
|
||||||
- <<: *i686-linux
|
- <<: *i686-linux
|
||||||
- <<: *pedanticism
|
- <<: *pedanticism
|
||||||
@ -413,6 +413,7 @@ matrix:
|
|||||||
- <<: *MSAN
|
- <<: *MSAN
|
||||||
- <<: *UBSAN
|
- <<: *UBSAN
|
||||||
# Cron only:
|
# Cron only:
|
||||||
|
- <<: *x86_64-darwin18
|
||||||
- <<: *jemalloc
|
- <<: *jemalloc
|
||||||
- <<: *VM_CHECK_MODE
|
- <<: *VM_CHECK_MODE
|
||||||
- <<: *WITH_COROUTINE_UCONTEXT
|
- <<: *WITH_COROUTINE_UCONTEXT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user