Add packagingTestSample option to dev-tools/ci script (elastic/x-pack-elasticsearch#4266)

This is going to be run on every pull request.

Related to https://github.com/elastic/infra/issues/4258

Original commit: elastic/x-pack-elasticsearch@5752d779b0
This commit is contained in:
Aaron Bull Schaefer 2018-04-02 16:04:44 +02:00 committed by GitHub
parent 51602ddb97
commit 1f48d6d2da

View File

@ -43,6 +43,13 @@ case $key in
"packagingTest"
)
;;
packagingTestSample)
GRADLE_CLI_ARGS=(
"--info"
"-Pvagrant.boxes=sample"
"packagingTest"
)
;;
bwcTest)
GRADLE_CLI_ARGS=(
"--info"