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 2022/08/10 13:48:31 UTC

[beam] branch revert-22579-seed-ghprbPullId created (now 3c576f8000d)

This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a change to branch revert-22579-seed-ghprbPullId
in repository https://gitbox.apache.org/repos/asf/beam.git


      at 3c576f8000d Revert "Persist ghprbPullId parameter in seed job (#22579)"

This branch includes the following new commits:

     new 3c576f8000d Revert "Persist ghprbPullId parameter in seed job (#22579)"

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[beam] 01/01: Revert "Persist ghprbPullId parameter in seed job (#22579)"

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch revert-22579-seed-ghprbPullId
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 3c576f8000d81a1d754e6d2167e3a5332e70c76b
Author: Danny McCormick <da...@google.com>
AuthorDate: Wed Aug 10 09:48:24 2022 -0400

    Revert "Persist ghprbPullId parameter in seed job (#22579)"
    
    This reverts commit 4799828f75309fd494e14eab5af40559e9a140a3.
---
 .test-infra/jenkins/job_00_seed.groovy | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.test-infra/jenkins/job_00_seed.groovy b/.test-infra/jenkins/job_00_seed.groovy
index 8343ab2fae1..2ffac7019f8 100644
--- a/.test-infra/jenkins/job_00_seed.groovy
+++ b/.test-infra/jenkins/job_00_seed.groovy
@@ -63,10 +63,6 @@ job('beam_SeedJob') {
         'sha1',
         'master',
         'Commit id or refname (eg: origin/pr/4001/head) you want to build against.')
-    stringParam(
-        'ghprbPullId',
-        '',
-        'PR number (e.g. 4001) if build from a PR.')
   }
 
   wrappers {