Skip to content

Commit ebc42a0

Browse files
committed
Bump darwin unittest timeout because it's a bit tight, and fix a gdev-cli buildbot parsing error in ci.jsonnet
1 parent 94d36ab commit ebc42a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ci.jsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
RUBYGEMS_MIRROR: "",
1818
JEKYLL_THEME_GIT: "",
1919
WEBSITE_GIT: "",
20-
STAGING_DEPLOY_CMD: [],
20+
STAGING_DEPLOY_CMD: [["echo", "1"]],
2121
GRAAL_ENTERPRISE_GIT: "",
2222
CI_OVERLAYS_GIT: "",
2323
BENCHMARK_CONFIG_GIT: "",
@@ -120,7 +120,7 @@
120120
"python-unittest": gpgate + platform_spec(no_jobs) + platform_spec({
121121
"linux:amd64:jdk21" : daily + t("01:00:00") + provide(GPY_JVM21_STANDALONE),
122122
"linux:aarch64:jdk21" : daily + t("02:00:00") + provide(GPY_JVM21_STANDALONE),
123-
"darwin:aarch64:jdk21" : daily + t("01:00:00") + provide(GPY_JVM21_STANDALONE),
123+
"darwin:aarch64:jdk21" : daily + t("01:30:00") + provide(GPY_JVM21_STANDALONE),
124124
"windows:amd64:jdk21" : daily + t("01:30:00") + provide(GPY_JVM21_STANDALONE),
125125
"linux:amd64:jdk-latest" : tier2 + require(GPY_JVM_STANDALONE),
126126
"linux:aarch64:jdk-latest" : tier3 + provide(GPY_JVM_STANDALONE),

0 commit comments

Comments
 (0)