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 93baf45 commit ac2740bCopy full SHA for ac2740b
scripts/ci/run_targeting_aurads.py
@@ -37,7 +37,7 @@ def main() -> None:
37
MAX_INT = 1000000
38
instance_name = f"ci-build-{sys.argv[2]}" if len(sys.argv) > 1 else "ci-instance-" + str(rd.randint(0, MAX_INT))
39
40
- create_result = aura_api.create_ds_instance(instance_name)
+ create_result = aura_api.create_instance(instance_name, memory="8GB", type="gds")
41
instance_id = create_result["id"]
42
logging.info("Creation of database accepted")
43
0 commit comments