Skip to content

Commit 67ce159

Browse files
committed
[GR-66020] Deploy GraalVMs only for JDK-latest.
PullRequest: graal/21120
2 parents 5830ef6 + b9655d6 commit 67ce159

File tree

2 files changed

+0
-27
lines changed

2 files changed

+0
-27
lines changed

vm/ci/ci_common/common-runspec.jsonnet

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -223,17 +223,10 @@ local evaluate_late(key, object) = task_spec(run_spec.evaluate_late({key:object}
223223
# NOTE: After adding or removing deploy jobs, please make sure you modify ce-release-artifacts.json accordingly.
224224
#
225225
"vm-base": mx_env + deploy_graalvm_base + default_os_arch_jdk_mixin + platform_spec(no_jobs) + platform_spec({
226-
"linux:amd64:jdk21": weekly,
227226
"linux:amd64:jdk-latest": post_merge,
228-
"linux:aarch64:jdk21": weekly + capabilities('!xgene3') + timelimit('1:30:00'),
229227
"linux:aarch64:jdk-latest": daily + capabilities('!xgene3') + timelimit('1:30:00'),
230-
231-
"darwin:amd64:jdk21": weekly,
232228
"darwin:amd64:jdk-latest": daily,
233-
"darwin:aarch64:jdk21": weekly + timelimit('1:45:00') + notify_emails('[email protected]'),
234229
"darwin:aarch64:jdk-latest": daily + timelimit('1:45:00') + notify_emails('[email protected]'),
235-
236-
"windows:amd64:jdk21": weekly + timelimit('1:30:00'),
237230
"windows:amd64:jdk-latest": daily + timelimit('1:30:00'),
238231
}),
239232
},

vm/ci/ci_includes/vm.jsonnet

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -66,25 +66,6 @@ local graal_common = import '../../../ci/ci_common/common.jsonnet';
6666
notify_groups:: ['deploy'],
6767
},
6868

69-
vm_notifier_weekly: vm_common.vm_base('linux', 'amd64', 'weekly', deploy=true) + {
70-
name: 'weekly-deploy-vm-notifier-linux-amd64',
71-
packages+: {
72-
curl: '==7.50.1',
73-
},
74-
run+: [
75-
['test', ['git', 'rev-parse', '--abbrev-ref', 'HEAD'], '!=', 'master', '||'] + self.ci_resources.infra.notify_indexer_service('java21', 'ce'),
76-
],
77-
runAfter: [
78-
'daily-deploy-vm-maven-linux-amd64',
79-
'weekly-deploy-vm-base-java21-darwin-aarch64',
80-
'weekly-deploy-vm-base-java21-darwin-amd64',
81-
'weekly-deploy-vm-base-java21-linux-aarch64',
82-
'weekly-deploy-vm-base-java21-linux-amd64',
83-
'weekly-deploy-vm-base-java21-windows-amd64',
84-
],
85-
notify_groups:: ['deploy'],
86-
},
87-
8869
maven_deploy_base_functions: {
8970
edition:: vm.edition,
9071

@@ -211,7 +192,6 @@ local graal_common = import '../../../ci/ci_common/common.jsonnet';
211192
vm_common.deploy_vm_standalones_javaLatest_windows_amd64,
212193
# Trigger the releaser service and notify the indexer
213194
self.vm_notifier_daily,
214-
self.vm_notifier_weekly,
215195
],
216196

217197
builds: [vm_common.verify_name(b) for b in vm_common.builds + vm_common_runspec.builds + vm_common_bench.builds + vm_bench.builds + vm_native.builds + utils.add_defined_in(builds, std.thisFile)],

0 commit comments

Comments
 (0)