Skip to content

Commit

Permalink
Add additional platforms to gerrit pipelines: RBE and fedora39
Browse files Browse the repository at this point in the history
Closes bazelbuild#1072.

We have seen multiple breakages on RBE platforms and modern C++
toolchains. To prevent potential breakages and/or to detect them
earlier we are adding those new platforms to the gerrit pipeline.
  • Loading branch information
davido committed Nov 22, 2023
1 parent 549be5e commit b4f910e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pipelines/gerrit.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
---
platforms:
fedora39:
build_targets:
- "//:release"
- "//:api"
test_targets:
- "//..."
ubuntu2204:
shell_commands:
- "sudo apt -y update && sudo apt -y install openssh-client"
Expand All @@ -14,3 +20,13 @@ platforms:
- "//:api"
test_targets:
- "//..."
rbe_ubuntu2204:
shell_commands:
- "sudo apt -y update && sudo apt -y install openssh-client"
build_targets:
- "//:release"
- "//:api-skip-javadocs"
test_flags:
- "--config=remote"
test_targets:
- "//..."

0 comments on commit b4f910e

Please sign in to comment.