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=-2.8 required=3.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, FORGED_GMAIL_RCVD,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_PASS shortcircuit=no autolearn=no 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 7220A20248 for ; Wed, 20 Mar 2019 12:12:09 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 9D3481218B0; Wed, 20 Mar 2019 21:12:04 +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 5783C121865 for ; Wed, 20 Mar 2019 21:12:01 +0900 (JST) Received: by filter0168p3mdw1.sendgrid.net with SMTP id filter0168p3mdw1-24730-5C922E0F-30 2019-03-20 12:11:59.856966851 +0000 UTC m=+148053.609173194 Received: from herokuapp.com (unknown [54.236.4.67]) by ismtpd0010p1iad1.sendgrid.net (SG) with ESMTP id kirtxrtpS4a-t94N5FSVnQ for ; Wed, 20 Mar 2019 12:11:59.850 +0000 (UTC) Date: Wed, 20 Mar 2019 12:12:00 +0000 (UTC) From: takashikkbn@gmail.com Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 67382 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 15336 X-Redmine-Issue-Author: duerst X-Redmine-Issue-Assignee: hsbt X-Redmine-Sender: k0kubun 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?9bN4wU0cxWeLAEOz6NELGbwCNAokUg6cnjH8nvx=2FqgayN5agI9X3ViTGLKGxN1?= =?us-ascii?Q?hyN0VmlCJwTSkMyakguCuJ61pm29x7Jtyg+4tKC?= =?us-ascii?Q?d1JdHEpTGSC+265VT4lbSXx2ESZMlY1nmk248R+?= =?us-ascii?Q?FQj6ke9bTNRc5mdBw6TMT9g2gcp6sTV8AtUSfoe?= =?us-ascii?Q?6ivCjMCSEYaPlUBs2v95lI1tUfm1MIRPc+A=3D=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 91897 Subject: [ruby-core:91897] [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 k0kubun (Takashi Kokubun). Status changed from Closed to Rejected Well, as @shyouhei described, daily builds are testing wider range of envir= onments which we do not want for every commit. As the original title "Dupli= cate builds on travis-ci?" and the description "This seems unnecessary" wer= e wrong, I resurrected the daily cron. Please clean up the cron-specific jo= bs as well if you really intend to drop the cron-specific builds. ---------------------------------------- Misc #15336: Duplicate builds on travis-ci? https://bugs.ruby-lang.org/issues/15336#change-77223 * Author: duerst (Martin D=FCrst) * Status: Rejected * 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: