Skip to content

Commit 4aec5a8

Browse files
authored
Rust: Bump ephemeral storage to 60GiB in weathertop. (#7111)
Bump rust to 60GiB ephemeral storage in weathertop.
1 parent ab090ed commit 4aec5a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tools/test/stacks/config/targets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ruby:
3030
rustv1:
3131
account_id: "050288538048"
3232
status: "enabled"
33-
storage: "30"
33+
storage: 60
3434
sapabap:
3535
account_id: "099736152523"
3636
status: "enabled"

.tools/test/stacks/plugin/typescript/plugin_stack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ class PluginStack extends cdk.Stack {
141141
},
142142
],
143143
ephemeralStorage: {
144-
sizeInGib: this.batchStorage,
144+
sizeInGiB: this.batchStorage,
145145
},
146146
environment: variableConfigJson,
147147
},

0 commit comments

Comments
 (0)