You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2017/06/01 21:51:26 UTC

[1/2] beam git commit: Fetch only relevant PR

Repository: beam
Updated Branches:
  refs/heads/master 82b81e518 -> ca657c4f7


Fetch only relevant PR

Per https://github.com/jenkinsci/ghprb-plugin/pull/521 we can be much more efficient about how we fetch PRs initially.

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

Branch: refs/heads/master
Commit: 9b8052430324d010f3e6a56c085fd8b65e6250f4
Parents: 82b81e5
Author: jasonkuster <ja...@google.com>
Authored: Tue May 30 17:59:09 2017 -0700
Committer: Davor Bonaci <da...@google.com>
Committed: Thu Jun 1 14:51:14 2017 -0700

----------------------------------------------------------------------
 .test-infra/jenkins/common_job_properties.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/9b805243/.test-infra/jenkins/common_job_properties.groovy
----------------------------------------------------------------------
diff --git a/.test-infra/jenkins/common_job_properties.groovy b/.test-infra/jenkins/common_job_properties.groovy
index 5ba12fe..6d4d68b 100644
--- a/.test-infra/jenkins/common_job_properties.groovy
+++ b/.test-infra/jenkins/common_job_properties.groovy
@@ -75,7 +75,7 @@ class common_job_properties {
         remote {
           url('https://github.com/apache/' + repositoryName + '.git')
           refspec('+refs/heads/*:refs/remotes/origin/* ' +
-                  '+refs/pull/*:refs/remotes/origin/pr/*')
+                  '+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*')
         }
         branch('${sha1}')
         extensions {


[2/2] beam git commit: This closes #3264

Posted by da...@apache.org.
This closes #3264


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

Branch: refs/heads/master
Commit: ca657c4f7bae41a082dc4ac372093ff87ab9341c
Parents: 82b81e5 9b80524
Author: Davor Bonaci <da...@google.com>
Authored: Thu Jun 1 14:51:18 2017 -0700
Committer: Davor Bonaci <da...@google.com>
Committed: Thu Jun 1 14:51:18 2017 -0700

----------------------------------------------------------------------
 .test-infra/jenkins/common_job_properties.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------