[前][次][番号順一覧][スレッド一覧]

ruby-changes:57178

From: Takashi <ko1@a...>
Date: Mon, 19 Aug 2019 18:13:38 +0900 (JST)
Subject: [ruby-changes:57178] Takashi Kokubun: 97c377e2b1 (master): Mark Travis osx cron-only

https://git.ruby-lang.org/ruby.git/commit/?id=97c377e2b1

From 97c377e2b1954b977b015f11183b201ad4a88bd6 Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Mon, 19 Aug 2019 18:11:51 +0900
Subject: 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.

diff --git a/.travis.yml b/.travis.yml
index c12a594..30b58d0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -358,6 +358,7 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L358
     osx_image: xcode11
     os: osx
     <<: *osx-clang
+    <<: *cron-only
     env:
       - CONFIG_FLAG=--with-opt-dir=/usr/local/opt/openssl@1...:/usr/local/opt/zlib
       - TEST_ALL_OPTS="--timeout-scale=2.0 --excludes=\$(TESTSDIR)/excludes/_travis/osx"
@@ -400,7 +401,6 @@ matrix: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L401
   include:
     # To reduce time for finishing all jobs, running the slowest osx build first.
     # Build every commit:
-    - <<: *x86_64-darwin18
     - <<: *x86_64-linux
     - <<: *i686-linux
     - <<: *pedanticism
@@ -413,6 +413,7 @@ matrix: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L413
     - <<: *MSAN
     - <<: *UBSAN
     # Cron only:
+    - <<: *x86_64-darwin18
     - <<: *jemalloc
     - <<: *VM_CHECK_MODE
     - <<: *WITH_COROUTINE_UCONTEXT
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]