Skip to content

Commit

Permalink
Re-add RBE platform to gerrit pipeline
Browse files Browse the repository at this point in the history
Closes bazelbuild#1820.

To correctly activate RBE platfor--remote_executor option must be
specified in gerrit.yml:

  --remote_executor=grpcs://remotebuildexecution.googleapis.com
  • Loading branch information
davido committed Dec 1, 2023
1 parent f9f27f6 commit 48c5375
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pipelines/gerrit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,17 @@ platforms:
- "--test_tag_filters=-git,-git-protocol-v2,-git-upload-archive,-ssh"
test_targets:
- "//..."
rbe_ubuntu2204:
build_flags:
- "--remote_executor=grpcs://remotebuildexecution.googleapis.com"
build_targets:
- "//:release"
- "//:api-skip-javadoc"
test_flags:
- "--config=remote"
- "--remote_executor=grpcs://remotebuildexecution.googleapis.com"
- "--experimental_remote_cache_async"
- "--experimental_remote_merkle_tree_cache"
- "--remote_download_minimal"
test_targets:
- "//..."

0 comments on commit 48c5375

Please sign in to comment.