Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 0d24f22

Browse files
jhchabranburmudar
andauthored
aw: use two different jobs for e2e and normal testing (#60356)
* Run things in sep jobs * Update .aspect/workflows/config.yaml Co-authored-by: William Bezuidenhout <william.bezuidenhout@sourcegraph.com> --------- Co-authored-by: William Bezuidenhout <william.bezuidenhout@sourcegraph.com>
1 parent 8d5e4a5 commit 0d24f22

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.aspect/workflows/config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ tasks:
3131
include_eternal_tests: true
3232
targets:
3333
- //...
34+
# exclude testing as it is executed in a seperate job
35+
- -//testing/...
36+
- test:
37+
include_eternal_tests: true
38+
targets:
39+
- //testing/...
3440
# This target should only really run when on main which we aren't handling. For the time being while we
3541
# evaluate Aspect Workflows it is ok
3642
# TODO(burmudar): Let this only run on main branch

0 commit comments

Comments
 (0)