David Arthur created KAFKA-7766:
-----------------------------------
Summary: 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
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)