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

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

                Author: ASF GitHub Bot
            Created on: 14/Feb/20 00:42
            Start Date: 14/Feb/20 00:42
    Worklog Time Spent: 10m 
      Work Description: markflyhigh commented on pull request #10772: 
[BEAM-9250] Re-structure python release candidate target.
URL: https://github.com/apache/beam/pull/10772#discussion_r379197751
 
 

 ##########
 File path: 
.test-infra/jenkins/job_ReleaseCandidate_DataflowRunner_MobileGame_Py2.groovy
 ##########
 @@ -0,0 +1,37 @@
+/*
+ * 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
+
+job('beam_PostRelease_Python2_Candidate_MobileGame_Dataflow') {
+    description('Runs mobile game verification of the Python2 release 
candidate with dataflow runner by using tar and wheel.')
+
+    // Set common parameters.
+    commonJobProperties.setTopLevelMainJobProperties(delegate, 'master', 360)
+
+    // Allows triggering this build against pull requests.
+    commonJobProperties.enablePhraseTriggeringFromPullRequest(
+            delegate,
+            'Run Py2 ReleaseCandidate Dataflow MobileGame')
+
+    // Execute shell command to test Python SDK.
+    steps {
+        shell('cd ' + commonJobProperties.checkoutDir +
+                ' && bash 
release/src/main/python-release/python_release_automation.sh 2.7 dataflow 
mobile_game')
+    }
+}
 
 Review comment:
   please add an empty line at the end.
 
----------------------------------------------------------------
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: 386995)
    Time Spent: 1.5h  (was: 1h 20m)

> Improve beam release script based on 2.19.0 release experience
> --------------------------------------------------------------
>
>                 Key: BEAM-9250
>                 URL: https://issues.apache.org/jira/browse/BEAM-9250
>             Project: Beam
>          Issue Type: Improvement
>          Components: testing
>            Reporter: Boyuan Zhang
>            Assignee: Boyuan Zhang
>            Priority: Major
>             Fix For: 2.20.0
>
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to