Skip to content

Commit bf9983a

Browse files
soufianenassihaelmassa
authored andcommitted
Remove notify nexus deploy call.
(cherry picked from commit d9a4fd8)
1 parent 44ffa7e commit bf9983a

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

ci-resources.libsonnet

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
ol8_bench_image: "<ol8_bench_image>",
88
benchmarking_config_repo: "<benchmarking_config_repo>",
9-
10-
notify_nexus_deploy: ["<notify_nexus_deploy>"],
119
notify_releaser_service: ["<notify_releaser_service>"],
1210
nexus_base_url: "<nexus_base_url>"
1311
}

vm/ci_common/common.jsonnet

-9
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,6 @@ local devkits = common_json.devkits;
510510
$.mx_vm_common + vm.vm_profiles + $.record_file_sizes,
511511
$.upload_file_sizes,
512512
$.mx_vm_common + vm.vm_profiles + $.maven_deploy_sdk_base,
513-
self.ci_resources.infra.notify_nexus_deploy,
514513
['set-export', 'GRAALVM_HOME', $.mx_vm_common + ['--quiet', '--no-warning', 'graalvm-home']],
515514
] + $.create_releaser_notifier_artifact + $.check_base_graalvm_image("linux", "amd64", java_version) + [
516515
['set-export', 'GRAALVM_HOME', $.mx_vm_installables + ['--quiet', '--no-warning', 'graalvm-home']],
@@ -531,7 +530,6 @@ local devkits = common_json.devkits;
531530
$.mx_vm_common + vm.vm_profiles + $.record_file_sizes,
532531
$.upload_file_sizes,
533532
$.mx_vm_common + vm.vm_profiles + $.maven_deploy_sdk_base,
534-
self.ci_resources.infra.notify_nexus_deploy,
535533
] + $.create_releaser_notifier_artifact + $.check_base_graalvm_image("linux", "aarch64", java_version) + [
536534
['set-export', 'GRAALVM_HOME', $.mx_vm_installables + ['--quiet', '--no-warning', 'graalvm-home']],
537535
] + vm.check_graalvm_complete_build($.mx_vm_installables, "linux", "aarch64", java_version),
@@ -544,7 +542,6 @@ local devkits = common_json.devkits;
544542
$.mx_vm_common + vm.vm_profiles + $.record_file_sizes,
545543
$.upload_file_sizes,
546544
$.mx_vm_common + vm.vm_profiles + $.maven_deploy_sdk_base,
547-
self.ci_resources.infra.notify_nexus_deploy,
548545
] + $.create_releaser_notifier_artifact + $.check_base_graalvm_image("darwin", "amd64", java_version),
549546
notify_groups:: ['deploy'],
550547
timelimit: '1:45:00',
@@ -556,7 +553,6 @@ local devkits = common_json.devkits;
556553
$.mx_vm_installables + ['build'],
557554
['set-export', 'GRAALVM_HOME', $.mx_vm_installables + ['--quiet', '--no-warning', 'graalvm-home']],
558555
$.mx_vm_installables + $.maven_deploy_sdk_components,
559-
self.ci_resources.infra.notify_nexus_deploy,
560556
$.mx_vm_installables + $.record_file_sizes,
561557
$.upload_file_sizes,
562558
] + $.create_releaser_notifier_artifact + vm.check_graalvm_complete_build($.mx_vm_installables, "darwin", "amd64", java_version),
@@ -569,7 +565,6 @@ local devkits = common_json.devkits;
569565
$.mx_vm_common + vm.vm_profiles + $.record_file_sizes,
570566
$.upload_file_sizes,
571567
$.mx_vm_common + vm.vm_profiles + $.maven_deploy_sdk_base,
572-
self.ci_resources.infra.notify_nexus_deploy,
573568
] + $.create_releaser_notifier_artifact + $.check_base_graalvm_image("darwin", "aarch64", java_version),
574569
notify_emails+: ['[email protected]', '[email protected]'],
575570
timelimit: '1:45:00',
@@ -581,7 +576,6 @@ local devkits = common_json.devkits;
581576
$.mx_vm_installables + ['build'],
582577
['set-export', 'GRAALVM_HOME', $.mx_vm_installables + ['--quiet', '--no-warning', 'graalvm-home']],
583578
$.mx_vm_installables + $.maven_deploy_sdk_components,
584-
self.ci_resources.infra.notify_nexus_deploy,
585579
$.mx_vm_installables + $.record_file_sizes,
586580
$.upload_file_sizes,
587581
] + $.create_releaser_notifier_artifact + vm.check_graalvm_complete_build($.mx_vm_installables, "darwin", "aarch64", java_version),
@@ -594,7 +588,6 @@ local devkits = common_json.devkits;
594588
$.mx_vm_common + vm.vm_profiles + $.record_file_sizes,
595589
$.upload_file_sizes,
596590
$.mx_vm_common + vm.vm_profiles + $.maven_deploy_sdk_base,
597-
self.ci_resources.infra.notify_nexus_deploy,
598591
] + $.create_releaser_notifier_artifact + $.check_base_graalvm_image("windows", "amd64", java_version),
599592
notify_groups:: ['deploy'],
600593
timelimit: '1:30:00',
@@ -606,7 +599,6 @@ local devkits = common_json.devkits;
606599
$.mx_vm_installables + ['build'],
607600
['set-export', 'GRAALVM_HOME', $.mx_vm_installables + ['--quiet', '--no-warning', 'graalvm-home']],
608601
$.mx_vm_installables + $.maven_deploy_sdk_components,
609-
self.ci_resources.infra.notify_nexus_deploy,
610602
$.mx_vm_installables + $.record_file_sizes,
611603
$.upload_file_sizes,
612604
] + $.create_releaser_notifier_artifact + vm.check_graalvm_complete_build($.mx_vm_installables, "windows", "amd64", java_version),
@@ -619,7 +611,6 @@ local devkits = common_json.devkits;
619611
['set-export', 'VM_ENV', "${VM_ENV}-ruby"],
620612
] + $.build_base_graalvm_image + [
621613
$.mx_vm_common + vm.vm_profiles + $.maven_deploy_sdk_base,
622-
self.ci_resources.infra.notify_nexus_deploy,
623614
['set-export', 'GRAALVM_HOME', $.mx_vm_common + ['--quiet', '--no-warning', 'graalvm-home']],
624615
] + $.create_releaser_notifier_artifact,
625616
notify_groups:: ['deploy', 'ruby'],

0 commit comments

Comments
 (0)