Skip to content

Commit 7d97b48

Browse files
committed
[GR-33206] Ci: do not record file sizes for non standard vms.
PullRequest: graal/9807
2 parents f0c282b + 2d92c44 commit 7d97b48

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

vm/ci_common/common.hocon

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,6 @@ deploy_graalvm_linux_amd64: {
354354
run: [
355355
${mx_vm_installables} [--dynamicimports, "${VM_EXTRA_SUITES}", "--exclude-components="${non-product-vm-components}, graalvm-show]
356356
${mx_vm_installables} [--dynamicimports, "${VM_EXTRA_SUITES}", "--exclude-components="${non-product-vm-components}, build]
357-
${mx_vm_installables} [--dynamicimports, "${VM_EXTRA_SUITES}", "--exclude-components="${non-product-vm-components}] ${record_file_sizes}
358-
${upload_file_sizes}
359357
${mx_vm_installables} [--dynamicimports, "${VM_EXTRA_SUITES}", "--exclude-components="${non-product-vm-components}] ${maven_deploy_sdk_components}
360358
] ${collect_profiles} [
361359
${mx_vm_common} ${vm_profiles} [graalvm-show]
@@ -375,8 +373,6 @@ deploy_graalvm_linux_aarch64: {
375373
[set-export, VM_ENV, "${VM_ENV}-aarch64"]
376374
${mx_vm_installables} [--dynamicimports, "${VM_EXTRA_SUITES}", "--exclude-components="${non-product-vm-components}, graalvm-show]
377375
${mx_vm_installables} [--dynamicimports, "${VM_EXTRA_SUITES}", "--exclude-components="${non-product-vm-components}, build]
378-
${mx_vm_installables} [--dynamicimports, "${VM_EXTRA_SUITES}", "--exclude-components="${non-product-vm-components}] ${record_file_sizes}
379-
${upload_file_sizes}
380376
${mx_vm_installables} [--dynamicimports, "${VM_EXTRA_SUITES}", "--exclude-components="${non-product-vm-components}] ${maven_deploy_sdk_components}
381377
] ${collect_profiles} [
382378
${mx_vm_common} ${vm_profiles} [graalvm-show]
@@ -406,8 +402,6 @@ deploy_graalvm_installables_darwin_amd64: {
406402
run: [
407403
${mx_vm_installables} [--dynamicimports, "${VM_EXTRA_SUITES}", "--exclude-components="${non-product-vm-components}, graalvm-show]
408404
${mx_vm_installables} [--dynamicimports, "${VM_EXTRA_SUITES}", "--exclude-components="${non-product-vm-components}, build]
409-
${mx_vm_installables} [--dynamicimports, "${VM_EXTRA_SUITES}", "--exclude-components="${non-product-vm-components}] ${record_file_sizes}
410-
${upload_file_sizes}
411405
${mx_vm_installables} [--dynamicimports, "${VM_EXTRA_SUITES}", "--exclude-components="${non-product-vm-components}] ${maven_deploy_sdk_components}
412406
${notify-nexus-deploy}
413407
${notify-releaser}
@@ -433,8 +427,6 @@ deploy_graalvm_installables_windows_amd64: {
433427
[set-export, VM_ENV, "${VM_ENV}-win"]
434428
${mx_vm_installables} [--dynamicimports, "${VM_EXTRA_SUITES}", "--exclude-components="${non-product-vm-components-windows}, graalvm-show]
435429
${mx_vm_installables} [--dynamicimports, "${VM_EXTRA_SUITES}", "--exclude-components="${non-product-vm-components-windows}, build]
436-
${mx_vm_installables} [--dynamicimports, "${VM_EXTRA_SUITES}", "--exclude-components="${non-product-vm-components-windows}] ${record_file_sizes}
437-
${upload_file_sizes}
438430
${mx_vm_installables} [--dynamicimports, "${VM_EXTRA_SUITES}", "--exclude-components="${non-product-vm-components-windows}] ${maven_deploy_sdk_components}
439431
${notify-nexus-deploy}
440432
]

0 commit comments

Comments
 (0)