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

ruby-changes:57154

From: Takashi <ko1@a...>
Date: Sun, 18 Aug 2019 19:10:41 +0900 (JST)
Subject: [ruby-changes:57154] Takashi Kokubun: 829b800c10 (master): Reoder Travis matrix.include

https://git.ruby-lang.org/ruby.git/commit/?id=829b800c10

From 829b800c10086ee504995c6e088d87370c552c40 Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Sun, 18 Aug 2019 19:09:40 +0900
Subject: Reoder Travis matrix.include

to clarify what's running for every commit.

diff --git a/.travis.yml b/.travis.yml
index b64d7eb..c12a594 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -398,25 +398,28 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L398
 
 matrix:
   include:
-    # to reduce time for finishing all jobs, run the slowest osx build first.
+    # To reduce time for finishing all jobs, running the slowest osx build first.
+    # Build every commit:
     - <<: *x86_64-darwin18
     - <<: *x86_64-linux
     - <<: *i686-linux
-    - <<: *jemalloc
     - <<: *pedanticism
+    - <<: *assertions
+    - <<: *baseruby
+    - <<: *rubyspec
+    - <<: *dependency
+    # Build every commit (Allowed Failures):
     - <<: *ASAN
     - <<: *MSAN
     - <<: *UBSAN
-    - <<: *assertions
+    # Cron only:
+    - <<: *jemalloc
     - <<: *VM_CHECK_MODE
     - <<: *WITH_COROUTINE_UCONTEXT
     - <<: *WITH_COROUTINE_COPY
     - <<: *TOKEN_THREADED_CODE
     - <<: *CALL_THREADED_CODE
     - <<: *NO_THREADED_CODE
-    - <<: *baseruby
-    - <<: *rubyspec
-    - <<: *dependency
   allow_failures:
     - name: -fsanitize=address
     - name: -fsanitize=memory
-- 
cgit v0.10.2


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

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