Skip to content

Commit e87a6da

Browse files
committed
reduce retention period
1 parent 7f2777f commit e87a6da

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
name: uc-cluster-test-logs
5353
path: logs/
54-
retention-days: 30
54+
retention-days: 5
5555

5656
run-sqlwarehouse-e2e-tests:
5757
runs-on: ubuntu-latest
@@ -91,7 +91,7 @@ jobs:
9191
with:
9292
name: sql-endpoint-test-logs
9393
path: logs/
94-
retention-days: 30
94+
retention-days: 5
9595

9696
run-cluster-e2e-tests:
9797
runs-on: ubuntu-latest
@@ -128,4 +128,4 @@ jobs:
128128
with:
129129
name: cluster-test-logs
130130
path: logs/
131-
retention-days: 30
131+
retention-days: 5

0 commit comments

Comments
 (0)