File tree Expand file tree Collapse file tree 3 files changed +62
-6
lines changed Expand file tree Collapse file tree 3 files changed +62
-6
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 : js
5+ label : rules_js
6+ # TODO:
7+ # e2e/loaders:
8+ # icon: bazel
9+ # tasks:
10+ # - test:
11+ # queue: aspect-medium
12+ # - format:
13+ # without: true
14+ # - buildifier:
15+ # without: true
16+ e2e/loaders_jslib :
17+ icon : bazel
18+ tasks :
19+ - test :
20+ queue : aspect-medium
21+ - format :
22+ without : true
23+ - buildifier :
24+ without : true
25+ e2e/smoke :
26+ icon : bazel
27+ tasks :
28+ - test :
29+ queue : aspect-medium
30+ - format :
31+ without : true
32+ - buildifier :
33+ without : true
34+ # TODO:
35+ # e2e/worker:
36+ # icon: bazel
37+ # tasks:
38+ # - test:
39+ # queue: aspect-medium
40+ # - format:
41+ # without: true
42+ # - buildifier:
43+ # without: true
44+ tasks :
45+ - checkout :
46+ update_strategy : rebase
47+ - test :
48+ - format :
49+ queue : aspect-medium
50+ - buildifier :
51+ queue : aspect-medium
52+ - finalization :
53+ queue : aspect-small
54+ notifications :
55+ github : {}
Original file line number Diff line number Diff line change @@ -76,12 +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
84- bzlmod : 1
79+ # bazel 7 linux tested on Aspect Workflows
80+ - os : ubuntu
81+ bazel-version :
82+ major : 7
8583
8684 steps :
8785 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments