You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Jake Farrell (JIRA)" <ji...@apache.org> on 2013/09/17 16:30:52 UTC

[jira] [Commented] (INFRA-6757) The "perfect" Jira/Jenkins/ReviewBoard/Git integration

    [ https://issues.apache.org/jira/browse/INFRA-6757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13769551#comment-13769551 ] 

Jake Farrell commented on INFRA-6757:
-------------------------------------

This is a nice idea, but accomplishing this would take a lot of additional resources and involve a fair amount of development

- There are a lot of subsystems in this request that would have to have shared keys and api access in order to work correctly, this is a security risk for the type of account that would be needed to be used across each system to be able to have global access to all projects. 

- Some projects take 10 min to run a test build, some take an hour and some take 8+ hours, so this will lead to a traffic jam on the build servers with the number of submitted patches per day versus the number of available build slave slots to run a given test build. 
                
> The "perfect" Jira/Jenkins/ReviewBoard/Git integration
> ------------------------------------------------------
>
>                 Key: INFRA-6757
>                 URL: https://issues.apache.org/jira/browse/INFRA-6757
>             Project: Infrastructure
>          Issue Type: New Feature
>          Components: Git, Jenkins, JIRA, Subversion
>            Reporter: Kevin Minder
>
> I know this is probably a bit "pie in the sky" but I thought I'd put it out there anyway.  The steps below describe what I think is a pretty close to perfect development process.  The primary goal is to prevent commits/pushes that break the build while making committers lives a little bit easier.  Let me know if this is all just a beautiful dream or if this is actually something that could be accomplished.
> 1) A contributor attaches a patch to a Jira
> 2) A contributor presses the "Submit Patch" button
> 3) A Jenkins job is kicked off that runs a specific test suite with the patch merged locally
> 4) The results are added as a comment to the Jira
> 5) If the tests pass the patch is uploaded to ReviewBoard and a link is added to a Jira comment
> 6) A committer reviews the patch and the merge/test results and presses an "Apply Patch" button
> 7) A Jenkins job is kicked off that runs a specific test suite with the patch merged locally
> 8) If the merge has no conflicts and the tests pass then the patch is committed/pushed to the repo
> 9) The results are added as a comment to the Jira
> Note: Only committer's should have access to the "Apply Patch" button

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira