File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,11 @@ jobs:
23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- uses : actions/checkout@v3
26
+ # TODO(alex): add testing on Bazel 7
26
27
- id : bazel_6
27
28
run : echo "bazelversion=$(head -n 1 .bazelversion)" >> $GITHUB_OUTPUT
28
- - id : bazel_5
29
- run : echo "bazelversion=5.3.2" >> $GITHUB_OUTPUT
30
29
outputs :
31
- # Will look like ["<version from .bazelversion>", "5.3.2" ]
30
+ # Will look like ["<version from .bazelversion>", ... ]
32
31
bazelversions : ${{ toJSON(steps.*.outputs.bazelversion) }}
33
32
34
33
matrix-prep-os :
72
71
- ' e2e/smoke'
73
72
- ' e2e/worker'
74
73
exclude :
75
- # Don't test macos with Bazel 5 to minimize macOS minutes (billed at 10X)
76
- # https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions#included-storage-and-minutes
77
- - os : macos-latest
78
- bazelversion : 5.3.2
79
- # Don't test bzlmod with Bazel 5 (not supported)
80
- - bazelversion : 5.3.2
81
- bzlmodEnabled : true
82
74
# TODO
83
75
- folder : e2e/loaders
84
76
bzlmodEnabled : true
You can’t perform that action at this time.
0 commit comments