diff options
author | Adin Scannell <ascannell@google.com> | 2020-10-19 17:24:22 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-10-19 17:26:28 -0700 |
commit | 8f29b8d252ceda8a3e3b777b0b77ea967b0ef2d0 (patch) | |
tree | 96c1a01d04ec68c9178ae94573cf94fd98c2f8c9 /.bazelrc | |
parent | 54e989ec3a2d9c6928047ea09a3d6053cbf2441f (diff) |
Remove now unused remote3 configurations.
PiperOrigin-RevId: 337968219
Diffstat (limited to '.bazelrc')
-rw-r--r-- | .bazelrc | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -28,20 +28,12 @@ build:remote --bes_results_url="https://source.cloud.google.com/results/invocati build:remote --bes_timeout=600s build:remote --project_id=gvisor-rbe build:remote --remote_instance_name=projects/gvisor-rbe/instances/default_instance -build:remote3 --remote_executor=grpcs://remotebuildexecution.googleapis.com -build:remote3 --project_id=gvisor-rbe -build:remote3 --bes_backend=buildeventservice.googleapis.com -build:remote3 --bes_results_url="https://source.cloud.google.com/results/invocations" -build:remote3 --bes_timeout=600s -build:remote3 --remote_instance_name=projects/gvisor-rbe/instances/default_instance # Enable authentication. This will pick up application default credentials by # default. You can use --google_credentials=some_file.json to use a service # account credential instead. build:remote --google_default_credentials=true build:remote --auth_scope="https://www.googleapis.com/auth/cloud-source-tools" -build:remote3 --google_default_credentials=true -build:remote3 --auth_scope="https://www.googleapis.com/auth/cloud-source-tools" # Add a custom platform and toolchain that builds in a privileged docker # container, which is required by our syscall tests. @@ -52,12 +44,3 @@ build:remote --platforms=//tools/bazeldefs:rbe_ubuntu1604 build:remote --crosstool_top=@rbe_default//cc:toolchain build:remote --jobs=300 build:remote --remote_timeout=3600 - -# Identical to the above, to be removed once CI switches. -build:remote3 --host_platform=//tools/bazeldefs:rbe_ubuntu1604 -build:remote3 --extra_toolchains=//tools/bazeldefs:cc-toolchain-clang-x86_64-default -build:remote3 --extra_execution_platforms=//tools/bazeldefs:rbe_ubuntu1604 -build:remote3 --platforms=//tools/bazeldefs:rbe_ubuntu1604 -build:remote3 --crosstool_top=@rbe_default//cc:toolchain -build:remote3 --jobs=300 -build:remote3 --remote_timeout=3600 |