[
https://issues.apache.org/jira/browse/BEAM-4640?focusedWorklogId=116303&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-116303
]
ASF GitHub Bot logged work on BEAM-4640:
----------------------------------------
Author: ASF GitHub Bot
Created on: 27/Jun/18 05:17
Start Date: 27/Jun/18 05:17
Worklog Time Spent: 10m
Work Description: kennknowles closed pull request #5758: [BEAM-4640]
Samza runner postcommit ValidatesRunner job
URL: https://github.com/apache/beam/pull/5758
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git
a/.test-infra/jenkins/job_PostCommit_Java_ValidatesRunner_Samza.groovy
b/.test-infra/jenkins/job_PostCommit_Java_ValidatesRunner_Samza.groovy
new file mode 100644
index 00000000000..db380555b12
--- /dev/null
+++ b/.test-infra/jenkins/job_PostCommit_Java_ValidatesRunner_Samza.groovy
@@ -0,0 +1,43 @@
+/*
+ * 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 common_job_properties
+import JobBuilder
+
+// This job runs the suite of ValidatesRunner tests against the Samza runner.
+JobBuilder.postCommitJob('beam_PostCommit_Java_ValidatesRunner_Samza_Gradle',
+ 'Run Samza ValidatesRunner', 'Apache Samza Runner ValidatesRunner Tests',
this) {
+ description('Runs the ValidatesRunner suite on the Samza runner.')
+
+ // Set common parameters.
+ common_job_properties.setTopLevelMainJobProperties(delegate)
+
+ // Publish all test results to Jenkins
+ publishers {
+ archiveJunit('**/build/test-results/**/*.xml')
+ }
+
+ // Gradle goals for this job.
+ steps {
+ gradle {
+ rootBuildScriptDir(common_job_properties.checkoutDir)
+ tasks(':beam-runners-samza:validatesRunner')
+ common_job_properties.setGradleSwitches(delegate)
+ }
+ }
+}
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 116303)
Time Spent: 1h 20m (was: 1h 10m)
> Samza runner postcommit ValidatesRunner job
> -------------------------------------------
>
> Key: BEAM-4640
> URL: https://issues.apache.org/jira/browse/BEAM-4640
> Project: Beam
> Issue Type: New Feature
> Components: runner-samza
> Reporter: Kenneth Knowles
> Assignee: Xinyu Liu
> Priority: Major
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> See
> https://github.com/apache/beam/blob/master/.test-infra/jenkins/job_PostCommit_Java_ValidatesRunner_Gearpump.groovy
> for one example.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)