This is an automated email from the ASF dual-hosted git repository.
lgajowy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 3d4ebaf Merge pull request #9434: [BEAM-8079] Move release Gradle
build to a Jenkins job (Part - 2)
add 31562e7 [BEAM-7872] Implement Flink class which takes responsibility
of creating Flink cluster
add cec26bf [BEAM-7872] Rewrite create_flink_cluster.sh so that it
supports other operation
add a92f1e8 [BEAM-7872] Create a class for publishing docker images
add 157df49 Merge pull request #9213: [BEAM-7872] Simpler Flink cluster
set up in load tests
No new revisions were added by this update.
Summary of changes:
.../{create_flink_cluster.sh => flink_cluster.sh} | 22 +++-
.test-infra/jenkins/Docker.groovy | 76 +++++++++++++
.test-infra/jenkins/Flink.groovy | 105 +++++++++++++++++
.test-infra/jenkins/Infrastructure.groovy | 124 ---------------------
.test-infra/jenkins/LoadTestsBuilder.groovy | 2 +
.../job_LoadTests_Combine_Flink_Python.groovy | 42 ++++---
.../jenkins/job_LoadTests_GBK_Flink_Python.groovy | 99 +++++++---------
.../job_LoadTests_coGBK_Flink_Python.groovy | 43 +++----
8 files changed, 275 insertions(+), 238 deletions(-)
rename .test-infra/dataproc/{create_flink_cluster.sh => flink_cluster.sh} (94%)
create mode 100644 .test-infra/jenkins/Docker.groovy
create mode 100644 .test-infra/jenkins/Flink.groovy
delete mode 100644 .test-infra/jenkins/Infrastructure.groovy