File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ script_path=$(dirname $(realpath -s $0))
1010source $script_path /functions/imports.sh
1111set -euo pipefail
1212
13- RUST_TOOLCHAIN=${RUST_TOOLCHAIN-nightly-2020-07-27 }
13+ RUST_TOOLCHAIN=${RUST_TOOLCHAIN-latest }
1414ELASTICSEARCH_URL=${ELASTICSEARCH_URL-" $elasticsearch_url " }
1515elasticsearch_container=${elasticsearch_container-}
1616
@@ -40,4 +40,4 @@ docker run \
4040 --volume ${repo} /test_results:/usr/src/elasticsearch-rs/test_results \
4141 --rm \
4242 elastic/elasticsearch-rs \
43- /bin/bash -c " cargo make test-yaml"
43+ /bin/bash -c " cargo make test-yaml"
Original file line number Diff line number Diff line change 11---
22
33STACK_VERSION :
4- - 7.x -SNAPSHOT
4+ - 7.10 -SNAPSHOT
55
66TEST_SUITE :
77 - oss
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ default_to_workspace = false
33
44[env ]
55# Determines the version of Elasticsearch docker container used
6- STACK_VERSION = " 7.x -SNAPSHOT"
6+ STACK_VERSION = " 7.10 -SNAPSHOT"
77# Determines the distribution of docker container used. Either xpack or oss
88TEST_SUITE = " xpack"
99# Set publish flags to dry-run by default, to force user to explicitly define for publishing
You can’t perform that action at this time.
0 commit comments