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

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

                Author: ASF GitHub Bot
            Created on: 23/Aug/19 08:07
            Start Date: 23/Aug/19 08:07
    Worklog Time Spent: 10m 
      Work Description: yifanzou commented on pull request #9411: [BEAM-8079] 
Move release Gradle build to a Jenkins job (Part - 1)
URL: https://github.com/apache/beam/pull/9411#discussion_r317017968
 
 

 ##########
 File path: .test-infra/jenkins/job_Release_Gradle_Build.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
+
+job('beam_Release_Gradle_Build') {
 
 Review comment:
   Shall we add a comment to explain what this job does, and add a link to the 
release guide?
 
----------------------------------------------------------------
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: 300145)
    Time Spent: 20m  (was: 10m)

> Move verify_release_build.sh to Jenkins job
> -------------------------------------------
>
>                 Key: BEAM-8079
>                 URL: https://issues.apache.org/jira/browse/BEAM-8079
>             Project: Beam
>          Issue Type: Sub-task
>          Components: build-system
>            Reporter: Mark Liu
>            Assignee: Mark Liu
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> verify_release_build.sh is used for validation after release branch is cut. 
> Basically it does two things: 1. verify Gradle build with -PisRelease turned 
> on. 2. create a PR and run all PostCommit jobs against release branch. 
> However, release manager got many painpoints when running this script:
> 1. A lot of environment setup and some of tooling install easily broke the 
> script.
> 2. Running Gradle build locally too extremely long time.
> 3. Auto-pr-creation (use hub) doesn't work.
> We can move Gradle build to Jenkins in order to get rid of environment setup 
> work.



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

Reply via email to