You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log.critical("Could not find an artifact for this commit")
If the resources in the region are exhausted, the line above will print the error, but not reflect the test status, so the end user will not be aware of this.
The error below should be parsed, and the status of the test should be updated to reflect that this is happening.
{'kind': 'compute#operation', 'id': '****', 'name': 'operation-****', 'zone': 'https://www.googleapis.com/compute/v1/projects/****/zones/us-central1-a', 'operationType': 'insert', 'targetLink': 'https://www.googleapis.com/compute/v1/projects/***/zones/us-central1-a/instances/windows-5115', 'targetId': '*****', 'status': 'DONE', 'user': '***.iam.gserviceaccount.com', 'progress': 100, 'insertTime': '2024-06-26T11:42:22.006-07:00', 'startTime': '2024-06-26T11:42:22.007-07:00', 'endTime': '2024-06-26T11:42:29.294-07:00', 'error': {'errors': [{'code': 'ZONE_RESOURCE_POOL_EXHAUSTED', 'message': "The zone 'projects/****/zones/us-central1-a' does not have enough resources available to fulfill the request. Try a different zone, or try again later.", 'errorDetails': [{'help': {'links': [{'description': 'Troubleshooting documentation', 'url': 'https://cloud.google.com/compute/docs/resource-error'}]}}, {'localizedMessage': {'locale': 'en-US', 'message': 'A n1-standard-1 VM instance is currently unavailable in the us-central1-a zone. Alternatively, you can try your request again with a different VM hardware configuration or at a later time. For more information, see the troubleshooting documentation.'}}, {'errorInfo': {'reason': 'resource_availability', 'domain': 'compute.googleapis.com', 'metadatas': {'attachment': '', 'vmType': 'n1-standard-1', 'zone': 'us-central1-a', 'zonesAvailable': ''}}}]}]}, 'httpErrorStatusCode': 503, 'httpErrorMessage': 'SERVICE UNAVAILABLE', 'selfLink': 'https://www.googleapis.com/compute/v1/projects/****/zones/us-central1-a/operations/operation-***'}
The text was updated successfully, but these errors were encountered:
sample-platform/mod_ci/controllers.py
Line 414 in dbf2b58
If the resources in the region are exhausted, the line above will print the error, but not reflect the test status, so the end user will not be aware of this.
The error below should be parsed, and the status of the test should be updated to reflect that this is happening.
The text was updated successfully, but these errors were encountered: