From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS4713 221.184.0.0/13 X-Spam-Status: No, score=-4.1 required=3.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id 0E56120248 for ; Wed, 20 Mar 2019 01:35:08 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 98A88121248; Wed, 20 Mar 2019 10:35:03 +0900 (JST) Received: from o1678948x4.outbound-mail.sendgrid.net (o1678948x4.outbound-mail.sendgrid.net [167.89.48.4]) by neon.ruby-lang.org (Postfix) with ESMTPS id D219C120CA7 for ; Wed, 20 Mar 2019 10:34:57 +0900 (JST) Received: by filter0171p3mdw1.sendgrid.net with SMTP id filter0171p3mdw1-10318-5C9198C1-6 2019-03-20 01:34:57.215502498 +0000 UTC m=+109947.823782937 Received: from herokuapp.com (unknown [54.236.4.67]) by ismtpd0052p1mdw1.sendgrid.net (SG) with ESMTP id 6u8TVfaoSCmZDzkFz_Pz5w for ; Wed, 20 Mar 2019 01:34:57.116 +0000 (UTC) Date: Wed, 20 Mar 2019 01:34:57 +0000 (UTC) From: hsbt@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 67372 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 15336 X-Redmine-Issue-Author: duerst X-Redmine-Issue-Assignee: hsbt X-Redmine-Sender: hsbt X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: =?us-ascii?Q?9+ToIm+BmphpEzrVEr2fqVDpB0VofQNbgfqsVvtPdY14lUG2Q1be6EHWecbjYJ?= =?us-ascii?Q?EFLuN+RUx472Tbmnc6xAqgWadkN6h0gg9I3upc6?= =?us-ascii?Q?f=2FxTSMLAP8b+gJ7I3pUx5t+vl+6X2VKXAz8dxXv?= =?us-ascii?Q?4EzmYWQWb=2FEsVryHO6qmfrKB69wMgO0nXm675y4?= =?us-ascii?Q?xbAElk7aYZIwfzS2vHFo27BUkg5NhvJFtZA=3D=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 91887 Subject: [ruby-core:91887] [Ruby trunk Misc#15336] Duplicate builds on travis-ci? X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #15336 has been updated by hsbt (Hiroshi SHIBATA). Assignee set to hsbt (Hiroshi SHIBATA) Status changed from Open to Closed I removed CRON jobs from Travis CI. = ---------------------------------------- Misc #15336: Duplicate builds on travis-ci? https://bugs.ruby-lang.org/issues/15336#change-77210 * Author: duerst (Martin D=FCrst) * Status: Closed * Priority: Normal * Assignee: hsbt (Hiroshi SHIBATA) ---------------------------------------- When I did a commit today, I was checking https://travis-ci.org/ruby/ruby/b= uilds to make sure there were no errors. I noticed a few somewhat strange things: ``` trunk CRON prepare for Unicode 11.0.0 update duerst #28798 passed 2d5b57d 1 hr 37 min 7 sec 30 minutes ago = trunk prepare for Unicode 11.0.0 update matzbot #28797 passed 2d5b57d 55 min 28 sec about 2 hours ago ``` It looks as if the same commit ("prepare for Unicode 11.0.0 update") is run= twice, the second time run by CRON. This seems unnecessary, I hope we can = avoid it. Also, the first time (starting just after the commit), the committer's name= for some reason is not me, but 'matzbot', but in the later run, the name o= f the committer ("duerst") is correct. While I'm at it, the run times for the builds ("1 hr 37 min 7 sec" and "55 = min 28 sec") are also weird; while I didn't measure the exact times, the bu= ilds were done much faster (probably somewhere around 10 min) than what is = shown. But I guess this is a travis-ci problem, not ours. -- = https://bugs.ruby-lang.org/ Unsubscribe: