-
Notifications
You must be signed in to change notification settings - Fork 316
/
Copy pathaspect.yml
46 lines (46 loc) · 1.35 KB
/
aspect.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
tasks:
Aspect-OSS-oldest-stable:
name: Aspect Tests for IJ OSS Oldest Stable
platform: ubuntu2204
build_flags:
- --define=ij_product=intellij-oss-oldest-stable
build_targets:
- //aspect:aspect_files
test_flags:
- --define=ij_product=intellij-oss-oldest-stable
- --test_output=errors
- --notrim_test_configuration
test_targets:
- //aspect/testing/...
skip_use_bazel_version_for_test: true
Aspect-OSS-latest-stable:
name: Aspect Tests for IJ OSS Latest Stable
platform: ubuntu2204
build_flags:
- --define=ij_product=intellij-oss-latest-stable
build_targets:
- //aspect:aspect_files
test_flags:
- --define=ij_product=intellij-oss-latest-stable
- --test_output=errors
- --notrim_test_configuration
test_targets:
- //aspect/testing/...
skip_use_bazel_version_for_test: true
Aspect-OSS-under-dev:
name: Aspect Tests for IJ OSS Under Development
platform: ubuntu2204
build_flags:
- --define=ij_product=intellij-oss-under-dev
build_targets:
- //aspect:aspect_files
test_flags:
- --define=ij_product=intellij-oss-under-dev
- --test_output=errors
- --notrim_test_configuration
test_targets:
- //aspect/testing/...
soft_fail:
- exit_status: 1
skip_use_bazel_version_for_test: true