@@ -510,7 +510,6 @@ local devkits = common_json.devkits;
510
510
$.mx_vm_common + vm.vm_profiles + $.record_file_sizes,
511
511
$.upload_file_sizes,
512
512
$.mx_vm_common + vm.vm_profiles + $.maven_deploy_sdk_base,
513
- self .ci_resources.infra.notify_nexus_deploy,
514
513
['set-export' , 'GRAALVM_HOME' , $.mx_vm_common + ['--quiet' , '--no-warning' , 'graalvm-home' ]],
515
514
] + $.create_releaser_notifier_artifact + $.check_base_graalvm_image("linux" , "amd64" , java_version) + [
516
515
['set-export' , 'GRAALVM_HOME' , $.mx_vm_installables + ['--quiet' , '--no-warning' , 'graalvm-home' ]],
@@ -531,7 +530,6 @@ local devkits = common_json.devkits;
531
530
$.mx_vm_common + vm.vm_profiles + $.record_file_sizes,
532
531
$.upload_file_sizes,
533
532
$.mx_vm_common + vm.vm_profiles + $.maven_deploy_sdk_base,
534
- self .ci_resources.infra.notify_nexus_deploy,
535
533
] + $.create_releaser_notifier_artifact + $.check_base_graalvm_image("linux" , "aarch64" , java_version) + [
536
534
['set-export' , 'GRAALVM_HOME' , $.mx_vm_installables + ['--quiet' , '--no-warning' , 'graalvm-home' ]],
537
535
] + vm.check_graalvm_complete_build($.mx_vm_installables, "linux" , "aarch64" , java_version),
@@ -544,7 +542,6 @@ local devkits = common_json.devkits;
544
542
$.mx_vm_common + vm.vm_profiles + $.record_file_sizes,
545
543
$.upload_file_sizes,
546
544
$.mx_vm_common + vm.vm_profiles + $.maven_deploy_sdk_base,
547
- self .ci_resources.infra.notify_nexus_deploy,
548
545
] + $.create_releaser_notifier_artifact + $.check_base_graalvm_image("darwin" , "amd64" , java_version),
549
546
notify_groups:: ['deploy' ],
550
547
timelimit: '1:45:00' ,
@@ -556,7 +553,6 @@ local devkits = common_json.devkits;
556
553
$.mx_vm_installables + ['build' ],
557
554
['set-export' , 'GRAALVM_HOME' , $.mx_vm_installables + ['--quiet' , '--no-warning' , 'graalvm-home' ]],
558
555
$.mx_vm_installables + $.maven_deploy_sdk_components,
559
- self .ci_resources.infra.notify_nexus_deploy,
560
556
$.mx_vm_installables + $.record_file_sizes,
561
557
$.upload_file_sizes,
562
558
] + $.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;
569
565
$.mx_vm_common + vm.vm_profiles + $.record_file_sizes,
570
566
$.upload_file_sizes,
571
567
$.mx_vm_common + vm.vm_profiles + $.maven_deploy_sdk_base,
572
- self .ci_resources.infra.notify_nexus_deploy,
573
568
] + $.create_releaser_notifier_artifact + $.check_base_graalvm_image("darwin" , "aarch64" , java_version),
574
569
575
570
timelimit: '1:45:00' ,
@@ -581,7 +576,6 @@ local devkits = common_json.devkits;
581
576
$.mx_vm_installables + ['build' ],
582
577
['set-export' , 'GRAALVM_HOME' , $.mx_vm_installables + ['--quiet' , '--no-warning' , 'graalvm-home' ]],
583
578
$.mx_vm_installables + $.maven_deploy_sdk_components,
584
- self .ci_resources.infra.notify_nexus_deploy,
585
579
$.mx_vm_installables + $.record_file_sizes,
586
580
$.upload_file_sizes,
587
581
] + $.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;
594
588
$.mx_vm_common + vm.vm_profiles + $.record_file_sizes,
595
589
$.upload_file_sizes,
596
590
$.mx_vm_common + vm.vm_profiles + $.maven_deploy_sdk_base,
597
- self .ci_resources.infra.notify_nexus_deploy,
598
591
] + $.create_releaser_notifier_artifact + $.check_base_graalvm_image("windows" , "amd64" , java_version),
599
592
notify_groups:: ['deploy' ],
600
593
timelimit: '1:30:00' ,
@@ -606,7 +599,6 @@ local devkits = common_json.devkits;
606
599
$.mx_vm_installables + ['build' ],
607
600
['set-export' , 'GRAALVM_HOME' , $.mx_vm_installables + ['--quiet' , '--no-warning' , 'graalvm-home' ]],
608
601
$.mx_vm_installables + $.maven_deploy_sdk_components,
609
- self .ci_resources.infra.notify_nexus_deploy,
610
602
$.mx_vm_installables + $.record_file_sizes,
611
603
$.upload_file_sizes,
612
604
] + $.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;
619
611
['set-export' , 'VM_ENV' , "${VM_ENV}-ruby" ],
620
612
] + $.build_base_graalvm_image + [
621
613
$.mx_vm_common + vm.vm_profiles + $.maven_deploy_sdk_base,
622
- self .ci_resources.infra.notify_nexus_deploy,
623
614
['set-export' , 'GRAALVM_HOME' , $.mx_vm_common + ['--quiet' , '--no-warning' , 'graalvm-home' ]],
624
615
] + $.create_releaser_notifier_artifact,
625
616
notify_groups:: ['deploy' , 'ruby' ],
0 commit comments