This is an automated email from the ASF dual-hosted git repository.
lcwik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 660465f Allow Python postcommits to run on beam{1,2,3}.
660465f is described below
commit 660465ffb82ea0b940906d6a019f02b838f55ada
Author: Udi Meiri <[email protected]>
AuthorDate: Wed Dec 27 11:44:27 2017 -0800
Allow Python postcommits to run on beam{1,2,3}.
---
.../jenkins/job_beam_PostCommit_Python_ValidatesRunner_Dataflow.groovy | 2 +-
.test-infra/jenkins/job_beam_PostCommit_Python_Verify.groovy | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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 b4bb0d4..8a8714a 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 646ec59..6498e39 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')
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].