Skip to content

Commit a80c643

Browse files
authored
fix(test): increase CI harness frequency before Release (#8343)
## Problem Capture errors around acl, multi tenancy, minio side ## Solution Increase run frequency as a safe guard
1 parent c54a9b6 commit a80c643

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-dgraph-load-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
- main
99
schedule:
10-
- cron: "*/30 * * * *"
10+
- cron: "*/15 * * * *"
1111
jobs:
1212
dgraph-load-tests:
1313
runs-on: self-hosted

.github/workflows/ci-dgraph-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
- main
99
schedule:
10-
- cron: "*/30 * * * *"
10+
- cron: "*/15 * * * *"
1111
jobs:
1212
dgraph-tests:
1313
runs-on: self-hosted

0 commit comments

Comments
 (0)