bugraoz93 commented on code in PR #47278:
URL: https://github.com/apache/airflow/pull/47278#discussion_r1976690679
##########
.github/workflows/ci-image-checks.yml:
##########
@@ -108,6 +108,13 @@ on: # yamllint disable-line rule:truthy
description: "Whether to use uv to build the image (true/false)"
required: true
type: string
+ secrets:
+ DOCS_AWS_ACCESS_KEY_ID:
+ required: true
+ DOCS_AWS_SECRET_ACCESS_KEY:
+ required: true
Review Comment:
I see timeouts which shouldn't be related. I see the failed step in the main
is skipped though :thinking:
```
error downloading ci-image-save-linux_amd64-3.9-47278_merge: error writing
zip archive: read tcp 10.1.0.12:45002->20.209.227.33:443: read: connection
timed out
```
##########
.github/workflows/ci-image-checks.yml:
##########
@@ -108,6 +108,13 @@ on: # yamllint disable-line rule:truthy
description: "Whether to use uv to build the image (true/false)"
required: true
type: string
+ secrets:
+ DOCS_AWS_ACCESS_KEY_ID:
+ required: true
+ DOCS_AWS_SECRET_ACCESS_KEY:
+ required: true
Review Comment:
I see timeouts which shouldn't be related. I also see the failed step in the
main is skipped though :thinking:
```
error downloading ci-image-save-linux_amd64-3.9-47278_merge: error writing
zip archive: read tcp 10.1.0.12:45002->20.209.227.33:443: read: connection
timed out
```
--
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]