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 C20BD200BBB for ; Thu, 27 Oct 2016 00:15:20 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C0AE7160B02; Wed, 26 Oct 2016 22:15:20 +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 15103160AEE for ; Thu, 27 Oct 2016 00:15:19 +0200 (CEST) Received: (qmail 60307 invoked by uid 500); 26 Oct 2016 22:15:19 -0000 Mailing-List: contact commits-help@beam.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.incubator.apache.org Delivered-To: mailing list commits@beam.incubator.apache.org Received: (qmail 60294 invoked by uid 99); 26 Oct 2016 22:15:19 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Oct 2016 22:15:19 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id AA1021A02E4 for ; Wed, 26 Oct 2016 22:15:18 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 67PKcgl3tXCk for ; Wed, 26 Oct 2016 22:15:17 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 5273E5FBCF for ; Wed, 26 Oct 2016 22:15:17 +0000 (UTC) Received: (qmail 60270 invoked by uid 99); 26 Oct 2016 22:15:16 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Oct 2016 22:15:16 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7D796E0593; Wed, 26 Oct 2016 22:15:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: thw@apache.org To: commits@beam.incubator.apache.org Date: Wed, 26 Oct 2016 22:15:16 -0000 Message-Id: <867b0c1c4d5540b4b65af9ff3d1065d5@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] incubator-beam git commit: BEAM-261 Skip integration tests unless running with -Plocal-runnable-on-service-tests archived-at: Wed, 26 Oct 2016 22:15:20 -0000 Repository: incubator-beam Updated Branches: refs/heads/apex-runner e92157b37 -> fa3a6aa8d BEAM-261 Skip integration tests unless running with -Plocal-runnable-on-service-tests Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/52d233aa Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/52d233aa Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/52d233aa Branch: refs/heads/apex-runner Commit: 52d233aa10dd71ba5f396d0ac76a29f9a3e30f5b Parents: 8827ccf Author: Thomas Weise Authored: Wed Oct 26 12:19:25 2016 -0700 Committer: Thomas Weise Committed: Wed Oct 26 12:19:25 2016 -0700 ---------------------------------------------------------------------- runners/apex/pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/52d233aa/runners/apex/pom.xml ---------------------------------------------------------------------- diff --git a/runners/apex/pom.xml b/runners/apex/pom.xml index 1d52af7..6ccc0da 100644 --- a/runners/apex/pom.xml +++ b/runners/apex/pom.xml @@ -37,11 +37,21 @@ 3.5.0-SNAPSHOT 3.4.0 - false + true -Xmx2048m + + + local-runnable-on-service-tests + false + + false + + + +