Skip to content

Commit

Permalink
Fix RBE platform for gerrit pipeline (#1829)
Browse files Browse the repository at this point in the history
Closes #1820.
  • Loading branch information
davido authored Dec 2, 2023
1 parent f3bbfcc commit a0de8c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pipelines/gerrit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@ platforms:
rbe_ubuntu2204:
build_flags:
- "--config=remote"
- "--remote_instance_name=projects/bazel-untrusted/instances/default_instance"
- "--remote_executor=grpcs://remotebuildexecution.googleapis.com"
build_targets:
- "//:release"
- "//:api-skip-javadoc"
test_flags:
- "--config=remote"
- "--remote_instance_name=projects/bazel-untrusted/instances/default_instance"
- "--remote_executor=grpcs://remotebuildexecution.googleapis.com"
- "--experimental_remote_cache_async"
- "--experimental_remote_merkle_tree_cache"
Expand Down

0 comments on commit a0de8c9

Please sign in to comment.