You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sagemaker-serve/tox.ini
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,7 @@ markers =
65
65
timeout: mark a test as a timeout.
66
66
gpu_intensive: mark a test as GPU resource intensive (runs on scheduled CI, not PR checks).
67
67
us_east_1: mark a test that requires us-east-1 test account credentials (784379639078).
68
+
import_model: mark a test that creates a Bedrock model import job. Concurrent model import jobs are capped at 1 by a non-raisable Bedrock service quota, so these run serially in a dedicated scheduled CI run, not in PR checks.
0 commit comments