winterhazel commented on PR #8243: URL: https://github.com/apache/cloudstack/pull/8243#issuecomment-2057156177
@DaanHoogland most of the GHI tests are failing due to an error with Codecov, which is also happening in other PRs, such as #8890. ``` [2024-04-13T09:52:32.198Z] ['error'] There was an error running the uploader: Error uploading to https://codecov.io/: Error: There was an error fetching the storage URL during POST: 404 - {'detail': ErrorDetail(string='Unable to locate build via Github Actions API. Please upload with the Codecov repository upload token to resolve issue.', code='not_found')} ``` The only exceptions are two failures in `test_network_permissions`, but this same test has finished successfully in the last CI run. ``` Testing network permissions on project network ... === TestName: test_01_network_permission_on_project_network | Status : SUCCESS === ok Testing network permissions on user network ... === TestName: test_02_network_permission_on_user_network | Status : SUCCESS === ok Testing network operations on a create vm owned by other user ... === TestName: test_03_network_operations_on_created_vm_of_otheruser | Status : SUCCESS === ok Deploy VM for other user and test VM operations by vm owner, network owner and domain admin ... === TestName: test_04_deploy_vm_for_other_user_and_test_vm_operations | Status : SUCCESS === ok Testing list networks under a project ... === TestName: test_05_list_networks_under_project | Status : SUCCESS === ok Testing list networks under a domain admin account and user account ... === TestName: test_06_list_networks_under_account | Status : SUCCESS === ok ---------------------------------------------------------------------- Ran 6 tests in 348.471s OK ``` And the two tests that failed in the last run are failing in unrelated PRs as well: https://github.com/apache/cloudstack/pull/8511#issuecomment-1977729767. -- 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]
