File tree Expand file tree Collapse file tree 1 file changed +18
-12
lines changed Expand file tree Collapse file tree 1 file changed +18
-12
lines changed Original file line number Diff line number Diff line change 11# See https://docs.aspect.build/workflows/configuration
22workspaces :
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
4836tasks :
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
You can’t perform that action at this time.
0 commit comments