This is an automated email from the ASF dual-hosted git repository.
chenyulin0719 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-core.git
The following commit(s) were added to refs/heads/master by this push:
new 44705ae6 [YUNIKORN-2912] CI: Remove "Restore cache failed" warning in
yunikorn-core (#979)
44705ae6 is described below
commit 44705ae669111ba51a7226c078af9785e6bee0c8
Author: dalaoqi <[email protected]>
AuthorDate: Sun Oct 13 09:26:16 2024 +0000
[YUNIKORN-2912] CI: Remove "Restore cache failed" warning in yunikorn-core
(#979)
Closes: #979
Signed-off-by: Yu-Lin Chen <[email protected]>
---
.github/workflows/pre-commit.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index f778c9fb..2ad0bb2f 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -66,6 +66,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: k8shim/.go_version
+ cache-dependency-path: "**/go.sum"
- name: Set hugepage
run: |
echo "vm.nr_hugepages = 1024" | sudo tee -a /etc/sysctl.conf
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]