This is an automated email from the ASF dual-hosted git repository.
yichi 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 cf643b6 [BEAM-13380] Fix broken seedjob.
new ad56edb Merge pull request #16135 from y1chi/BEAM-13380
cf643b6 is described below
commit cf643b6a99379b32940d42069882930a35e15996
Author: Yichi Zhang <[email protected]>
AuthorDate: Fri Dec 3 16:24:15 2021 -0800
[BEAM-13380] Fix broken seedjob.
---
.../job_PostCommit_Java_PortableValidatesRunner_Flink_Batch.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/.test-infra/jenkins/job_PostCommit_Java_PortableValidatesRunner_Flink_Batch.groovy
b/.test-infra/jenkins/job_PostCommit_Java_PortableValidatesRunner_Flink_Batch.groovy
index babd7ab..9857320 100644
---
a/.test-infra/jenkins/job_PostCommit_Java_PortableValidatesRunner_Flink_Batch.groovy
+++
b/.test-infra/jenkins/job_PostCommit_Java_PortableValidatesRunner_Flink_Batch.groovy
@@ -26,7 +26,7 @@
PostcommitJobBuilder.postCommitJob('beam_PostCommit_Java_PVR_Flink_Batch',
description('Runs the Java PortableValidatesRunner suite on the Flink
runner.')
// Set common parameters.
- commonJobProperties.setTopLevelMainJobProperties(delegate,
defaultTimeout=240)
+ commonJobProperties.setTopLevelMainJobProperties(delegate, 'master', 240)
// Publish all test results to Jenkins
publishers {