Skip to content

Commit 0b914c6

Browse files
tjgqcopybara-github
authored andcommitted
Send remote actions to specific worker pools instead of machine types.
This ensures that nobody else sends requests to the separate worker pool I've set up, so that my performance measurements aren't disturbed. Closes bazelbuild#15406. PiperOrigin-RevId: 446988077
1 parent 2e9643c commit 0b914c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

BUILD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ REMOTE_PLATFORMS = ("rbe_ubuntu1804_java11",)
213213
exec_properties = {
214214
"dockerNetwork": "standard",
215215
"dockerPrivileged": "true",
216+
"Pool": "default",
216217
},
217218
parents = ["@" + platform_name + "//config:platform"],
218219
)
@@ -228,7 +229,7 @@ REMOTE_PLATFORMS = ("rbe_ubuntu1804_java11",)
228229
"//:highcpu_machine",
229230
],
230231
exec_properties = {
231-
"gceMachineType": "e2-highcpu-32",
232+
"Pool": "highcpu",
232233
},
233234
parents = ["//:" + platform_name + "_platform"],
234235
)

0 commit comments

Comments
 (0)