potiuk commented on code in PR #38442:
URL: https://github.com/apache/airflow/pull/38442#discussion_r1536951037
##########
.github/workflows/finalize-tests.yml:
##########
@@ -120,31 +120,48 @@ jobs:
run:
git push
- # Push BuildX cache to GitHub Registry in Apache repository, if all tests
are successful and build
- # is executed as result of direct push to "main" or one of the "vX-Y-test"
branches
- # It rebuilds all images using just-pushed constraints using buildx and
pushes them to registry
- # It will automatically check if a new python image was released and will
pull the latest one if needed
- # push-buildx-cache-to-github-registry:
- # name: Push Regular Image Cache
- # needs: [update-constraints]
- # uses: ./.github/workflows/push-image-cache.yml
- # permissions:
- # contents: read
- # packages: write
- # secrets: inherit
- # with:
- # runs-on: ${{ inputs.runs-on }}
- # cache-type: "Regular"
- # include-prod-images: "true"
- # push-latest-images: "true"
- # use-uv: "true"
- # image-tag: ${{ inputs.image-tag }}
- # python-versions: ${{ inputs.python-versions }}
- # branch: ${{ inputs.branch }}
- # constraints-branch: ${{ inputs.constraints-branch }}
- # include-success-outputs: ${{ inputs.include-success-outputs }}
- # docker-cache: ${{ inputs.docker-cache }}
- # if: inputs.canary-run == 'true'
+ push-buildx-cache-to-github-registry-amd:
Review Comment:
We have now "final" cache built for both AMD and ARM but in two separate
workflows. This way AMD can be run using public runners but ARM will use
self-hosted ones/
--
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]