You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/12/21 14:40:00 UTC

[jira] [Commented] (KAFKA-7766) Improve fail-fast behavior of Jenkins build

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

ASF GitHub Bot commented on KAFKA-7766:
---------------------------------------

mumrah opened a new pull request #6059: KAFKA-7766 Fail fast builds
URL: https://github.com/apache/kafka/pull/6059
 
 
   Split the Gradle invocation in the jenkins.sh script into two commands so we can fail fast for validation checks such as compile errors and checkstyle errors.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   

----------------------------------------------------------------
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:
users@infra.apache.org


> Improve fail-fast behavior of Jenkins build
> -------------------------------------------
>
>                 Key: KAFKA-7766
>                 URL: https://issues.apache.org/jira/browse/KAFKA-7766
>             Project: Kafka
>          Issue Type: Task
>          Components: build
>            Reporter: David Arthur
>            Assignee: David Arthur
>            Priority: Minor
>
> Split the Jenkins build into two gradle invocations: one for quick validation checks, and one to run the full test suite. 
> If something in the validation step fails, it should fail the build immediately. However, if a test fails we want to continue and run all the tests (to gather all the failing tests).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)