From d99cab436c2c485f2f19ea2f2655cb3b647cbf6e Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Wed, 24 Jul 2024 17:53:01 -0400 Subject: [PATCH] main.star: mark aix-ppc64 as fixed capacity For golang/go#67299. Change-Id: I76f511338617f6b431c396f048200d25e09dd275 Reviewed-on: https://go-review.googlesource.com/c/build/+/600995 Reviewed-by: Dmitri Shuralyov Auto-Submit: Dmitri Shuralyov Reviewed-by: Cherry Mui LUCI-TryBot-Result: Go LUCI --- main.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.star b/main.star index eeac63197b..b452a6434a 100755 --- a/main.star +++ b/main.star @@ -259,7 +259,6 @@ GOOGLE_LOW_CAPACITY_HOSTS = [ # When the work to add a host is underway, its entry should either move to the # LOW_CAPACITY_HOSTS list below, or removed if it's not low-capacity. TBD_CAPACITY_HOSTS = [ - "aix-ppc64", "android-386", "android-amd64", "android-arm", @@ -290,6 +289,7 @@ TBD_CAPACITY_HOSTS = [ # LOW_CAPACITY_HOSTS lists "hosts" that have fixed, relatively low capacity. # They need to match the builder type, excluding any run mods. LOW_CAPACITY_HOSTS = GOOGLE_LOW_CAPACITY_HOSTS + TBD_CAPACITY_HOSTS + [ + "aix-ppc64", "freebsd-riscv64", "linux-loong64", "linux-ppc64_power10",