josh-fell commented on PR #29548:
URL: https://github.com/apache/airflow/pull/29548#issuecomment-1449288429
Seems like the "Wait for CI images" step failure could be related?
```
ERROR tests/system/providers/amazon/aws/example_ec2.py -
botocore.exceptions.NoCredentialsError: Unable to locate credentials
```
```
______ ERROR collecting tests/system/providers/amazon/aws/example_ec2.py
_______
tests/system/providers/amazon/aws/example_ec2.py:91: in <module>
image_id = _get_latest_ami_id()
tests/system/providers/amazon/aws/example_ec2.py:52: in _get_latest_ami_id
Filters=[{"Name": "description", "Values": [image_prefix]}],
Owners=["amazon"]
/usr/local/lib/python3.7/site-packages/botocore/client.py:530: in _api_call
return self._make_api_call(operation_name, kwargs)
/usr/local/lib/python3.7/site-packages/botocore/client.py:944: in
_make_api_call
operation_model, request_dict, request_context
/usr/local/lib/python3.7/site-packages/botocore/client.py:966: in
_make_request
return self._endpoint.make_request(operation_model, request_dict)
/usr/local/lib/python3.7/site-packages/botocore/endpoint.py:119: in
make_request
return self._send_request(request_dict, operation_model)
/usr/local/lib/python3.7/site-packages/botocore/endpoint.py:198: in
_send_request
request = self.create_request(request_dict, operation_model)
/usr/local/lib/python3.7/site-packages/botocore/endpoint.py:137: in
create_request
operation_name=operation_model.name,
/usr/local/lib/python3.7/site-packages/botocore/hooks.py:412: in emit
return self._emitter.emit(aliased_event_name, **kwargs)
/usr/local/lib/python3.7/site-packages/botocore/hooks.py:256: in emit
return self._emit(event_name, kwargs)
/usr/local/lib/python3.7/site-packages/botocore/hooks.py:239: in _emit
response = handler(**kwargs)
/usr/local/lib/python3.7/site-packages/botocore/signers.py:105: in handler
return self.sign(operation_name, request)
/usr/local/lib/python3.7/site-packages/botocore/signers.py:189: in sign
auth.add_auth(request)
/usr/local/lib/python3.7/site-packages/botocore/auth.py:418: in add_auth
raise NoCredentialsError()
E botocore.exceptions.NoCredentialsError: Unable to locate credentials
```
--
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]