Re: [PR] server: set VirtualMachineTO arch from template if present [cloudstack]
weizhouapache merged PR #11530: URL: https://github.com/apache/cloudstack/pull/11530 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [PR] server: set VirtualMachineTO arch from template if present [cloudstack]
weizhouapache commented on PR #11530: URL: https://github.com/apache/cloudstack/pull/11530#issuecomment-3324400543 verified OK the arch in StartCommand is correct -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [PR] server: set VirtualMachineTO arch from template if present [cloudstack]
blueorangutan commented on PR #11530: URL: https://github.com/apache/cloudstack/pull/11530#issuecomment-3326872406 [SF] Trillian test result (tid-14429) Environment: kvm-ol8 (x2), zone: Advanced Networking with Mgmt server ol8 Total time taken: 56414 seconds Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr11530-t14429-kvm-ol8.zip Smoke tests completed. 141 look OK, 0 have errors, 0 did not run Only failed and skipped tests results shown below: Test | Result | Time (s) | Test File --- | --- | --- | --- -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [PR] server: set VirtualMachineTO arch from template if present [cloudstack]
blueorangutan commented on PR #11530: URL: https://github.com/apache/cloudstack/pull/11530#issuecomment-3324282793 @weizhouapache a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [PR] server: set VirtualMachineTO arch from template if present [cloudstack]
blueorangutan commented on PR #11530: URL: https://github.com/apache/cloudstack/pull/11530#issuecomment-3323931886 @weizhouapache a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [PR] server: set VirtualMachineTO arch from template if present [cloudstack]
weizhouapache commented on PR #11530: URL: https://github.com/apache/cloudstack/pull/11530#issuecomment-3324280553 @blueorangutan test -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [PR] server: set VirtualMachineTO arch from template if present [cloudstack]
blueorangutan commented on PR #11530: URL: https://github.com/apache/cloudstack/pull/11530#issuecomment-3324218162 Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 15148 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [PR] server: set VirtualMachineTO arch from template if present [cloudstack]
weizhouapache commented on PR #11530: URL: https://github.com/apache/cloudstack/pull/11530#issuecomment-3323928594 @blueorangutan package -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [PR] server: set VirtualMachineTO arch from template if present [cloudstack]
weizhouapache commented on PR #11530: URL: https://github.com/apache/cloudstack/pull/11530#issuecomment-3323680114 @shwstppr I checked the source code and found something - for aarch64, admin needs to add guest.cpu.arch=aarch64 in agent.properties - many vm configurations (cpu arch, machine type, disk type, etc) are based on the value of guest.cpu.arch - the arch in vmTO is used only if guest.cpu.arch is not set I think this PR makes sense, but it does not really fix any issues. For aarch64 hosts, user still have to configure `guest.cpu.arch` in agent.properties -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [PR] server: set VirtualMachineTO arch from template if present [cloudstack]
blueorangutan commented on PR #11530: URL: https://github.com/apache/cloudstack/pull/11530#issuecomment-3264086612 [SF] Trillian test result (tid-14229) Environment: kvm-ol8 (x2), zone: Advanced Networking with Mgmt server ol8 Total time taken: 56086 seconds Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr11530-t14229-kvm-ol8.zip Smoke tests completed. 140 look OK, 1 have errors, 0 did not run Only failed and skipped tests results shown below: Test | Result | Time (s) | Test File --- | --- | --- | --- test_01_deployVMInSharedNetwork | `Failure` | 337.02 | test_network.py -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [PR] server: set VirtualMachineTO arch from template if present [cloudstack]
shwstppr commented on PR #11530: URL: https://github.com/apache/cloudstack/pull/11530#issuecomment-3261598945 @blueorangutan package -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [PR] server: set VirtualMachineTO arch from template if present [cloudstack]
blueorangutan commented on PR #11530: URL: https://github.com/apache/cloudstack/pull/11530#issuecomment-3263483240 @shwstppr a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [PR] server: set VirtualMachineTO arch from template if present [cloudstack]
shwstppr commented on PR #11530: URL: https://github.com/apache/cloudstack/pull/11530#issuecomment-3263481803 @blueorangutan test -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [PR] server: set VirtualMachineTO arch from template if present [cloudstack]
blueorangutan commented on PR #11530: URL: https://github.com/apache/cloudstack/pull/11530#issuecomment-3261604097 @shwstppr a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [PR] server: set VirtualMachineTO arch from template if present [cloudstack]
blueorangutan commented on PR #11530: URL: https://github.com/apache/cloudstack/pull/11530#issuecomment-3261744971 Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 14880 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [PR] server: set VirtualMachineTO arch from template if present [cloudstack]
blueorangutan commented on PR #11530: URL: https://github.com/apache/cloudstack/pull/11530#issuecomment-3248358002 [SF] Trillian test result (tid-14195) Environment: kvm-ol8 (x2), zone: Advanced Networking with Mgmt server ol8 Total time taken: 667 seconds Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr11530-t14195-kvm-ol8.zip Smoke tests completed. 0 look OK, 0 have errors, 141 did not run Only failed and skipped tests results shown below: Test | Result | Time (s) | Test File --- | --- | --- | --- all_test_2fa | `Skipped` | --- | test_2fa.py all_test_account_access | `Skipped` | --- | test_account_access.py all_test_accounts | `Skipped` | --- | test_accounts.py all_test_affinity_groups_projects | `Skipped` | --- | test_affinity_groups_projects.py all_test_affinity_groups | `Skipped` | --- | test_affinity_groups.py all_test_annotations | `Skipped` | --- | test_annotations.py all_test_async_job | `Skipped` | --- | test_async_job.py all_test_attach_multiple_volumes | `Skipped` | --- | test_attach_multiple_volumes.py all_test_backup_recovery_dummy | `Skipped` | --- | test_backup_recovery_dummy.py all_test_backup_recovery_veeam | `Skipped` | --- | test_backup_recovery_veeam.py all_test_bucket | `Skipped` | --- | test_bucket.py all_test_certauthority_root | `Skipped` | --- | test_certauthority_root.py all_test_cluster_drs | `Skipped` | --- | test_cluster_drs.py all_test_console_endpoint | `Skipped` | --- | test_console_endpoint.py all_test_create_list_domain_account_project | `Skipped` | --- | test_create_list_domain_account_project.py all_test_create_network | `Skipped` | --- | test_create_network.py all_test_deploy_vgpu_enabled_vm | `Skipped` | --- | test_deploy_vgpu_enabled_vm.py all_test_deploy_virtio_scsi_vm | `Skipped` | --- | test_deploy_virtio_scsi_vm.py all_test_deploy_vm_extra_config_data | `Skipped` | --- | test_deploy_vm_extra_config_data.py all_test_deploy_vm_iso | `Skipped` | --- | test_deploy_vm_iso.py all_test_deploy_vm_iso_uefi | `Skipped` | --- | test_deploy_vm_iso_uefi.py all_test_deploy_vm_root_resize | `Skipped` | --- | test_deploy_vm_root_resize.py all_test_deploy_vms_in_parallel | `Skipped` | --- | test_deploy_vms_in_parallel.py all_test_deploy_vms_with_varied_deploymentplanners | `Skipped` | --- | test_deploy_vms_with_varied_deploymentplanners.py all_test_deploy_vm_with_userdata | `Skipped` | --- | test_deploy_vm_with_userdata.py all_test_diagnostics | `Skipped` | --- | test_diagnostics.py all_test_direct_download | `Skipped` | --- | test_direct_download.py all_test_disk_offerings | `Skipped` | --- | test_disk_offerings.py all_test_disk_provisioning_types | `Skipped` | --- | test_disk_provisioning_types.py all_test_domain_disk_offerings | `Skipped` | --- | test_domain_disk_offerings.py all_test_domain_network_offerings | `Skipped` | --- | test_domain_network_offerings.py all_test_domain_service_offerings | `Skipped` | --- | test_domain_service_offerings.py all_test_domain_vpc_offerings | `Skipped` | --- | test_domain_vpc_offerings.py all_test_dynamicroles | `Skipped` | --- | test_dynamicroles.py all_test_enable_account_settings_for_domain | `Skipped` | --- | test_enable_account_settings_for_domain.py all_test_enable_role_based_users_in_projects | `Skipped` | --- | test_enable_role_based_users_in_projects.py all_test_events_resource | `Skipped` | --- | test_events_resource.py all_test_gateway_on_shared_networks | `Skipped` | --- | test_gateway_on_shared_networks.py all_test_global_acls | `Skipped` | --- | test_global_acls.py all_test_global_settings | `Skipped` | --- | test_global_settings.py all_test_guest_os | `Skipped` | --- | test_guest_os.py all_test_guest_vlan_range | `Skipped` | --- | test_guest_vlan_range.py all_test_host_control_state | `Skipped` | --- | test_host_control_state.py all_test_hostha_simulator | `Skipped` | --- | test_hostha_simulator.py all_test_host_ping | `Skipped` | --- | test_host_ping.py all_test_host_tags | `Skipped` | --- | test_host_tags.py all_test_human_readable_logs | `Skipped` | --- | test_human_readable_logs.py all_test_image_store_object_migration | `Skipped` | --- | test_image_store_object_migration.py all_test_import_unmanage_volumes | `Skipped` | --- | test_import_unmanage_volumes.py all_test_internal_lb | `Skipped` | --- | test_internal_lb.py all_test_ipv4_routing | `Skipped` | --- | test_ipv4_routing.py all_test_ipv6_infra | `Skipped` | --- | test_ipv6_infra.py all_test_iso | `Skipped` | --- | test_iso.py all_test_kubernetes_clusters | `Skipped` | --- | test_kubernetes_clusters.py all_test_kubernetes_supported_versions | `Skipped` | --- | test_kubernetes_supported_versions.py all_test_list_accounts | `Skipped` | --- | test_list_accounts.py all_test_list_disk_offerings | `Skipped` | ---
Re: [PR] server: set VirtualMachineTO arch from template if present [cloudstack]
blueorangutan commented on PR #11530: URL: https://github.com/apache/cloudstack/pull/11530#issuecomment-3248148948 @DaanHoogland a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [PR] server: set VirtualMachineTO arch from template if present [cloudstack]
DaanHoogland commented on PR #11530: URL: https://github.com/apache/cloudstack/pull/11530#issuecomment-3248145972 @blueorangutan test -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [PR] server: set VirtualMachineTO arch from template if present [cloudstack]
blueorangutan commented on PR #11530: URL: https://github.com/apache/cloudstack/pull/11530#issuecomment-3237613441 Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 14776 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [PR] server: set VirtualMachineTO arch from template if present [cloudstack]
blueorangutan commented on PR #11530: URL: https://github.com/apache/cloudstack/pull/11530#issuecomment-3237366217 @shwstppr a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [PR] server: set VirtualMachineTO arch from template if present [cloudstack]
shwstppr commented on PR #11530: URL: https://github.com/apache/cloudstack/pull/11530#issuecomment-3237365002 @blueorangutan package -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [PR] server: set VirtualMachineTO arch from template if present [cloudstack]
codecov[bot] commented on PR #11530: URL: https://github.com/apache/cloudstack/pull/11530#issuecomment-3235815034 ## [Codecov](https://app.codecov.io/gh/apache/cloudstack/pull/11530?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report :white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 4.00%. Comparing base ([`8756be5`](https://app.codecov.io/gh/apache/cloudstack/commit/8756be5c18796469f6d480d3bebdde983e6a2a53?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)) to head ([`1545c89`](https://app.codecov.io/gh/apache/cloudstack/commit/1545c891f4672de2a360f09bac1a4b6017ba9436?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)). :warning: Report is 42 commits behind head on 4.20. > :exclamation: There is a different number of reports uploaded between BASE (8756be5) and HEAD (1545c89). Click for more details. > > HEAD has 1 upload less than BASE > >| Flag | BASE (8756be5) | HEAD (1545c89) | >|--|--|--| >|unittests|1|0| > Additional details and impacted files ```diff @@ Coverage Diff @@ ## 4.20 #11530 +/- ## = - Coverage 16.16%4.00% -12.16% = Files 5656 402 -5254 Lines49788432625 -465259 Branches 60378 5796-54582 = - Hits 80463 1308-79155 + Misses 40846631167 -377299 + Partials 8955 150 -8805 ``` | [Flag](https://app.codecov.io/gh/apache/cloudstack/pull/11530/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | | |---|---|---| | [uitests](https://app.codecov.io/gh/apache/cloudstack/pull/11530/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `4.00% <ø> (+<0.01%)` | :arrow_up: | | [unittests](https://app.codecov.io/gh/apache/cloudstack/pull/11530/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `?` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#carryforward-flags-in-the-pull-request-comment) to find out more. [:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gh/apache/cloudstack/pull/11530?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache). :loudspeaker: Have feedback on the report? [Share it here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache). :rocket: New features to boost your workflow: - :snowflake: [Test Analytics](https://docs.codecov.com/docs/test-analytics): Detect flaky tests, report on failures, and find test suite problems. - :package: [JS Bundle Analysis](https://docs.codecov.com/docs/javascript-bundle-analysis): Save yourself from yourself by tracking and limiting bundle sizes in JS merges. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
