Skip to content

Commit c859c56

Browse files
committed
add bazel 6
1 parent 2c8e3cd commit c859c56

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.aspect/workflows/config.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ workspaces:
55
label: rules_ts
66
e2e/smoke:
77
tasks:
8+
- bazel-6:
9+
queue: aspect-medium
10+
- bazel-7:
11+
queue: aspect-medium
12+
- bazel-8:
13+
queue: aspect-medium
814
- format:
915
without: true
1016
- configure:
@@ -13,6 +19,12 @@ workspaces:
1319
without: true
1420
e2e/external_dep:
1521
tasks:
22+
- bazel-6:
23+
queue: aspect-medium
24+
- bazel-7:
25+
queue: aspect-medium
26+
- bazel-8:
27+
queue: aspect-medium
1628
- format:
1729
without: true
1830
- configure:
@@ -21,6 +33,12 @@ workspaces:
2133
without: true
2234
e2e/worker:
2335
tasks:
36+
- bazel-6:
37+
queue: aspect-medium
38+
- bazel-7:
39+
queue: aspect-medium
40+
- bazel-8:
41+
queue: aspect-medium
2442
- format:
2543
without: true
2644
- configure:
@@ -29,13 +47,24 @@ workspaces:
2947
without: true
3048
e2e/test:
3149
tasks:
50+
- bazel-6:
51+
queue: aspect-medium
52+
- bazel-7:
53+
queue: aspect-medium
54+
- bazel-8:
55+
queue: aspect-medium
3256
- format:
3357
without: true
3458
- configure:
3559
without: true
3660
- buildifier:
3761
without: true
3862
tasks:
63+
- test:
64+
name: 'Test (Bazel 6.x)'
65+
id: bazel-6
66+
env:
67+
USE_BAZEL_VERSION: 6.x
3968
- test:
4069
name: 'Test (Bazel 7.x)'
4170
id: bazel-7

0 commit comments

Comments
 (0)