Skip to content

Commit

Permalink
fix(test): increase CI harness frequency before Release (#8343)
Browse files Browse the repository at this point in the history
## Problem
Capture errors around acl, multi tenancy, minio side

## Solution
Increase run frequency as a safe guard
  • Loading branch information
skrdgraph authored Oct 3, 2022
1 parent c54a9b6 commit a80c643
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-dgraph-load-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches:
- main
schedule:
- cron: "*/30 * * * *"
- cron: "*/15 * * * *"
jobs:
dgraph-load-tests:
runs-on: self-hosted
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-dgraph-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches:
- main
schedule:
- cron: "*/30 * * * *"
- cron: "*/15 * * * *"
jobs:
dgraph-tests:
runs-on: self-hosted
Expand Down

0 comments on commit a80c643

Please sign in to comment.