Repository: beam
Updated Branches:
  refs/heads/master 707e3e7f0 -> 1e356cfd5


Enabling phrase triggering of Python PreCommit

Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/a4cd96cf
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/a4cd96cf
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/a4cd96cf

Branch: refs/heads/master
Commit: a4cd96cf4c8663fa6eb8778e5079dbd8c2a05151
Parents: dee8e93
Author: Pablo <pabl...@users.noreply.github.com>
Authored: Wed Oct 4 14:44:58 2017 -0700
Committer: GitHub <nore...@github.com>
Committed: Wed Oct 4 14:44:58 2017 -0700

----------------------------------------------------------------------
 .../jenkins/job_beam_PreCommit_Python_MavenInstall.groovy      | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/a4cd96cf/.test-infra/jenkins/job_beam_PreCommit_Python_MavenInstall.groovy
----------------------------------------------------------------------
diff --git a/.test-infra/jenkins/job_beam_PreCommit_Python_MavenInstall.groovy 
b/.test-infra/jenkins/job_beam_PreCommit_Python_MavenInstall.groovy
index 19a4b21..4de4125 100644
--- a/.test-infra/jenkins/job_beam_PreCommit_Python_MavenInstall.groovy
+++ b/.test-infra/jenkins/job_beam_PreCommit_Python_MavenInstall.groovy
@@ -39,6 +39,12 @@ mavenJob('beam_PreCommit_Python_MavenInstall') {
 
   // Sets that this is a PreCommit job.
   common_job_properties.setPreCommit(delegate, 'mvn clean install -pl 
sdks/python -am -amd')
+  
+  // Enable Triggering these tests with a comment in the pull request
+  common_job_properties.enablePhraseTriggeringFromPullRequest(
+    delegate,
+    'Python SDK PreCommit Tests',
+    'Run Python PreCommit')
 
   // Maven goals for this job: The Python SDK, its dependencies, and things 
that depend on it.
   goals('''\

Reply via email to