|
13 | 13 | local regex_gate = regex_common + common.deps.eclipse + common.deps.jdt + common.deps.spotbugs + {
|
14 | 14 | name: 'gate-regex-' + self.jdk_name,
|
15 | 15 | run: [["mx", "--strict-compliance", "gate", "--strict-mode"]],
|
16 |
| - targets: ["gate"], |
17 | 16 | },
|
18 | 17 |
|
19 |
| - local regex_gate_lite = regex_common + galahad.exclude { |
| 18 | + local regex_gate_lite = regex_common + galahad.exclude + { |
20 | 19 | name: 'weekly-regex-mac-lite-' + self.jdk_name,
|
21 | 20 | run: [
|
22 | 21 | ["mx", "build"],
|
23 | 22 | ["mx", "unittest", "--verbose", "com.oracle.truffle.regex"],
|
24 | 23 | ],
|
25 | 24 | notify_groups:: ["regex"],
|
26 |
| - targets: ["weekly"], |
27 | 25 | },
|
28 | 26 |
|
29 | 27 | local regex_downstream_js = regex_common + {
|
|
38 | 36 | ["mx", "sversions"],
|
39 | 37 | ["mx", "gate", "--no-warning-as-error", "--all-suites", "--tags", "build,Test262-default,TestV8-default,regex"],
|
40 | 38 | ],
|
41 |
| - targets: ["gate"], |
42 | 39 | },
|
43 | 40 |
|
44 | 41 | local regex_coverage = regex_common + {
|
|
56 | 53 |
|
57 | 54 | local _builds = [utils.add_gate_predicate(b, ["sdk", "truffle", "regex", "compiler", "vm", "substratevm"]) for b in std.flattenArrays([
|
58 | 55 | [
|
59 |
| - common.linux_amd64 + jdk + regex_gate, |
60 |
| - common.linux_amd64 + jdk + regex_downstream_js, |
61 |
| - common.darwin_aarch64 + jdk + regex_gate_lite, |
| 56 | + common.linux_amd64 + jdk + common.tier1 + regex_gate, |
| 57 | + common.linux_amd64 + jdk + common.tier3 + regex_downstream_js, |
| 58 | + common.darwin_aarch64 + jdk + common.weekly + regex_gate_lite, |
62 | 59 | ] for jdk in [
|
63 | 60 | common.labsjdkLatest,
|
64 | 61 | ]
|
|
0 commit comments