Skip to content

Commit

Permalink
Add verification_threshold ro required parameters in cp_verify_alarm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
plazas committed Mar 28, 2023
1 parent d7bb40f commit 1ca4d83
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion python/lsst/ts/watcher/rules/cp_verify_alarm.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,10 @@ def get_schema(cls):
type: integer
description: Maximum number of failures per detector per test type.
default: 8
required: [calibration_type, ocps_index]
required:
- calibration_type
- ocps_index
- verification_threshold
additionalProperties: false
"""
return yaml.safe_load(schema_yaml)
Expand Down

0 comments on commit 1ca4d83

Please sign in to comment.