Skip to content

Commit d077c41

Browse files
Make espresso native standalone deploy daily on linux-amd64
1 parent 925e499 commit d077c41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vm/ci/ci_common/common-runspec.jsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,15 +238,15 @@ local evaluate_late(key, object) = task_spec(run_spec.evaluate_late({key:object}
238238
#
239239
"vm-espresso": mx_env + deploy_graalvm_espresso() + espresso_java_home(21) + default_os_arch_jdk_mixin + platform_spec(no_jobs) + (
240240
if vm.deploy_espress_standalone then platform_spec({
241-
"linux:amd64:jdk-latest": weekly,
241+
"linux:amd64:jdk-latest": daily,
242242
"linux:aarch64:jdk-latest": weekly,
243243
"darwin:amd64:jdk-latest": weekly,
244244
"darwin:aarch64:jdk-latest": weekly,
245245
"windows:amd64:jdk-latest": weekly,
246246
}) else {}),
247247
"vm-espresso-g1": mx_env + deploy_graalvm_espresso(with_g1=true) + espresso_java_home(21) + default_os_arch_jdk_mixin + platform_spec(no_jobs) + (
248248
if vm.deploy_espress_standalone && vm.edition == 'ee' then platform_spec({
249-
"linux:amd64:jdk-latest": weekly,
249+
"linux:amd64:jdk-latest": daily,
250250
"linux:aarch64:jdk-latest": weekly,
251251
}) else {}),
252252
},

0 commit comments

Comments
 (0)