Skip to content

Commit ae3d1ea

Browse files
committed
Updated pr.
1 parent 9aec2a9 commit ae3d1ea

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

tests/unitary/with_extras/opctl/test_files/modeldeployment_conda.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ spec:
1818
logId: ocid1.log.oc1.iad.<unique_id>
1919
projectId: ocid1.datascienceproject.oc1.<unique_id>
2020
replica: 1
21-
shapeName: VM.Standard.E2.4
21+
shapeName: VM.Standard.E4.Flex
22+
shapeConfigDetails:
23+
ocpus: 1
24+
memoryInGBs: 16
2225
webConcurrency: 10
2326
type: datascienceModelDeployment
2427
runtime:

tests/unitary/with_extras/opctl/test_files/modeldeployment_container.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ spec:
1818
logId: ocid1.log.oc1.iad.<unique_id>
1919
projectId: ocid1.datascienceproject.oc1.<unique_id>
2020
replica: 1
21-
shapeName: VM.Standard.E2.4
21+
shapeName: VM.Standard.E4.Flex
22+
shapeConfigDetails:
23+
ocpus: 1
24+
memoryInGBs: 16
2225
webConcurrency: 10
2326
type: datascienceModelDeployment
2427
runtime:

tests/unitary/with_extras/opctl/test_opctl_model_deployment_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def config(self):
4646
"project_id": "ocid1.datascienceproject.oc1.<unique_id>",
4747
"log_group_id": "ocid1.loggroup.oc1.iad.<unique_id>",
4848
"log_id": "ocid1.log.oc1.iad.<unique_id>",
49-
"shape_name": "VM.Standard.E2.4",
49+
"shape_name": "VM.Standard.E4.Flex",
5050
"bandwidth_mbps": 10,
5151
"replica": 1,
5252
"web_concurrency": 10,

0 commit comments

Comments
 (0)