aboutsummaryrefslogtreecommitdiff
path: root/WORKSPACE
diff options
context:
space:
mode:
authorJan Tattermusch <jtattermusch@google.com>2020-03-25 11:41:47 +0100
committerJan Tattermusch <jtattermusch@google.com>2020-05-13 14:39:59 +0200
commitcdb3d823fdc1f554ff04c758d6b847f1b8a9a14e (patch)
tree1e954da854359df4a93007f44a761ae9d63181e2 /WORKSPACE
parente59b42f7d17375267200b273b4538f4b65d685fa (diff)
downloadgrpc-grpc-cdb3d823fdc1f554ff04c758d6b847f1b8a9a14e.tar.gz
migrate windows RBE to win2019 pool
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE5
1 files changed, 5 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index f1eeb51414..c3aa3b2aec 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -39,6 +39,11 @@ rbe_autoconfig(
# that want to use other machines (such as LARGE_MACHINE) will override
# this value.
gce_machine_type = "n1-highmem-2",
+ # WARNING: the os_family constraint has only been introduced recently
+ # and older release branches select workers solely based on gce_machine_type.
+ # Worker pools needs to be configured with care to avoid accidentally running
+ # linux jobs on windows pool and vice versa (which would lead to a test breakage)
+ os_family = "Linux",
),
# use exec_properties instead of deprecated remote_execution_properties
use_legacy_platform_definition = False,