This is an automated email from the ASF dual-hosted git repository.
goenka 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 ae60a72 [BEAM-6959] add beam_PostCommit_Go_VR_Flink job (#8606)
ae60a72 is described below
commit ae60a72b03f3a2b6b2a06667ec1868a7acc8e38f
Author: Kyle Weaver <[email protected]>
AuthorDate: Fri May 31 17:27:19 2019 -0700
[BEAM-6959] add beam_PostCommit_Go_VR_Flink job (#8606)
* [BEAM-6959] add beam_PostCommit_Go_VR_Flink job
---
.github/PULL_REQUEST_TEMPLATE.md | 2 +-
.test-infra/jenkins/README.md | 1 +
.../job_PostCommit_Go_ValidatesRunner_Flink.groovy | 38 ++++++++++++++++++++++
README.md | 2 +-
sdks/go/test/build.gradle | 6 ++--
5 files changed, 44 insertions(+), 5 deletions(-)
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 5b38bbd..b88e127 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -13,7 +13,7 @@ Post-Commit Tests Status (on master branch)
Lang | SDK | Apex | Dataflow | Flink | Gearpump | Samza | Spark
--- | --- | --- | --- | --- | --- | --- | ---
-Go | [](https://builds.apache.org/job/beam_PostCommit_Go/lastCompletedBuild/)
| --- | --- | --- | --- | --- | ---
+Go | [](https://builds.apache.org/job/beam_PostCommit_Go/lastCompletedBuild/)
| --- | --- | [](https://builds.apache.org/job/beam_PostCommit_Go_VR_Flink/lastCompletedBuild/)
| --- | --- | ---
Java | [](https://builds.apache.org/job/beam_PostCommit_Java/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Apex/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Python_Verify/lastCompletedBuild/)<br>[](https://builds.apache.org/job/beam_PostCommit_Python3_Verify/lastCompletedBuild/)
| --- | [,
[phrase](https://builds.apache.org/job/beam_PostCommit_Go_PR/) | `Run Go
PostCommit` | [](https://builds.apache.org/job/beam_PostCommit_Go)
|
+| beam_PostCommit_Go_VR_Flink |
[cron](https://builds.apache.org/job/beam_PostCommit_Go_VR_Flink/),
[phrase](https://builds.apache.org/job/beam_PostCommit_Go_VR_Flink_PR/) | `Run
Go PostCommit` | [](https://builds.apache.org/job/beam_PostCommit_Go_VR_Flink/)
|
| beam_PostCommit_Java |
[cron](https://builds.apache.org/job/beam_PostCommit_Java/),
[phrase](https://builds.apache.org/job/beam_PostCommit_Java_PR/) | `Run Java
PostCommit` | [](https://builds.apache.org/job/beam_PostCommit_Java)
|
| beam_PostCommit_Java_Nexmark_Dataflow |
[cron](https://builds.apache.org/job/beam_PostCommit_Java_Nexmark_Dataflow/),
[phrase](https://builds.apache.org/job/beam_PostCommit_Java_Nexmark_Dataflow_PR/)
| `Dataflow Runner Nexmark Tests` | [](https://builds.apache.org/job/beam_PostCommit_Java_Nexmark_Dataflow)
|
| beam_PostCommit_Java_Nexmark_Direct |
[cron](https://builds.apache.org/job/beam_PostCommit_Java_Nexmark_Direct/),
[phrase](https://builds.apache.org/job/beam_PostCommit_Java_Nexmark_Direct_PR/)
| `Direct Runner Nexmark Tests` | [](https://builds.apache.org/job/beam_PostCommit_Java_Nexmark_Direct)
|
diff --git a/.test-infra/jenkins/job_PostCommit_Go_ValidatesRunner_Flink.groovy
b/.test-infra/jenkins/job_PostCommit_Go_ValidatesRunner_Flink.groovy
new file mode 100644
index 0000000..a24983c
--- /dev/null
+++ b/.test-infra/jenkins/job_PostCommit_Go_ValidatesRunner_Flink.groovy
@@ -0,0 +1,38 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+import CommonJobProperties as commonJobProperties
+import PostcommitJobBuilder
+
+// This job runs the suite of Go integration tests against the Flink runner.
+PostcommitJobBuilder.postCommitJob('beam_PostCommit_Go_VR_Flink',
+ 'Run Go Flink ValidatesRunner', 'Go Flink ValidatesRunner Tests', this) {
+ description('Runs Go integration tests on the Flink runner.')
+
+ // Set common parameters.
+ commonJobProperties.setTopLevelMainJobProperties(delegate)
+
+ // Gradle goals for this job.
+ steps {
+ gradle {
+ rootBuildScriptDir(commonJobProperties.checkoutDir)
+ tasks(':sdks:go:test:flinkValidatesRunner')
+ commonJobProperties.setGradleSwitches(delegate)
+ }
+ }
+}
diff --git a/README.md b/README.md
index 423f8ac..c26c22b 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@
Lang | SDK | Apex | Dataflow | Flink | Gearpump | Samza | Spark
--- | --- | --- | --- | --- | --- | --- | ---
-Go | [](https://builds.apache.org/job/beam_PostCommit_Go/lastCompletedBuild/)
| --- | --- | --- | --- | --- | ---
+Go | [](https://builds.apache.org/job/beam_PostCommit_Go/lastCompletedBuild/)
| --- | --- | [](https://builds.apache.org/job/beam_PostCommit_Go_VR_Flink/lastCompletedBuild/)
| --- | --- | ---
Java | [](https://builds.apache.org/job/beam_PostCommit_Java/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Apex/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Python_Verify/lastCompletedBuild/)<br>[](https://builds.apache.org/job/beam_PostCommit_Python3_Verify/lastCompletedBuild/)
| --- | [.shadowJar.archivePath}",
+ "--flink_job_server_jar
${project(":runners:flink:1.5:job-server").shadowJar.archivePath}",
]
exec {
executable "sh"