Skip to content

Commit 71c31e5

Browse files
committed
update e2e tests with deprecated instance types and new ones
1 parent 33bd8b9 commit 71c31e5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

test/e2e/run-test

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ BUILD_DIR="${SCRIPTPATH}/../../build"
66
TEST_FAILURES_LOG="${BUILD_DIR}/test-failures.log"
77

88
AEIS="${BUILD_DIR}/ec2-instance-selector"
9-
GLOBAL_PARAMS="--max-results=40"
9+
GLOBAL_PARAMS="--max-results=100"
1010

1111
## Print to stderr
1212
function echoerr() {
@@ -101,22 +101,22 @@ params=(
101101
echo "${expected[*]}" | execute_test "4 GPUs" "${params[@]}"
102102

103103

104-
expected=(p2.16xlarge)
104+
expected=(p4d.24xlarge p4de.24xlarge)
105105
params=(
106106
"--vcpus-to-memory-ratio=1:12"
107107
)
108108
echo "${expected[*]}" | execute_test "1:12 vcpus-to-memory-ratio" "${params[@]}"
109109

110110

111-
expected=(p2.8xlarge)
111+
expected=(p4de.24xlarge)
112112
params=(
113-
"--gpu-memory-total=96"
114-
"--gpu-memory-total=96gb"
115-
"--gpu-memory-total=96GiB"
116-
"--gpu-memory-total=98304m"
117-
"--gpu-memory-total-min=96 --gpu-memory-total-max=96"
113+
"--gpu-memory-total=640"
114+
"--gpu-memory-total=640gb"
115+
"--gpu-memory-total=640GiB"
116+
"--gpu-memory-total=655360m"
117+
"--gpu-memory-total-min=640 --gpu-memory-total-max=640"
118118
)
119-
echo "${expected[*]}" | execute_test "96 GiB gpu-memory-total" "${params[@]}"
119+
echo "${expected[*]}" | execute_test "640 GiB gpu-memory-total" "${params[@]}"
120120

121121

122122
expected=(a1.large c3.large c4.large c5.large c5a.large c5ad.large c5d.large c5n.large c6a.large c6g.large c6gd.large \

0 commit comments

Comments
 (0)