Skip to content

Commit

Permalink
main.star: mark aix-ppc64 as fixed capacity
Browse files Browse the repository at this point in the history
For golang/go#67299.

Change-Id: I76f511338617f6b431c396f048200d25e09dd275
Reviewed-on: https://go-review.googlesource.com/c/build/+/600995
Reviewed-by: Dmitri Shuralyov <[email protected]>
Auto-Submit: Dmitri Shuralyov <[email protected]>
Reviewed-by: Cherry Mui <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
  • Loading branch information
dmitshur authored and gopherbot committed Jul 25, 2024
1 parent 7475b52 commit d99cab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.star
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit d99cab4

Please sign in to comment.