Skip to content

Commit dbb84f3

Browse files
committed
ci: switch aspect workflows
1 parent 7a20ad5 commit dbb84f3

File tree

3 files changed

+62
-6
lines changed

3 files changed

+62
-6
lines changed

.aspect/workflows/bazelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# build without the bytes
2+
common --remote_download_outputs=minimal
3+
common --nobuild_runfile_links

.aspect/workflows/config.yaml

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
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: {}

.github/workflows/ci.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)