This is an automated email from the ASF dual-hosted git repository.
jackie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new 287534262f [hotfix] fix cache timeout again (#9614)
287534262f is described below
commit 287534262fd9ccd8507fd06efaec2dd14a4d29cf
Author: Rong Rong <[email protected]>
AuthorDate: Mon Oct 17 20:13:03 2022 -0700
[hotfix] fix cache timeout again (#9614)
---
.github/workflows/pinot_tests.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/pinot_tests.yml
b/.github/workflows/pinot_tests.yml
index b24a750fe5..b3331fc7d4 100644
--- a/.github/workflows/pinot_tests.yml
+++ b/.github/workflows/pinot_tests.yml
@@ -82,7 +82,7 @@ jobs:
# Step that does that actual cache save and restore
- uses: actions/cache@v3
env:
- SEGMENT_DOWNLOAD_TIMEOUT_MIN: 10
+ SEGMENT_DOWNLOAD_TIMEOUT_MINS: 10
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -126,7 +126,7 @@ jobs:
# Step that does that actual cache save and restore
- uses: actions/cache@v3
env:
- SEGMENT_DOWNLOAD_TIMEOUT_MIN: 10
+ SEGMENT_DOWNLOAD_TIMEOUT_MINS: 10
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -171,7 +171,7 @@ jobs:
# Step that does that actual cache save and restore
- uses: actions/cache@v3
env:
- SEGMENT_DOWNLOAD_TIMEOUT_MIN: 10
+ SEGMENT_DOWNLOAD_TIMEOUT_MINS: 10
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -211,7 +211,7 @@ jobs:
# Step that does that actual cache save and restore
- uses: actions/cache@v3
env:
- SEGMENT_DOWNLOAD_TIMEOUT_MIN: 10
+ SEGMENT_DOWNLOAD_TIMEOUT_MINS: 10
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]