You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by bh...@apache.org on 2022/08/10 20:32:22 UTC

[beam] branch master updated: Revert "Persist ghprbPullId parameter in seed job (#22579)" (#22656)

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

bhulette 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 f56e5476e8a Revert "Persist ghprbPullId parameter in seed job (#22579)" (#22656)
f56e5476e8a is described below

commit f56e5476e8a448c409c05e22872d3cca494951c7
Author: Danny McCormick <da...@google.com>
AuthorDate: Wed Aug 10 13:32:15 2022 -0700

    Revert "Persist ghprbPullId parameter in seed job (#22579)" (#22656)
    
    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 {