Skip to content

Commit 20011b9

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

File tree

3 files changed

+52
-5
lines changed

3 files changed

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

.github/workflows/ci.yaml

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

0 commit comments

Comments
 (0)