@@ -99,10 +99,8 @@ build:remote --define=EXECUTOR=remote
99
99
# Setup the remote build execution servers.
100
100
build:remote --remote_cache=remotebuildexecution.googleapis.com
101
101
build:remote --remote_executor=remotebuildexecution.googleapis.com
102
- build:remote --tls_enabled=true
103
- build:remote --auth_enabled=true
104
- build:remote --remote_timeout=3600
105
- build:remote --jobs=50
102
+ build:remote --remote_timeout=600
103
+ build:remote --jobs=150
106
104
107
105
# Setup the toolchain and platform for the remote build execution. The platform
108
106
# is automatically configured by the "rbe_autoconfig" rule in the project workpsace.
@@ -117,11 +115,6 @@ build:remote --extra_execution_platforms=//tools:rbe_ubuntu1604-angular
117
115
build:remote --host_platform=//tools:rbe_ubuntu1604-angular
118
116
build:remote --platforms=//tools:rbe_ubuntu1604-angular
119
117
120
- # Setup Build Event Service
121
- build:remote --bes_backend=buildeventservice.googleapis.com
122
- build:remote --bes_timeout=30s
123
- build:remote --bes_results_url="https://source.cloud.google.com/results/invocations/"
124
-
125
118
# Set remote caching settings
126
119
build:remote --remote_accept_cached=true
127
120
@@ -130,15 +123,14 @@ build:remote --remote_accept_cached=true
130
123
build:remote --cpu=k8
131
124
build:remote --host_cpu=k8
132
125
126
+ # Set up authentication mechanism for RBE
127
+ build:remote --google_default_credentials
128
+
133
129
###############################
134
130
# NodeJS rules settings
135
131
# These settings are required for rules_nodejs
136
132
###############################
137
133
138
- # Turn on managed directories feature in Bazel
139
- # This allows us to avoid installing a second copy of node_modules
140
- common --experimental_allow_incremental_repository_updates
141
-
142
134
####################################################
143
135
# User bazel configuration
144
136
# NOTE: This needs to be the *last* entry in the config.
@@ -150,4 +142,4 @@ try-import .bazelrc.user
150
142
151
143
# Enable runfiles even on Windows.
152
144
# Architect resolves output files from data files, and this isn't possible without runfile support.
153
- test --enable_runfiles
145
+ test --enable_runfiles
0 commit comments