Compare commits

...

1 Commits

Author SHA1 Message Date
Meghan Denny
353b12d4b6 ci: lower build-cpp agent from 16xlarge to xlarge [skip tests] 2025-08-08 17:47:08 -07:00

View File

@@ -303,7 +303,7 @@ function getCppAgent(platform, options) {
}
return getEc2Agent(platform, options, {
instanceType: arch === "aarch64" ? "c8g.16xlarge" : "c7i.16xlarge",
instanceType: arch === "aarch64" ? "c8g.4xlarge" : "c7i.4xlarge",
cpuCount: 32,
threadsPerCore: 1,
});