File tree Expand file tree Collapse file tree
src/tests/_internal/server Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ async def test_provisioning_shim_with_volumes(
356356 name = "test-run-0-0" ,
357357 registry_username = "" ,
358358 registry_password = "" ,
359- image_name = "dstackai/base:0.10 -base-ubuntu22.04 " ,
359+ image_name = f "dstackai/base:{ settings . DSTACK_BASE_IMAGE_VERSION } -base-ubuntu { settings . DSTACK_BASE_IMAGE_UBUNTU_VERSION } " ,
360360 container_user = "root" ,
361361 privileged = privileged ,
362362 gpu = None ,
Original file line number Diff line number Diff line change 6262 get_job_provisioning_data ,
6363 get_run_spec ,
6464)
65+ from tests ._internal .server .background .tasks .test_process_running_jobs import settings
6566
6667pytestmark = pytest .mark .usefixtures ("image_config_mock" )
6768
@@ -128,7 +129,7 @@ def get_dev_env_run_plan_dict(
128129 " && tail -f /dev/null"
129130 ),
130131 ]
131- image_name = "dstackai/base:0.10 -base-ubuntu22.04 "
132+ image_name = f "dstackai/base:{ settings . DSTACK_BASE_IMAGE_VERSION } -base-ubuntu { settings . DSTACK_BASE_IMAGE_UBUNTU_VERSION } "
132133
133134 run_spec = {
134135 "configuration" : {
@@ -332,7 +333,7 @@ def get_dev_env_run_dict(
332333 " && tail -f /dev/null"
333334 ),
334335 ]
335- image_name = "dstackai/base:0.10 -base-ubuntu22.04"
336+ image_name = "dstackai/base:0.11rc2 -base-ubuntu22.04"
336337
337338 return {
338339 "id" : run_id ,
You can’t perform that action at this time.
0 commit comments