Skip to content

Commit bcf48da

Browse files
jaycee-licopybara-github
authored andcommitted
chore: fix CustomJob system test
PiperOrigin-RevId: 578020823
1 parent 77a741e commit bcf48da

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/system/aiplatform/test_custom_job.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
from google.cloud.aiplatform.compat.types import job_state as gca_job_state
2727
from tests.system.aiplatform import e2e_base
2828

29-
_PREBUILT_CONTAINER_IMAGE = "gcr.io/deeplearning-platform-release/base-cpu"
29+
_PREBUILT_CONTAINER_IMAGE = (
30+
"us-docker.pkg.dev/vertex-ai/training/sklearn-cpu.1-0:latest"
31+
)
3032
_CUSTOM_CONTAINER_IMAGE = "python:3.8"
3133

3234
_DIR_NAME = os.path.dirname(os.path.abspath(__file__))
@@ -35,8 +37,6 @@
3537
)
3638

3739

38-
# runtime patch the aiplatform path installed in CustomJob
39-
# remove the patch after aiplatform 1.24.0 is released
4040
@mock.patch.object(
4141
constants,
4242
"AIPLATFORM_DEPENDENCY_PATH",

0 commit comments

Comments
 (0)