Grant Henke has uploaded this change for review. ( http://gerrit.cloudera.org:8080/15481
Change subject: [build] Skip builds with no functional changes ...................................................................... [build] Skip builds with no functional changes This patch introduces the option to skip builds in pre-commit when the changes are in files or directories that do not impact the build or test. This functionality is disabled by default but can be enabled on our Jenkins instance by setting `KUDU_ALLOW_SKIPPED_TESTS=1`. I also hid the `DONT_BUILD` functionality behind the `KUDU_ALLOW_SKIPPED_TESTS` flag to ensure commits with `DONT_BUILD` in them do not prevent other non-precomit builds that are using this script from running. Change-Id: If56db6593ce7aa64b562a9fb277a337bffc7b532 --- M build-support/jenkins/build-and-test.sh 1 file changed, 16 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/81/15481/1 -- To view, visit http://gerrit.cloudera.org:8080/15481 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: If56db6593ce7aa64b562a9fb277a337bffc7b532 Gerrit-Change-Number: 15481 Gerrit-PatchSet: 1 Gerrit-Owner: Grant Henke <[email protected]>
