mirror of
https://github.com/edgelesssys/constellation.git
synced 2026-01-04 09:15:42 -05:00
Use 4 vCPU instances by default (#24)
* Use 4 vcpu instances by default * Remove 2 vcpu instance type option Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
2d611e8148
commit
b27e205399
11 changed files with 14 additions and 24 deletions
4
.github/docs/README.md
vendored
4
.github/docs/README.md
vendored
|
|
@ -9,7 +9,7 @@ gh workflow run e2e-test-manual.yml \
|
|||
--ref feat/e2e_pipeline \ # On your specific branch!
|
||||
-F autoscale=false -F cloudProvider=gcp \ # With your ...
|
||||
-F controlNodesCount=1 -F workerNodesCount=2 \ # ... settings
|
||||
-F machineType=n2d-standard-2
|
||||
-F machineType=n2d-standard-4
|
||||
```
|
||||
|
||||
### E2E Test Suites
|
||||
|
|
@ -49,7 +49,7 @@ Create a new JSON file to describe the event ([relevant issue](https://github.co
|
|||
"controlNodesCount": "1",
|
||||
"autoscale": false,
|
||||
"cloudProvider": "gcp",
|
||||
"machineType": "n2d-standard-2",
|
||||
"machineType": "n2d-standard-4",
|
||||
"sonobuoyTestSuiteCmd": "--mode quick"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue