Re: [PR] cleanup some smoke tests [cloudstack]

2024-04-24 Thread via GitHub


DaanHoogland commented on code in PR #8196:
URL: https://github.com/apache/cloudstack/pull/8196#discussion_r1577343767


##
test/integration/smoke/test_primary_storage.py:
##
@@ -156,14 +150,17 @@ def test_01_primary_storage_nfs(self):
 storage_response.type,
 "Check storage pool type "
 )
-# Call cleanup for reusing primary storage
-cleanup_resources(self.apiclient, self.cleanup)
-self.cleanup = []

Review Comment:
   move to `setup()`



-- 
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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] cleanup some smoke tests [cloudstack]

2024-04-22 Thread via GitHub


blueorangutan commented on PR #8196:
URL: https://github.com/apache/cloudstack/pull/8196#issuecomment-2071213844

   [SF] Trillian test result (tid-9954)
   Environment: kvm-alma9 (x2), Advanced Networking with Mgmt server a9
   Total time taken: 47713 seconds
   Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr8196-t9954-kvm-alma9.zip
   Smoke tests completed. 110 look OK, 5 have errors, 0 did not run
   Only failed and skipped tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_01_add_primary_storage_disabled_host | `Error` | 0.25 | 
test_primary_storage.py
   test_03_migration_options_storage_tags | `Error` | 0.02 | 
test_primary_storage.py
   test_02_list_snapshots_with_removed_data_store | `Error` | 9.67 | 
test_snapshots.py
   test_02_list_snapshots_with_removed_data_store | `Error` | 9.67 | 
test_snapshots.py
   ContextSuite context=TestCpuCapServiceOfferings>:setup | `Error` | 0.00 | 
test_service_offerings.py
   test_01_deploy_vm_on_specific_host | `Error` | 0.10 | 
test_vm_deployment_planner.py
   test_04_deploy_vm_on_host_override_pod_and_cluster | `Error` | 0.17 | 
test_vm_deployment_planner.py
   test_08_migrate_vm | `Error` | 0.08 | test_vm_life_cycle.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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] cleanup some smoke tests [cloudstack]

2024-04-19 Thread via GitHub


blueorangutan commented on PR #8196:
URL: https://github.com/apache/cloudstack/pull/8196#issuecomment-2067398566

   [SF] Trillian test result (tid-9924)
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 44507 seconds
   Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr8196-t9924-kvm-centos7.zip
   Smoke tests completed. 108 look OK, 7 have errors, 0 did not run
   Only failed and skipped tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_01_add_primary_storage_disabled_host | `Error` | 0.19 | 
test_primary_storage.py
   test_03_migration_options_storage_tags | `Error` | 0.02 | 
test_primary_storage.py
   test_01_secure_vm_migration | `Error` | 69.28 | test_secured_vm_migration.py
   test_02_unsecure_vm_migration | `Error` | 218.99 | 
test_secured_vm_migration.py
   test_04_nonsecured_to_secured_vm_migration | `Error` | 112.69 | 
test_secured_vm_migration.py
   test_04_nonsecured_to_secured_vm_migration | `Error` | 112.69 | 
test_secured_vm_migration.py
   ContextSuite context=TestCpuCapServiceOfferings>:setup | `Error` | 0.00 | 
test_service_offerings.py
   ContextSuite context=TestServiceOfferings>:setup | `Error` | 3.66 | 
test_service_offerings.py
   ContextSuite context=TestSnapshotRootDisk>:setup | `Error` | 0.00 | 
test_snapshots.py
   ContextSuite context=TestSnapshotStandaloneBackup>:setup | `Error` | 0.00 | 
test_snapshots.py
   test_01_list_sec_storage_vm | `Failure` | 0.05 | test_ssvm.py
   test_02_list_cpvm_vm | `Failure` | 0.04 | test_ssvm.py
   test_03_ssvm_internals | `Failure` | 0.04 | test_ssvm.py
   test_04_cpvm_internals | `Failure` | 0.04 | test_ssvm.py
   test_05_stop_ssvm | `Failure` | 0.04 | test_ssvm.py
   test_06_stop_cpvm | `Failure` | 0.04 | test_ssvm.py
   test_07_reboot_ssvm | `Failure` | 0.04 | test_ssvm.py
   test_08_reboot_cpvm | `Failure` | 0.04 | test_ssvm.py
   test_09_reboot_ssvm_forced | `Failure` | 0.04 | test_ssvm.py
   test_10_reboot_cpvm_forced | `Failure` | 0.04 | test_ssvm.py
   test_11_destroy_ssvm | `Failure` | 0.04 | test_ssvm.py
   test_12_destroy_cpvm | `Failure` | 0.04 | test_ssvm.py
   test_01_deploy_vm_on_specific_host | `Error` | 0.08 | 
test_vm_deployment_planner.py
   test_04_deploy_vm_on_host_override_pod_and_cluster | `Error` | 0.11 | 
test_vm_deployment_planner.py
   test_08_migrate_vm | `Error` | 0.06 | test_vm_life_cycle.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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] cleanup some smoke tests [cloudstack]

2024-04-19 Thread via GitHub


blueorangutan commented on PR #8196:
URL: https://github.com/apache/cloudstack/pull/8196#issuecomment-2067276073

   [SF] Trillian Build Failed (tid-9934)


-- 
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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] cleanup some smoke tests [cloudstack]

2024-04-19 Thread via GitHub


blueorangutan commented on PR #8196:
URL: https://github.com/apache/cloudstack/pull/8196#issuecomment-2066321195

   [SF] Trillian Build Failed (tid-9922)


-- 
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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] cleanup some smoke tests [cloudstack]

2024-04-19 Thread via GitHub


blueorangutan commented on PR #8196:
URL: https://github.com/apache/cloudstack/pull/8196#issuecomment-2066317419

   @DaanHoogland a [SL] Trillian-Jenkins matrix job (centos7 mgmt + 
xenserver71, rocky8 mgmt + vmware67u3, centos7 mgmt + kvmcentos7) 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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] cleanup some smoke tests [cloudstack]

2024-04-19 Thread via GitHub


DaanHoogland commented on PR #8196:
URL: https://github.com/apache/cloudstack/pull/8196#issuecomment-2066316200

   @blueorangutan test matrix


-- 
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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] cleanup some smoke tests [cloudstack]

2024-04-19 Thread via GitHub


blueorangutan commented on PR #8196:
URL: https://github.com/apache/cloudstack/pull/8196#issuecomment-2066309610

   Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 9327


-- 
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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] cleanup some smoke tests [cloudstack]

2024-04-19 Thread via GitHub


blueorangutan commented on PR #8196:
URL: https://github.com/apache/cloudstack/pull/8196#issuecomment-2066197622

   @DaanHoogland 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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] cleanup some smoke tests [cloudstack]

2024-04-19 Thread via GitHub


codecov-commenter commented on PR #8196:
URL: https://github.com/apache/cloudstack/pull/8196#issuecomment-2066198154

   ## 
[Codecov](https://app.codecov.io/gh/apache/cloudstack/pull/8196?dropdown=coverage=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache)
 Report
   All modified and coverable lines are covered by tests :white_check_mark:
   > Project coverage is 13.13%. Comparing base 
[(`f731fe8`)](https://app.codecov.io/gh/apache/cloudstack/commit/f731fe882c5b8459a14da9a13269a8360df2743e?dropdown=coverage=desc_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache)
 to head 
[(`251a913`)](https://app.codecov.io/gh/apache/cloudstack/pull/8196?dropdown=coverage=pr=desc_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache).
   > Report is 24 commits behind head on 4.18.
   
   > :exclamation: Current head 251a913 differs from pull request most recent 
head cdf41ea. Consider uploading reports for the commit cdf41ea to get more 
accurate results
   
   
   Additional details and impacted files
   
   
   ```diff
   @@ Coverage Diff  @@
   ##   4.18#8196  +/-   ##
   
   - Coverage 13.16%   13.13%   -0.04% 
   + Complexity 9203 9142  -61 
   
 Files  2724 2720   -4 
 Lines258130   257726 -404 
 Branches  4023240177  -55 
   
   - Hits  3398933847 -142 
   + Misses   219833   219588 -245 
   + Partials   4308 4291  -17 
   ```
   
   
   
   
   
   [:umbrella: View full report in Codecov by 
Sentry](https://app.codecov.io/gh/apache/cloudstack/pull/8196?dropdown=coverage=pr=continue_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache).
   
   :loudspeaker: Have feedback on the report? [Share it 
here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache).
   


-- 
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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] cleanup some smoke tests [cloudstack]

2024-04-19 Thread via GitHub


DaanHoogland commented on PR #8196:
URL: https://github.com/apache/cloudstack/pull/8196#issuecomment-2066196453

   @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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] cleanup some smoke tests [cloudstack]

2024-01-03 Thread via GitHub


blueorangutan commented on PR #8196:
URL: https://github.com/apache/cloudstack/pull/8196#issuecomment-1876042160

   [SF] Trillian test result (tid-8712)
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 37091 seconds
   Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr8196-t8712-kvm-centos7.zip
   Smoke tests completed. 97 look OK, 17 have errors, 0 did not run
   Only failed and skipped tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_08_arping_in_ssvm | `Failure` | 5.21 | test_diagnostics.py
   test_07_deploy_kubernetes_ha_cluster | `Failure` | 3621.51 | 
test_kubernetes_clusters.py
   test_08_upgrade_kubernetes_ha_cluster | `Failure` | 0.04 | 
test_kubernetes_clusters.py
   test_09_delete_kubernetes_ha_cluster | `Failure` | 0.04 | 
test_kubernetes_clusters.py
   test_10_vpc_tier_kubernetes_cluster | `Failure` | 43.55 | 
test_kubernetes_clusters.py
   ContextSuite context=TestKubernetesCluster>:teardown | `Error` | 87.59 | 
test_kubernetes_clusters.py
   test_01_add_primary_storage_disabled_host | `Error` | 0.18 | 
test_primary_storage.py
   test_03_migration_options_storage_tags | `Error` | 0.01 | 
test_primary_storage.py
   test_ssvm_host_control_state | `Failure` | 0.05 | test_host_control_state.py
   test_01_secure_vm_migration | `Error` | 65.00 | test_secured_vm_migration.py
   test_02_unsecure_vm_migration | `Error` | 213.45 | 
test_secured_vm_migration.py
   ContextSuite context=TestCpuCapServiceOfferings>:setup | `Error` | 0.00 | 
test_service_offerings.py
   ContextSuite context=TestServiceOfferings>:setup | `Error` | 3.32 | 
test_service_offerings.py
   test_01_scale_up_verify | `Failure` | 35.06 | test_vm_autoscaling.py
   test_02_update_vmprofile_and_vmgroup | `Failure` | 245.53 | 
test_vm_autoscaling.py
   test_03_scale_down_verify | `Failure` | 304.43 | test_vm_autoscaling.py
   test_04_stop_remove_vm_in_vmgroup | `Failure` | 0.02 | test_vm_autoscaling.py
   test_06_autoscaling_vmgroup_on_project_network | `Failure` | 43.16 | 
test_vm_autoscaling.py
   test_06_autoscaling_vmgroup_on_project_network | `Error` | 43.17 | 
test_vm_autoscaling.py
   test_07_autoscaling_vmgroup_on_vpc_network | `Error` | 1.18 | 
test_vm_autoscaling.py
   ContextSuite context=TestVmAutoScaling>:teardown | `Error` | 9.97 | 
test_vm_autoscaling.py
   test_01_deploy_vm_on_specific_host | `Error` | 0.08 | 
test_vm_deployment_planner.py
   test_02_deploy_vm_on_specific_cluster | `Error` | 1.31 | 
test_vm_deployment_planner.py
   test_03_deploy_vm_on_specific_pod | `Error` | 1.28 | 
test_vm_deployment_planner.py
   test_04_deploy_vm_on_host_override_pod_and_cluster | `Error` | 0.09 | 
test_vm_deployment_planner.py
   test_05_deploy_vm_on_cluster_override_pod | `Error` | 1.24 | 
test_vm_deployment_planner.py
   ContextSuite context=TestVMLifeCycle>:setup | `Error` | 0.00 | 
test_vm_life_cycle.py
   ContextSuite context=TestVmSnapshot>:setup | `Error` | 3.09 | 
test_vm_snapshots.py
   ContextSuite context=TestCreateVolume>:setup | `Error` | 0.00 | 
test_volumes.py
   ContextSuite context=TestVolumes>:setup | `Error` | 4.28 | test_volumes.py
   test_01_verify_ipv6_vpc | `Error` | 3.31 | test_vpc_ipv6.py
   test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | `Error` | 5.12 | 
test_vpc_redundant.py
   test_02_redundant_VPC_default_routes | `Error` | 4.04 | test_vpc_redundant.py
   test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | 
`Error` | 4.05 | test_vpc_redundant.py
   test_04_rvpc_network_garbage_collector_nics | `Error` | 4.05 | 
test_vpc_redundant.py
   test_05_rvpc_multi_tiers | `Error` | 4.08 | test_vpc_redundant.py
   test_01_VPC_nics_after_destroy | `Error` | 4.01 | test_vpc_router_nics.py
   test_02_VPC_default_routes | `Error` | 4.15 | test_vpc_router_nics.py
   test_01_redundant_vpc_site2site_vpn | `Failure` | 3.38 | test_vpc_vpn.py
   test_01_vpc_site2site_vpn_multiple_options | `Failure` | 3.35 | 
test_vpc_vpn.py
   test_01_vpc_remote_access_vpn | `Failure` | 1.15 | test_vpc_vpn.py
   test_01_vpc_site2site_vpn | `Failure` | 3.34 | test_vpc_vpn.py
   test_01_cancel_host_maintenace_with_no_migration_jobs | `Error` | 0.05 | 
test_host_maintenance.py
   test_02_cancel_host_maintenace_with_migration_jobs | `Error` | 0.05 | 
test_host_maintenance.py
   test_03_cancel_host_maintenace_with_migration_jobs_failure | `Error` | 0.04 
| test_host_maintenance.py
   test_01_cancel_host_maintenance_ssh_enabled_agent_connected | `Error` | 0.01 
| test_host_maintenance.py
   test_03_cancel_host_maintenance_ssh_disabled_agent_connected | `Error` | 
0.01 | test_host_maintenance.py
   test_04_cancel_host_maintenance_ssh_disabled_agent_disconnected | `Error` | 
0.01 | test_host_maintenance.py
   test_hostha_enable_ha_when_host_in_maintenance | `Error` | 303.89 | 
test_hostha_kvm.py
   


-- 
This is an automated message from the Apache Git Service.
To respond to the 

Re: [PR] cleanup some smoke tests [cloudstack]

2024-01-03 Thread via GitHub


blueorangutan commented on PR #8196:
URL: https://github.com/apache/cloudstack/pull/8196#issuecomment-1875225009

   @DaanHoogland a [SL] Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) 
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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] cleanup some smoke tests [cloudstack]

2024-01-03 Thread via GitHub


DaanHoogland commented on PR #8196:
URL: https://github.com/apache/cloudstack/pull/8196#issuecomment-1875224475

   @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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] cleanup some smoke tests [cloudstack]

2024-01-03 Thread via GitHub


blueorangutan commented on PR #8196:
URL: https://github.com/apache/cloudstack/pull/8196#issuecomment-1875172570

   Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 8186


-- 
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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] cleanup some smoke tests [cloudstack]

2024-01-03 Thread via GitHub


blueorangutan commented on PR #8196:
URL: https://github.com/apache/cloudstack/pull/8196#issuecomment-1875084323

   @DaanHoogland 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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] cleanup some smoke tests [cloudstack]

2024-01-03 Thread via GitHub


DaanHoogland commented on PR #8196:
URL: https://github.com/apache/cloudstack/pull/8196#issuecomment-1875082052

   @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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] cleanup some smoke tests [cloudstack]

2023-12-21 Thread via GitHub


github-actions[bot] commented on PR #8196:
URL: https://github.com/apache/cloudstack/pull/8196#issuecomment-1866488512

   This pull request has merge conflicts. Dear author, please fix the conflicts 
and sync your branch with the base branch.


-- 
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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] cleanup some smoke tests [cloudstack]

2023-11-15 Thread via GitHub


blueorangutan commented on PR #8196:
URL: https://github.com/apache/cloudstack/pull/8196#issuecomment-1812389081

   Packaging result [SF]: :heavy_check_mark: el7 :heavy_check_mark: el8 
:heavy_check_mark: el9 :heavy_check_mark: debian :heavy_check_mark: suse15. 
SL-JID 7759


-- 
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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] cleanup some smoke tests [cloudstack]

2023-11-15 Thread via GitHub


blueorangutan commented on PR #8196:
URL: https://github.com/apache/cloudstack/pull/8196#issuecomment-1812241207

   @DaanHoogland 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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] cleanup some smoke tests [cloudstack]

2023-11-15 Thread via GitHub


DaanHoogland commented on PR #8196:
URL: https://github.com/apache/cloudstack/pull/8196#issuecomment-1812236426

   @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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] cleanup some smoke tests [cloudstack]

2023-11-14 Thread via GitHub


blueorangutan commented on PR #8196:
URL: https://github.com/apache/cloudstack/pull/8196#issuecomment-1810476006

   @DaanHoogland 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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] cleanup some smoke tests [cloudstack]

2023-11-14 Thread via GitHub


DaanHoogland commented on PR #8196:
URL: https://github.com/apache/cloudstack/pull/8196#issuecomment-1810473473

   @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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org