File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -1134,18 +1134,18 @@ tasks:
1134
1134
- func : bootstrap kms servers
1135
1135
- func : " run serverless tests"
1136
1136
1137
- - name : run-spec-benchmark-tests
1137
+ - name : run-spec-benchmark-tests-node-18-server-6.0
1138
1138
tags :
1139
1139
- run-spec-benchmark-tests
1140
1140
- performance
1141
1141
exec_timeout_secs : 3600
1142
1142
commands :
1143
1143
- func : install dependencies
1144
1144
vars :
1145
- NODE_LTS_VERSION : 18
1145
+ NODE_LTS_VERSION : v18.16.0
1146
1146
- func : bootstrap mongo-orchestration
1147
1147
vars :
1148
- VERSION : rapid
1148
+ VERSION : v6.0-perf
1149
1149
TOPOLOGY : server
1150
1150
AUTH : noauth
1151
1151
- func : run spec driver benchmarks
@@ -1407,6 +1407,6 @@ ignore:
1407
1407
buildvariants :
1408
1408
- name : performance-tests
1409
1409
display_name : Performance Test
1410
- run_on : rhel80 -large
1410
+ run_on : rhel90-dbx-perf -large
1411
1411
tasks :
1412
- - run-spec-benchmark-tests
1412
+ - run-spec-benchmark-tests-node-18-server-6.0
Original file line number Diff line number Diff line change @@ -1069,18 +1069,18 @@ tasks:
1069
1069
- func : install dependencies
1070
1070
- func : bootstrap kms servers
1071
1071
- func : run serverless tests
1072
- - name : run-spec-benchmark-tests
1072
+ - name : run-spec-benchmark-tests-node-18-server-6.0
1073
1073
tags :
1074
1074
- run-spec-benchmark-tests
1075
1075
- performance
1076
1076
exec_timeout_secs : 3600
1077
1077
commands :
1078
1078
- func : install dependencies
1079
1079
vars :
1080
- NODE_LTS_VERSION : 18
1080
+ NODE_LTS_VERSION : v18.16.0
1081
1081
- func : bootstrap mongo-orchestration
1082
1082
vars :
1083
- VERSION : rapid
1083
+ VERSION : v6.0-perf
1084
1084
TOPOLOGY : server
1085
1085
AUTH : noauth
1086
1086
- func : run spec driver benchmarks
@@ -3465,9 +3465,9 @@ ignore:
3465
3465
buildvariants :
3466
3466
- name : performance-tests
3467
3467
display_name : Performance Test
3468
- run_on : rhel80 -large
3468
+ run_on : rhel90-dbx-perf -large
3469
3469
tasks :
3470
- - run-spec-benchmark-tests
3470
+ - run-spec-benchmark-tests-node-18-server-6.0
3471
3471
- name : rhel80-large-fermium
3472
3472
display_name : rhel8 Node14
3473
3473
run_on : rhel80-large
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ while IFS=$'\t' read -r -a row; do
36
36
node_index_lts=" ${row[9]} "
37
37
[[ " $node_index_version " = " version" ]] && continue # skip tsv header
38
38
[[ " $NODE_LTS_VERSION " = " latest" ]] && break # first line is latest
39
+ [[ " $NODE_LTS_VERSION " = " $node_index_version " ]] && break # match full version if specified
39
40
[[ " $NODE_LTS_VERSION " = " $node_index_major_version " ]] && break # case insensitive compare
40
41
done < node_index.tab
41
42
You can’t perform that action at this time.
0 commit comments