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

ibzib 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 79fe544  [BEAM-13581] Remove previous job name for Flink PVR precommit.
     new ea09119  Merge pull request #16394 from ibzib/seed
79fe544 is described below

commit 79fe544072e8885aa738baa488fb590cb5aa301b
Author: Kyle Weaver <kcwea...@google.com>
AuthorDate: Wed Dec 29 15:33:01 2021 -0800

    [BEAM-13581] Remove previous job name for Flink PVR precommit.
    
    For some reason Jenkins is having problems renaming it.
---
 .../job_PreCommit_Java_PortableValidatesRunner_Flink_Batch.groovy        | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/.test-infra/jenkins/job_PreCommit_Java_PortableValidatesRunner_Flink_Batch.groovy
 
b/.test-infra/jenkins/job_PreCommit_Java_PortableValidatesRunner_Flink_Batch.groovy
index 8efb098..22aed70 100644
--- 
a/.test-infra/jenkins/job_PreCommit_Java_PortableValidatesRunner_Flink_Batch.groovy
+++ 
b/.test-infra/jenkins/job_PreCommit_Java_PortableValidatesRunner_Flink_Batch.groovy
@@ -32,7 +32,6 @@ PrecommitJobBuilder builder = new PrecommitJobBuilder(
     ],
     )
 builder.build {
-  previousNames('beam_PostCommit_Java_PVR_Flink_Batch')
   // Publish all test results to Jenkins.
   publishers {
     archiveJunit('**/build/test-results/**/*.xml')

Reply via email to