Skip to content

Commit 03d4586

Browse files
committed
[CI] Setup 7.10 branch
1 parent 6901028 commit 03d4586

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.ci/run-repository.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ script_path=$(dirname $(realpath -s $0))
1010
source $script_path/functions/imports.sh
1111
set -euo pipefail
1212

13-
RUST_TOOLCHAIN=${RUST_TOOLCHAIN-nightly-2020-07-27}
13+
RUST_TOOLCHAIN=${RUST_TOOLCHAIN-latest}
1414
ELASTICSEARCH_URL=${ELASTICSEARCH_URL-"$elasticsearch_url"}
1515
elasticsearch_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"

.ci/test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22

33
STACK_VERSION:
4-
- 7.x-SNAPSHOT
4+
- 7.10-SNAPSHOT
55

66
TEST_SUITE:
77
- oss

Makefile.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
88
TEST_SUITE = "xpack"
99
# Set publish flags to dry-run by default, to force user to explicitly define for publishing

0 commit comments

Comments
 (0)