HBASE-20608 Remove build option of error prone profile for branch-1 after HBASE-12350
Disable our use of the errorProne profile for branch-1 in hbase-personality. It is too taxing on the precommit builds.
This commit is contained in:
parent
9d35a70b15
commit
45d928e2c6
|
@ -155,9 +155,9 @@ function personality_modules
|
|||
return
|
||||
fi
|
||||
|
||||
if [[ ${testtype} == compile ]]; then
|
||||
extra="${extra} -PerrorProne"
|
||||
fi
|
||||
# if [[ ${testtype} == compile ]]; then
|
||||
# extra="${extra} -PerrorProne"
|
||||
# fi
|
||||
|
||||
# If EXCLUDE_TESTS_URL/INCLUDE_TESTS_URL is set, fetches the url
|
||||
# and sets -Dtest.exclude.pattern/-Dtest to exclude/include the
|
||||
|
|
Loading…
Reference in New Issue