Skip to content

Commit c40af7c

Browse files
committed
chore: enable aspect workflows for more Bazel versions
1 parent 3f235f2 commit c40af7c

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

.aspect/workflows/config.yaml

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
# See https://docs.aspect.build/workflows/configuration
22
workspaces:
33
.:
4-
icon: ts
5-
label: rules_ts
6-
tasks:
7-
- test:
84
e2e/smoke:
95
tasks:
10-
- test:
11-
queue: aspect-medium
126
- format:
137
without: true
148
- configure:
@@ -17,8 +11,6 @@ workspaces:
1711
without: true
1812
e2e/external_dep:
1913
tasks:
20-
- test:
21-
queue: aspect-medium
2214
- format:
2315
without: true
2416
- configure:
@@ -27,8 +19,6 @@ workspaces:
2719
without: true
2820
e2e/worker:
2921
tasks:
30-
- test:
31-
queue: aspect-medium
3222
- format:
3323
without: true
3424
- configure:
@@ -37,8 +27,6 @@ workspaces:
3727
without: true
3828
e2e/test:
3929
tasks:
40-
- test:
41-
queue: aspect-medium
4230
- format:
4331
without: true
4432
- configure:
@@ -47,6 +35,24 @@ workspaces:
4735
without: true
4836
tasks:
4937
- test:
38+
name: 'Test (Bazel 6.x)'
39+
id: bazel-6
40+
bazel:
41+
flags:
42+
- --enable_bzlmod
43+
- --test_tag_filters=-broken-on-bazel6
44+
env:
45+
USE_BAZEL_VERSION: 6.x
46+
- test:
47+
name: 'Test (Bazel 7.x)'
48+
id: bazel-7
49+
env:
50+
USE_BAZEL_VERSION: 7.x
51+
- test:
52+
name: 'Test (Bazel 8.x)'
53+
id: bazel-8
54+
env:
55+
USE_BAZEL_VERSION: 8.x
5056
- format:
5157
queue: aspect-medium
5258
use_args_file: false

0 commit comments

Comments
 (0)