File tree Expand file tree Collapse file tree 3 files changed +52
-5
lines changed Expand file tree Collapse file tree 3 files changed +52
-5
lines changed Original file line number Diff line number Diff line change 1+ # build without the bytes
2+ common --remote_download_outputs=minimal
3+ common --nobuild_runfile_links
Original file line number Diff line number Diff line change 1+ # See https://docs.aspect.build/workflows/configuration
2+ workspaces :
3+ . :
4+ icon : webpack
5+ label : rules_webpack
6+ # TODO:
7+ # e2e/loaders:
8+ # icon: bazel
9+ # tasks:
10+ # - test:
11+ # queue: aspect-medium
12+ # - buildifier:
13+ # without: true
14+ e2e/loaders_jslib :
15+ icon : bazel
16+ tasks :
17+ - test :
18+ queue : aspect-medium
19+ - buildifier :
20+ without : true
21+ e2e/smoke :
22+ icon : bazel
23+ tasks :
24+ - test :
25+ queue : aspect-medium
26+ - buildifier :
27+ without : true
28+ # TODO:
29+ # e2e/worker:
30+ # icon: bazel
31+ # tasks:
32+ # - test:
33+ # queue: aspect-medium
34+ # - buildifier:
35+ # without: true
36+ tasks :
37+ - checkout :
38+ update_strategy : rebase
39+ - test :
40+ - buildifier :
41+ queue : aspect-medium
42+ - finalization :
43+ queue : aspect-small
44+ notifications :
45+ github : {}
Original file line number Diff line number Diff line change @@ -76,11 +76,10 @@ jobs:
7676 - os : windows
7777 bazel-version :
7878 major : 6
79- # TODO
80- - folder : e2e/loaders
81- bzlmod : 1
82- # TODO
83- - folder : e2e/worker
79+ # bazel 7 linux tested on Aspect Workflows
80+ - os : ubuntu
81+ bazel-version :
82+ major : 7
8483 bzlmod : 1
8584
8685 steps :
You can’t perform that action at this time.
0 commit comments