File tree Expand file tree Collapse file tree 12 files changed +12
-12
lines changed
Expand file tree Collapse file tree 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
22FROM mcr.microsoft.com/dotnet/sdk:${DOTNET_VERSION} AS elasticsearch-net-build
33
44ENV NUGET_SCRATCH="/tmp/NuGetScratch"
Original file line number Diff line number Diff line change 55 env :
66 TEST_SUITE : " {{ matrix.suite }}"
77 STACK_VERSION : master-SNAPSHOT
8- DOTNET_VERSION : 8 .0.400
8+ DOTNET_VERSION : 9 .0.100
99 matrix :
1010 setup :
1111 suite :
Original file line number Diff line number Diff line change 1414 $NODE_NAME ,
1515
1616 [string ]
17- $DOTNET_VERSION = " 8 .0.400 "
17+ $DOTNET_VERSION = " 9 .0.100 "
1818)
1919
2020$ESC = [char ]27
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ script_path=$(dirname $(realpath -s $0))
99source $script_path /functions/imports.sh
1010set -euo pipefail
1111
12- DOTNET_VERSION=${DOTNET_VERSION-8 .0.400 }
12+ DOTNET_VERSION=${DOTNET_VERSION-9 .0.100 }
1313ELASTICSEARCH_URL=${ELASTICSEARCH_URL-" $elasticsearch_url " }
1414elasticsearch_container=${elasticsearch_container-}
1515
Original file line number Diff line number Diff line change 88 $TEST_SUITE = " free" ,
99
1010 [string ]
11- $DOTNET_VERSION = " 8 .0.400 "
11+ $DOTNET_VERSION = " 9 .0.100 "
1212)
1313
1414$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
22FROM mcr.microsoft.com/dotnet/sdk:${DOTNET_VERSION} AS elasticsearch-net-build
33
44ENV NUGET_SCRATCH="/tmp/NuGetScratch"
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ OUTPUT_DIR="$repo/${output_folder}"
4242REPO_BINDING=" ${OUTPUT_DIR} :/sln/${output_folder} "
4343mkdir -p " $OUTPUT_DIR "
4444
45- DOTNET_VERSION=${DOTNET_VERSION-8 .0.400 }
45+ DOTNET_VERSION=${DOTNET_VERSION-9 .0.100 }
4646
4747echo -e " \033[34;1mINFO:\033[0m PRODUCT ${product} \033[0m"
4848echo -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
3030| -------------------------| -------------| -------------|
3131| ` STACK_VERSION ` | ` N/A ` | The elasticsearch version to target
3232| ` 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 |
3434
3535If you want to manually spin up elasticsearch for these tests and call the runner afterwards you can use
3636
Original file line number Diff line number Diff line change 1414 $NODE_NAME ,
1515
1616 [string ]
17- $DOTNET_VERSION = " 8 .0.400 "
17+ $DOTNET_VERSION = " 9 .0.100 "
1818)
1919
2020$ESC = [char ]27
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ script_path=$(dirname $(realpath -s $0))
99source $script_path /functions/imports.sh
1010set -euo pipefail
1111
12- DOTNET_VERSION=${DOTNET_VERSION-8 .0.400 }
12+ DOTNET_VERSION=${DOTNET_VERSION-9 .0.100 }
1313ELASTICSEARCH_URL=${ELASTICSEARCH_URL-" $elasticsearch_url " }
1414elasticsearch_container=${elasticsearch_container-}
1515
You can’t perform that action at this time.
0 commit comments