Skip to content

Commit a6ca29a

Browse files
test(platform): use SPOT provisioning mode on staging (was FLEX_START)
1 parent 6238894 commit a6ca29a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/constants_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@
9393
TEST_APPLICATION_VERSION_USE_LATEST_FALLBACK_SKIP = True
9494

9595
PIPELINE_GPU_TYPE = "A100"
96-
PIPELINE_GPU_PROVISIONING_MODE = "FLEX_START"
97-
PIPELINE_GPU_FLEX_START_MAX_RUN_DURATION_MINUTES = 60
96+
PIPELINE_GPU_PROVISIONING_MODE = "SPOT"
97+
PIPELINE_GPU_FLEX_START_MAX_RUN_DURATION_MINUTES = None
9898
PIPELINE_NODE_ACQUISITION_TIMEOUT_MINUTES = 30
9999
PIPELINE_MAX_GPUS_PER_SLIDE = 1
100100
PIPELINE_CPU_PROVISIONING_MODE = "SPOT"

0 commit comments

Comments
 (0)