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 66735200D68 for ; Thu, 28 Dec 2017 22:11:15 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 64ADF160C1F; Thu, 28 Dec 2017 21:11:15 +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 A9D21160C00 for ; Thu, 28 Dec 2017 22:11:14 +0100 (CET) Received: (qmail 33374 invoked by uid 500); 28 Dec 2017 21:11:13 -0000 Mailing-List: contact commits-help@beam.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.apache.org Delivered-To: mailing list commits@beam.apache.org Received: (qmail 33365 invoked by uid 99); 28 Dec 2017 21:11:13 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Dec 2017 21:11:13 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 0F04F1800FE for ; Thu, 28 Dec 2017 21:11:11 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -98.702 X-Spam-Level: X-Spam-Status: No, score=-98.702 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_NUMSUBJECT=0.5, RCVD_IN_DNSWL_NONE=-0.0001, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id dKEd1Pzi_arU for ; Thu, 28 Dec 2017 21:11:09 +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 C9A065F396 for ; Thu, 28 Dec 2017 21:11:08 +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 5D13DE015E for ; Thu, 28 Dec 2017 21:11:06 +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 0D744240DA for ; Thu, 28 Dec 2017 21:11:02 +0000 (UTC) Date: Thu, 28 Dec 2017 21:11:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: commits@beam.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (BEAM-3395) Python postcommit always runs on beam3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 28 Dec 2017 21:11:15 -0000 [ https://issues.apache.org/jira/browse/BEAM-3395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16305735#comment-16305735 ] ASF GitHub Bot commented on BEAM-3395: -------------------------------------- lukecwik closed pull request #4329: [BEAM-3395] Allow Python postcommits to run on beam{1,2,3}. URL: https://github.com/apache/beam/pull/4329 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/.test-infra/jenkins/job_beam_PostCommit_Python_ValidatesRunner_Dataflow.groovy b/.test-infra/jenkins/job_beam_PostCommit_Python_ValidatesRunner_Dataflow.groovy index b4bb0d4af55..8a8714af26d 100644 --- a/.test-infra/jenkins/job_beam_PostCommit_Python_ValidatesRunner_Dataflow.groovy +++ b/.test-infra/jenkins/job_beam_PostCommit_Python_ValidatesRunner_Dataflow.groovy @@ -40,7 +40,7 @@ job('beam_PostCommit_Python_ValidatesRunner_Dataflow') { parameters { nodeParam('TEST_HOST') { description('select test host as either beam1, 2 or 3') - defaultNodes(['beam3']) + defaultNodes(['beam1', 'beam2', 'beam3']) allowedNodes(['beam1', 'beam2', 'beam3']) trigger('multiSelectionDisallowed') eligibility('IgnoreOfflineNodeEligibility') diff --git a/.test-infra/jenkins/job_beam_PostCommit_Python_Verify.groovy b/.test-infra/jenkins/job_beam_PostCommit_Python_Verify.groovy index 646ec59ef42..6498e39fd9d 100644 --- a/.test-infra/jenkins/job_beam_PostCommit_Python_Verify.groovy +++ b/.test-infra/jenkins/job_beam_PostCommit_Python_Verify.groovy @@ -41,7 +41,7 @@ job('beam_PostCommit_Python_Verify') { parameters { nodeParam('TEST_HOST') { description('select test host as either beam1, 2 or 3') - defaultNodes(['beam3']) + defaultNodes(['beam1', 'beam2', 'beam3']) allowedNodes(['beam1', 'beam2', 'beam3']) trigger('multiSelectionDisallowed') eligibility('IgnoreOfflineNodeEligibility') ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org > Python postcommit always runs on beam3 > -------------------------------------- > > Key: BEAM-3395 > URL: https://issues.apache.org/jira/browse/BEAM-3395 > Project: Beam > Issue Type: Bug > Components: testing > Reporter: Udi Meiri > Assignee: Udi Meiri > Priority: Minor > > In https://issues.apache.org/jira/projects/BEAM/issues/BEAM-1793, there was a change that set the list of allowed nodes and a default node. I believe that this change made postcommits always run on beam3. > Evidence: > https://builds.apache.org/job/beam_PostCommit_Python_Verify/buildTimeTrend > https://builds.apache.org/job/beam_PostCommit_Python_ValidatesRunner_Dataflow/buildTimeTrend -- This message was sent by Atlassian JIRA (v6.4.14#64029)