Skip to content

Commit

Permalink
chore: test on Bazel 8 rather than Bazel 6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Oct 23, 2024
1 parent 5a211ac commit 71abbf4
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,18 @@ concurrency:

jobs:
test:
uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v6
uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v7
with:
folders: '[".", "e2e/smoke", "e2e/repository-rule-deps", "e2e/system-interpreter", "examples/uv_pip_compile"]'
# TODO: Build Windows tools and add to toolchain
# TODO(alex): switch the root folder to bzlmod
exclude: |
[
{"os": "windows-latest"},
{"folder": ".", "bazelversion": "6.4.0"},
{"folder": ".", "bzlmodEnabled": true},
{"folder": "e2e/repository-rule-deps", "bzlmodEnabled": false},
{"folder": "e2e/system-interpreter", "bzlmodEnabled": false},
{"folder": "examples/uv_pip_compile", "bzlmodEnabled": false},
{"folder": "examples/uv_pip_compile", "bazelversion": "6.4.0"},
]
verify-bcr-patches:
Expand All @@ -41,10 +39,9 @@ jobs:
- uses: actions/checkout@v4
- run: patch --dry-run -p1 < .bcr/patches/*.patch

# TODO(alex): enable after next release. Matt will yell at you if you forget.
# test-release:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - working-directory: e2e/use_release
# run: ./minimal_download_test.sh
test-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- working-directory: e2e/use_release
run: ./minimal_download_test.sh

0 comments on commit 71abbf4

Please sign in to comment.