Skip to content

Commit e5dd84b

Browse files
committed
move compiler bootstrap gates to dailies
1 parent c7cf7d4 commit e5dd84b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

compiler/ci/ci_common/gate.jsonnet

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -260,12 +260,7 @@
260260
"gate-compiler-benchmarktest_zgc-labsjdk-latest-linux-amd64": {},
261261

262262
"gate-compiler-truffle_xcomp-labsjdk-latest-linux-amd64": t("1:30:00"),
263-
"gate-compiler-truffle_xcomp_zgc-labsjdk-latest-linux-amd64": t("1:30:00"),
264-
265-
"gate-compiler-bootstrap_lite-labsjdk-latest-darwin-amd64": t("1:00:00"),
266-
267-
"gate-compiler-bootstrap_full-labsjdk-latest-linux-amd64": s.many_cores,
268-
"gate-compiler-bootstrap_full_zgc-labsjdk-latest-linux-amd64": s.many_cores
263+
"gate-compiler-truffle_xcomp_zgc-labsjdk-latest-linux-amd64": t("1:30:00")
269264
},
270265

271266
# This map defines the builders that run as gates. Each key in this map
@@ -287,6 +282,11 @@
287282
"daily-compiler-ctw_economy-labsjdk-latest-linux-aarch64": {},
288283
"daily-compiler-ctw_economy-labsjdk-latest-darwin-amd64": {},
289284
"daily-compiler-ctw_economy-labsjdk-latest-darwin-aarch64": {},
285+
286+
"daily-compiler-bootstrap_lite-labsjdk-latest-darwin-amd64": t("1:00:00"),
287+
288+
"daily-compiler-bootstrap_full-labsjdk-latest-linux-amd64": s.many_cores,
289+
"daily-compiler-bootstrap_full_zgc-labsjdk-latest-linux-amd64": s.many_cores
290290
} + $.as_dailies(gate_jobs),
291291

292292
# This map defines the builders that run weekly. Each key in this map

0 commit comments

Comments
 (0)