Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D0B5E200C63 for ; Thu, 6 Apr 2017 01:31:46 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CF631160B94; Wed, 5 Apr 2017 23:31:46 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2C3E1160B9E for ; Thu, 6 Apr 2017 01:31:46 +0200 (CEST) Received: (qmail 66880 invoked by uid 500); 5 Apr 2017 23:31:45 -0000 Mailing-List: contact dev-help@thrift.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@thrift.apache.org Delivered-To: mailing list dev@thrift.apache.org Received: (qmail 66551 invoked by uid 99); 5 Apr 2017 23:31:45 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Apr 2017 23:31:45 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id B2275C146F for ; Wed, 5 Apr 2017 23:31:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.201 X-Spam-Level: X-Spam-Status: No, score=-99.201 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id rAKceXIwNs05 for ; Wed, 5 Apr 2017 23:31:44 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 951DA5FC96 for ; Wed, 5 Apr 2017 23:31:43 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 25F4FE0D53 for ; Wed, 5 Apr 2017 23:31:43 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 56EBE263D8 for ; Wed, 5 Apr 2017 23:31:42 +0000 (UTC) Date: Wed, 5 Apr 2017 23:31:42 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@thrift.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (THRIFT-4071) Consolidate the Travis CI jobs where possible to put less stress on the Apache Foundation's allocation of CI build slaves MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 05 Apr 2017 23:31:47 -0000 [ https://issues.apache.org/jira/browse/THRIFT-4071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15958019#comment-15958019 ] ASF GitHub Bot commented on THRIFT-4071: ---------------------------------------- Github user jeking3 commented on the issue: https://github.com/apache/thrift/pull/1238 The build failure is due to a docker image rebuild because of a submit that was not against master from yesterday/today. > Consolidate the Travis CI jobs where possible to put less stress on the Apache Foundation's allocation of CI build slaves > ------------------------------------------------------------------------------------------------------------------------- > > Key: THRIFT-4071 > URL: https://issues.apache.org/jira/browse/THRIFT-4071 > Project: Thrift > Issue Type: Improvement > Components: Build Process > Affects Versions: 0.10.0 > Environment: Travis CI > Reporter: James E. King, III > Assignee: James E. King, III > > Based on INFRA-13477 it sounds like we need to start working on eliminating unnecessary build jobs of combining some of them. I emailed the dev mailing list but didn't hear back after 5 days, so I am proceeding with these changes: > # We don't need to run cross tests on both debian andon ubuntu, especially since we're using a dockerfile that's practically identical between the two; one derives from the other. I'd like to recommend removing build jobs #2 and #4 (debian) and keeping the ubuntu ones. > # Given we remove debian build jobs #2 and #4 above, we can keep #10 which is a Debian build job with cmake, and eliminate #9 which is the same as #10 but on Ubuntu. I think it is adqeuately covered in other jobs. > # We don't need to build the matrix of (boost threads, std threads)x(gcc,clang). Let's get rid of #12 which is boost threads with clang, and let's get rid of #15 which is std threads with gcc. > # Add missing compiler plug-in builds for autoconf and clang. -- This message was sent by Atlassian JIRA (v6.3.15#6346)