File tree 12 files changed +12
-12
lines changed
12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
- ARG DOTNET_VERSION=8 .0.400
1
+ ARG DOTNET_VERSION=9 .0.100
2
2
FROM mcr.microsoft.com/dotnet/sdk:${DOTNET_VERSION} AS elasticsearch-net-build
3
3
4
4
ENV NUGET_SCRATCH="/tmp/NuGetScratch"
Original file line number Diff line number Diff line change 5
5
env :
6
6
TEST_SUITE : " {{ matrix.suite }}"
7
7
STACK_VERSION : master-SNAPSHOT
8
- DOTNET_VERSION : 8 .0.400
8
+ DOTNET_VERSION : 9 .0.100
9
9
matrix :
10
10
setup :
11
11
suite :
Original file line number Diff line number Diff line change 14
14
$NODE_NAME ,
15
15
16
16
[string ]
17
- $DOTNET_VERSION = " 8 .0.400 "
17
+ $DOTNET_VERSION = " 9 .0.100 "
18
18
)
19
19
20
20
$ESC = [char ]27
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ script_path=$(dirname $(realpath -s $0))
9
9
source $script_path /functions/imports.sh
10
10
set -euo pipefail
11
11
12
- DOTNET_VERSION=${DOTNET_VERSION-8 .0.400 }
12
+ DOTNET_VERSION=${DOTNET_VERSION-9 .0.100 }
13
13
ELASTICSEARCH_URL=${ELASTICSEARCH_URL-" $elasticsearch_url " }
14
14
elasticsearch_container=${elasticsearch_container-}
15
15
Original file line number Diff line number Diff line change 8
8
$TEST_SUITE = " free" ,
9
9
10
10
[string ]
11
- $DOTNET_VERSION = " 8 .0.400 "
11
+ $DOTNET_VERSION = " 9 .0.100 "
12
12
)
13
13
14
14
$ESC = [char ]27
Original file line number Diff line number Diff line change 1
- ARG DOTNET_VERSION=8 .0.400
1
+ ARG DOTNET_VERSION=9 .0.100
2
2
FROM mcr.microsoft.com/dotnet/sdk:${DOTNET_VERSION} AS elasticsearch-net-build
3
3
4
4
ENV NUGET_SCRATCH="/tmp/NuGetScratch"
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ OUTPUT_DIR="$repo/${output_folder}"
42
42
REPO_BINDING=" ${OUTPUT_DIR} :/sln/${output_folder} "
43
43
mkdir -p " $OUTPUT_DIR "
44
44
45
- DOTNET_VERSION=${DOTNET_VERSION-8 .0.400 }
45
+ DOTNET_VERSION=${DOTNET_VERSION-9 .0.100 }
46
46
47
47
echo -e " \033[34;1mINFO:\033[0m PRODUCT ${product} \033[0m"
48
48
echo -e " \033[34;1mINFO:\033[0m VERSION ${STACK_VERSION} \033[0m"
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ $ STACK_VERSION=8.0.0-SNAPSHOT ./.ci/run-tests
30
30
| -------------------------| -------------| -------------|
31
31
| ` STACK_VERSION ` | ` N/A ` | The elasticsearch version to target
32
32
| ` TEST_SUITE ` | ` basic ` | ` free ` or ` platinum ` sets which test suite to run and which container to run against. |
33
- | ` DOTNET_VERSION ` | ` 8 .0.400 ` | The .NET sdk version used to grab the proper container |
33
+ | ` DOTNET_VERSION ` | ` 9 .0.100 ` | The .NET sdk version used to grab the proper container |
34
34
35
35
If you want to manually spin up elasticsearch for these tests and call the runner afterwards you can use
36
36
Original file line number Diff line number Diff line change 14
14
$NODE_NAME ,
15
15
16
16
[string ]
17
- $DOTNET_VERSION = " 8 .0.400 "
17
+ $DOTNET_VERSION = " 9 .0.100 "
18
18
)
19
19
20
20
$ESC = [char ]27
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ script_path=$(dirname $(realpath -s $0))
9
9
source $script_path /functions/imports.sh
10
10
set -euo pipefail
11
11
12
- DOTNET_VERSION=${DOTNET_VERSION-8 .0.400 }
12
+ DOTNET_VERSION=${DOTNET_VERSION-9 .0.100 }
13
13
ELASTICSEARCH_URL=${ELASTICSEARCH_URL-" $elasticsearch_url " }
14
14
elasticsearch_container=${elasticsearch_container-}
15
15
Original file line number Diff line number Diff line change 8
8
$TEST_SUITE = " free" ,
9
9
10
10
[string ]
11
- $DOTNET_VERSION = " 8 .0.400 "
11
+ $DOTNET_VERSION = " 9 .0.100 "
12
12
)
13
13
14
14
$ESC = [char ]27
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ TEST_SUITE:
8
8
- platinum
9
9
10
10
DOTNET_VERSION :
11
- - 8 .0.400
11
+ - 9 .0.100
12
12
13
13
exclude : ~
You can’t perform that action at this time.
0 commit comments