Skip to content

Commit

Permalink
Change gceMachineType of highcpu platform from n1-highcpu-32 to e2-hi…
Browse files Browse the repository at this point in the history
…ghcpu-32

Since the worker pools are migrated from n1 machines to e2.

Fixes `FAILED_PRECONDITION: there are no bots capable of executing the action, requested action properties: gceMachineType = n1-highcpu-32, OSFamily = Linux` errors in Bazel CI.

Closes bazelbuild#13087.

PiperOrigin-RevId: 358772910
  • Loading branch information
coeuvre authored and Copybara-Service committed Feb 22, 2021
1 parent 976d9b0 commit 7a0f36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD
Expand Up @@ -238,7 +238,7 @@ REMOTE_PLATFORMS = ("rbe_ubuntu1604_java8", "rbe_ubuntu1804_java11")
{PARENT_REMOTE_EXECUTION_PROPERTIES}
properties: {
name: "gceMachineType"
value: "n1-highcpu-32"
value: "e2-highcpu-32"
}
""",
)
Expand Down

0 comments on commit 7a0f36e

Please sign in to comment.