[ https://issues.apache.org/jira/browse/GEODE-10369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17553037#comment-17553037 ]
ASF subversion and git services commented on GEODE-10369: --------------------------------------------------------- Commit a10c4f802738194c1993ac88b89e572fcf4edc05 in geode's branch refs/heads/develop from Sean Goller [ https://gitbox.apache.org/repos/asf?p=geode.git;h=a10c4f8027 ] 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. > Change heavy lifter instances types to E2 > ----------------------------------------- > > Key: GEODE-10369 > URL: https://issues.apache.org/jira/browse/GEODE-10369 > Project: Geode > Issue Type: Improvement > Components: ci > Reporter: Sean Goller > Priority: Major > Labels: pull-request-available > > To reduce CI costs, we should be using E2 instances. -- This message was sent by Atlassian Jira (v8.20.7#820007)