You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2017/10/09 20:11:56 UTC

[4/6] beam git commit: Restore Python precommit

Restore Python precommit


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

Branch: refs/heads/master
Commit: b47c372b35680a15226824dfe245156465d75de2
Parents: 6416deb
Author: Kenneth Knowles <kl...@google.com>
Authored: Fri Oct 6 14:14:43 2017 -0700
Committer: Kenneth Knowles <kl...@google.com>
Committed: Mon Oct 9 09:10:06 2017 -0700

----------------------------------------------------------------------
 .../jenkins/job_beam_PreCommit_Python_MavenInstall.groovy    | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/b47c372b/.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 5ce1391..eae129b 100644
--- a/.test-infra/jenkins/job_beam_PreCommit_Python_MavenInstall.groovy
+++ b/.test-infra/jenkins/job_beam_PreCommit_Python_MavenInstall.groovy
@@ -38,13 +38,7 @@ mavenJob('beam_PreCommit_Python_MavenInstall') {
   common_job_properties.setMavenConfig(delegate)
 
   // 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')
+  common_job_properties.setPreCommit(delegate, 'mvn clean install -pl sdks/python -am -amd', 'Run Python PreCommit')
 
   // Maven goals for this job: The Python SDK, its dependencies, and things that depend on it.
   goals('''\