-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description

This is a v5 bug report. I thought this would be fixed with #1865, but v5 console is 02c6ce7, precisely the merge commit of #1865. I confirmed this is still possible on main
with 86/1434.
diff --git a/libs/api-mocks/silo.ts b/libs/api-mocks/silo.ts
index 025cc528..15103773 100644
--- a/libs/api-mocks/silo.ts
+++ b/libs/api-mocks/silo.ts
@@ -40,7 +40,7 @@ export const defaultSilo = silos[0]
export const siloQuotas: Json<SiloQuotas[]> = [
{
silo_id: silos[0].id,
- cpus: 50,
+ cpus: 1434,
memory: 300 * GiB,
storage: 7 * TiB,
},
@@ -58,7 +58,7 @@ export const siloQuotas: Json<SiloQuotas[]> = [
export const siloProvisioned: Json<SiloQuotas[]> = [
{
silo_id: silos[0].id,
- cpus: 30,
+ cpus: 86,
memory: 234 * GiB,
storage: 4.3 * TiB,
},
Metadata
Metadata
Assignees
Labels
No labels