felipepessoto commented on code in PR #12820:
URL: https://github.com/apache/gluten/pull/12820#discussion_r3815010931
##########
.github/workflows/delta_spark_ut.yml:
##########
@@ -152,14 +152,11 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- - name: Get Ccache
- uses: actions/cache/restore@v4
+ - name: Get Ccache from Apache Stash
+ uses:
apache/infrastructure-actions/stash/restore@0ba14156c9f4c3cfbe4b0c9f36339ab0f8d81e53
with:
path: '${{ env.CCACHE_DIR }}'
- key: ccache-delta-spark-ut-centos7-release-default-${{github.sha}}
- restore-keys: |
- ccache-delta-spark-ut-centos7-release-default
- ccache-centos7-release-default
+ key: ccache-centos7-release-default-${{
hashFiles('ep/build-velox/src/**') }}
Review Comment:
Incorrect here. It hashes only 10 files totaling ~62 KB and intentionally
matches Gluten’s existing shared ccache key.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]