Skip to content

Commit

Permalink
Merge pull request #1408 from flanksource/junit-sched
Browse files Browse the repository at this point in the history
chore: change junit canary schedule to every 2h
  • Loading branch information
moshloop authored Nov 2, 2023
2 parents 3c466f8 + eadf27d commit bd60845
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fixtures/k8s/junit_fail.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
"Expected-Fail": "true"
spec:
interval: 120
schedule: '@every 2h'
owner: DBAdmin
severity: high
junit:
Expand Down
2 changes: 1 addition & 1 deletion fixtures/k8s/junit_pass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
part-of: canary-tools
spec:
interval: 120
schedule: '@every 2h'
severity: high
junit:
- testResults: "/tmp/junit-results/"
Expand Down

0 comments on commit bd60845

Please sign in to comment.