We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d07fb commit 8caa10cCopy full SHA for 8caa10c
tests/unitary/default_setup/jobs/test_jobs_base.py
@@ -43,12 +43,7 @@ class DataScienceJobPayloadTest(unittest.TestCase):
43
"jobConfigurationDetails": {"jobType": "DEFAULT", "environmentVariables": {}},
44
"jobInfrastructureConfigurationDetails": {
45
"jobInfrastructureType": "ME_STANDALONE",
46
- "blockStorageSizeInGBs": 800,
47
- "shapeName": "VM.Standard.E4.Flex",
48
- "jobShapeConfigDetails": {
49
- "memoryInGBs": 128.0,
50
- "ocpus": 8.0
51
- }
+ "blockStorageSizeInGBs": 50
52
},
53
}
54
0 commit comments