Skip to content

Commit

Permalink
Add 7.x WORKSPACE to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Dec 7, 2024
1 parent 5f7d38d commit 78d1633
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ tasks:
bazel: latest
<<: *common

macos_latest:
name: "7.x WORKSPACE"
bazel: latest
<<: *common
build_flags:
- --enable_bzlmod=false
test_flags:
- --test_tag_filters=-skipci
- --enable_bzlmod=false

macos_last_rc:
name: "Last RC Bazel"
bazel: last_rc
Expand Down

0 comments on commit 78d1633

Please sign in to comment.