This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch branch-1.10
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/branch-1.10 by this push:
new 12997509c1 [KYUUBI #7131] Print cached engine archives
12997509c1 is described below
commit 12997509c1b8d990536231f8a351fc181bf3374f
Author: Cheng Pan <[email protected]>
AuthorDate: Wed Jul 9 18:28:40 2025 +0800
[KYUUBI #7131] Print cached engine archives
### Why are the changes needed?
Recently, GHA fails frequently with downloading engines failure, this adds
logs to display the cached engine archives.
### How was this patch tested?
I will monitor GHA failure after merging.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #7131 from pan3793/gha-cache.
Closes #7131
87a38e0d6 [Cheng Pan] Print cached engine archives
Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
(cherry picked from commit f9ca96a5c47f0016458b25718bbd1f3704891a4c)
Signed-off-by: Cheng Pan <[email protected]>
---
.github/actions/cache-engine-archives/action.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/actions/cache-engine-archives/action.yaml
b/.github/actions/cache-engine-archives/action.yaml
index c02d2adcef..731813d0c8 100644
--- a/.github/actions/cache-engine-archives/action.yaml
+++ b/.github/actions/cache-engine-archives/action.yaml
@@ -25,3 +25,6 @@ runs:
with:
path: /tmp/engine-archives
key: engine-archives
+ - name: Show cached engine archives
+ shell: bash
+ run: ls -lh /tmp/engine-archives