[ 
https://issues.apache.org/jira/browse/BEAM-7967?focusedWorklogId=309187&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-309187
 ]

ASF GitHub Bot logged work on BEAM-7967:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 09/Sep/19 20:18
            Start Date: 09/Sep/19 20:18
    Worklog Time Spent: 10m 
      Work Description: tweise commented on pull request #9408:  [BEAM-7967] 
Execute portable Flink application jar
URL: https://github.com/apache/beam/pull/9408#discussion_r322434612
 
 

 ##########
 File path: .test-infra/jenkins/job_PostCommit_PortableJar_Flink.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 CommonJobProperties as commonJobProperties
+import PostcommitJobBuilder
+
+// Tests creation and execution of portable pipeline Jars on the Flink runner.
+PostcommitJobBuilder.postCommitJob('beam_PostCommit_PortableJar_Flink',
+  'Run PortableJar_Flink PostCommit', 'Flink Portable Jar Tests', this) {
+  description('Tests creation and execution of portable pipeline Jars on the 
Flink runner.')
+
+  // Set common parameters.
+  commonJobProperties.setTopLevelMainJobProperties(delegate)
+
+  // Publish all test results to Jenkins
+  publishers {
+    archiveJunit('**/build/test-results/**/*.xml')
+  }
+
+  // Gradle goals for this job.
+  steps {
+    gradle {
+      rootBuildScriptDir(commonJobProperties.checkoutDir)
+      tasks(':runners:flink:1.5:job-server:testPipelineJar')
 
 Review comment:
   Flink 1.5 is going to be dropped soon. Maybe start this with 1.8? 
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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: 309187)
    Time Spent: 4h 10m  (was: 4h)

> Execute portable Flink application jar
> --------------------------------------
>
>                 Key: BEAM-7967
>                 URL: https://issues.apache.org/jira/browse/BEAM-7967
>             Project: Beam
>          Issue Type: New Feature
>          Components: runner-flink
>            Reporter: Kyle Weaver
>            Assignee: Kyle Weaver
>            Priority: Major
>              Labels: portability-flink
>          Time Spent: 4h 10m
>  Remaining Estimate: 0h
>
> [https://docs.google.com/document/d/1kj_9JWxGWOmSGeZ5hbLVDXSTv-zBrx4kQRqOq85RYD4/edit#heading=h.oes73844vmhl]



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

Reply via email to