You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GEODE-10369: Calculate heavy lifter costs. (#7796)
* Change to e2 instances.
* Adjust machine type based on cpu and ram requirements.
* Test half cpu on performance.
* remove half-cpu test. Add calculations for standard machine types.
* fix machine type
* Indicate machine type to be created.
* Determine CPU Platform.
* Abandon n2 types because they don't scale high enough cpuwise.
* Remove min cpu platform.
* Utilize highcpu instances for cpu==ram jobs.
* Make build job cpu==ram.
* Change windows unit tests cpu/ram from 10 to 8.
* Calculate total cost in delete_instance.sh
* Add coreutils to alpine-tools so we can get gnu date.
* Dump the json file with cost data.
* Add highcpu case and identify unknown case.
* fix MACHINE_FAMILY references.
* Fix jq syntax. Copy cost-data.json to infra bucket.
* Change cpuCost and ramCost to cpuRate and ramRate
* Divide ram by 1024 because it's megabytes.
* Use activity audit log instead of syslog so we can audit windows.
* Revert job cpu changes.
0 commit comments