Skip to content

Commit 231a2db

Browse files
authored
test: Use t3 instead of t2 instances (#251)
Use t3 instead of t2 instances Issue #, if available: n/a Description of changes: As title says. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 7206174 commit 231a2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/replacement_values.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,6 @@
250250
get_region(), "ml.m4.xlarge"
251251
),
252252
"NOTEBOOK_INSTANCE_INSTANCE_TYPES": NOTEBOOK_INSTANCE_INSTANCE_TYPES.get(
253-
get_region(), "ml.t2.medium"
253+
get_region(), "ml.t3.medium"
254254
),
255255
}

0 commit comments

Comments
 (0)