mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-25 06:16:40 +00:00
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:
parent
51602ddb97
commit
1f48d6d2da
@ -43,6 +43,13 @@ case $key in
|
||||
"packagingTest"
|
||||
)
|
||||
;;
|
||||
packagingTestSample)
|
||||
GRADLE_CLI_ARGS=(
|
||||
"--info"
|
||||
"-Pvagrant.boxes=sample"
|
||||
"packagingTest"
|
||||
)
|
||||
;;
|
||||
bwcTest)
|
||||
GRADLE_CLI_ARGS=(
|
||||
"--info"
|
||||
|
Loading…
x
Reference in New Issue
Block a user