Skip to content

Commit

Permalink
chore: change junit canary schedule to every 2h
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Nov 2, 2023
1 parent 981a4e4 commit eadf27d
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 eadf27d

Please sign in to comment.