File tree 3 files changed +4
-4
lines changed
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))
10
10
source $script_path /functions/imports.sh
11
11
set -euo pipefail
12
12
13
- RUST_TOOLCHAIN=${RUST_TOOLCHAIN-nightly-2020-07-27 }
13
+ RUST_TOOLCHAIN=${RUST_TOOLCHAIN-latest }
14
14
ELASTICSEARCH_URL=${ELASTICSEARCH_URL-" $elasticsearch_url " }
15
15
elasticsearch_container=${elasticsearch_container-}
16
16
@@ -40,4 +40,4 @@ docker run \
40
40
--volume ${repo} /test_results:/usr/src/elasticsearch-rs/test_results \
41
41
--rm \
42
42
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 1
1
---
2
2
3
3
STACK_VERSION :
4
- - 7.x -SNAPSHOT
4
+ - 7.10 -SNAPSHOT
5
5
6
6
TEST_SUITE :
7
7
- oss
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ default_to_workspace = false
3
3
4
4
[env ]
5
5
# Determines the version of Elasticsearch docker container used
6
- STACK_VERSION = " 7.x -SNAPSHOT"
6
+ STACK_VERSION = " 7.10 -SNAPSHOT"
7
7
# Determines the distribution of docker container used. Either xpack or oss
8
8
TEST_SUITE = " xpack"
9
9
# 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