Skip to content

Commit

Permalink
Merge pull request #8895 from leseb/mgr-weekly
Browse files Browse the repository at this point in the history
ci: run the orch ceph manager test daily
  • Loading branch information
travisn committed Sep 30, 2021
2 parents 7aa4bbf + 04e1589 commit aa085c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/integration-test-mgr-suite.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Integration test CephMgrSuite
on:
pull_request:
schedule:
- cron: "0 0 * * *" # every day at midnight

defaults:
run:
Expand All @@ -10,7 +12,7 @@ defaults:
jobs:
TestCephMgrSuite:
runs-on: ubuntu-18.04
if: "!contains(github.event.pull_request.labels.*.name, 'skip-ci')"
if: "contains(github.event.pull_request.labels.*.name, 'run-mgr-suite')"
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit aa085c9

Please sign in to comment.