Skip to content

Commit 9c07cad

Browse files
Bump commit in integration tests (#640)
1 parent c6f87b8 commit 9c07cad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

integration_tests/rest_api_utils.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def my_model(**keyword_args):
7878
"flavor": {
7979
"flavor": "streaming_enhanced_runnable_image",
8080
"repository": "model-engine",
81-
"tag": "2c1951dfff7159d7d29dd13b4f888e8355f8d51e",
81+
"tag": "830c81ecba2a147022e504917c6ce18b00c2af44",
8282
"command": [
8383
"dumb-init",
8484
"--",
@@ -269,7 +269,7 @@ def my_model(**keyword_args):
269269
CREATE_DOCKER_IMAGE_BATCH_JOB_BUNDLE_REQUEST: Dict[str, Any] = {
270270
"name": format_name("di_batch_job_bundle_1"),
271271
"image_repository": "model-engine",
272-
"image_tag": "2c1951dfff7159d7d29dd13b4f888e8355f8d51e",
272+
"image_tag": "830c81ecba2a147022e504917c6ce18b00c2af44",
273273
"command": ["jq", ".", "/launch_mount_location/file"],
274274
"env": {"ENV1": "VAL1"},
275275
"mount_location": "/launch_mount_location/file",
@@ -289,7 +289,7 @@ def my_model(**keyword_args):
289289
CREATE_FINE_TUNE_DI_BATCH_JOB_BUNDLE_REQUEST: Dict[str, Any] = {
290290
"name": format_name("fine_tune_di_batch_job_bundle_1"),
291291
"image_repository": "model-engine",
292-
"image_tag": "2c1951dfff7159d7d29dd13b4f888e8355f8d51e",
292+
"image_tag": "830c81ecba2a147022e504917c6ce18b00c2af44",
293293
"command": ["cat", "/launch_mount_location/file"],
294294
"env": {"ENV1": "VAL1"},
295295
"mount_location": "/launch_mount_location/file",

0 commit comments

Comments
 (0)