You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tv...@apache.org on 2022/04/30 09:12:15 UTC

[beam] 01/01: Revert "Improvement to Seed job configuration to launch against PRs (#17468)"

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

tvalentyn pushed a commit to branch revert-17468-pabloem-patch-1
in repository https://gitbox.apache.org/repos/asf/beam.git

commit d7f0307bf84b6162356cd7227968701b4f5ce46c
Author: tvalentyn <tv...@users.noreply.github.com>
AuthorDate: Sat Apr 30 11:12:04 2022 +0200

    Revert "Improvement to Seed job configuration to launch against PRs (#17468)"
    
    This reverts commit 53786bc75d3d3d7ead31a49cd03b8b00f4d2a560.
---
 .test-infra/jenkins/job_00_seed.groovy         | 4 ----
 .test-infra/jenkins/job_seed_standalone.groovy | 4 ----
 2 files changed, 8 deletions(-)

diff --git a/.test-infra/jenkins/job_00_seed.groovy b/.test-infra/jenkins/job_00_seed.groovy
index 18d142f7f66..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',
-        '',
-        'Pull Request ID (eg: 4001) that you want to build against.')
   }
 
   wrappers {
diff --git a/.test-infra/jenkins/job_seed_standalone.groovy b/.test-infra/jenkins/job_seed_standalone.groovy
index cf7dd6f05f0..6ae0cfb8f0d 100644
--- a/.test-infra/jenkins/job_seed_standalone.groovy
+++ b/.test-infra/jenkins/job_seed_standalone.groovy
@@ -63,10 +63,6 @@ job('beam_SeedJob_Standalone') {
         'sha1',
         'master',
         'Commit id or refname (eg: origin/pr/4001/head) you want to build against.')
-    stringParam(
-        'ghprbPullId',
-        '',
-        'Pull Request ID (eg: 4001) that you want to build against.')
   }
 
   wrappers {