Skip to content

Commit 57819cd

Browse files
committed
Add dry-run parameter
Dry-run parameter currently added while tuning is still taking place
1 parent e01ddb1 commit 57819cd

19 files changed

+19
-0
lines changed

ansible/templates/changehc-params-prod.json.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"span_length": 14,
3838
"min_expected_lag": {"all": "4"},
3939
"max_expected_lag": {"all": "6"},
40+
"dry_run": true,
4041
"suppressed_errors": [
4142
]
4243
},

ansible/templates/covid_act_now-params-prod.json.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"span_length": 14,
2222
"min_expected_lag": {"all": "3"},
2323
"max_expected_lag": {"all": "6"},
24+
"dry_run": true,
2425
"suppressed_errors": [
2526
{"check_name": "check_se_many_missing",
2627
"signal": "pcr_specimen_total_tests"},

ansible/templates/google_symptoms-params-prod.json.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"span_length": 14,
2626
"min_expected_lag": {"all": "3"},
2727
"max_expected_lag": {"all": "4"},
28+
"dry_run": true,
2829
"suppressed_errors": [
2930
]
3031
},

ansible/templates/hhs_hosp-params-prod.json.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"span_length": 14,
1010
"min_expected_lag": {"all": "1"},
1111
"max_expected_lag": {"all": "7"},
12+
"dry_run": true,
1213
"suppressed_errors": []
1314
},
1415
"static": {

ansible/templates/jhu-params-prod.json.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"min_expected_lag": {"all": "1"},
1616
"max_expected_lag": {"all": "1"},
1717
"test_mode": false,
18+
"dry_run": true,
1819
"suppressed_errors": [
1920
{"check_name": "check_val_lt_0"}
2021
]

ansible/templates/quidel_covidtest-params-prod.json.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"span_length": 14,
2626
"min_expected_lag": {"all": "5"},
2727
"max_expected_lag": {"all": "5"},
28+
"dry_run": true,
2829
"suppressed_errors": []
2930
},
3031
"static": {

ansible/templates/safegraph_patterns-params-prod.json.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"span_length": 14,
2121
"min_expected_lag": {"all": "sunday+4,4"},
2222
"max_expected_lag": {"all": "sunday+5,5"},
23+
"dry_run": true,
2324
"suppressed_errors": [
2425
{"signal": "completely_home_prop"},
2526
{"signal": "completely_home_prop_7dav"},

ansible/templates/usafacts-params-prod.json.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"span_length": 14,
2323
"min_expected_lag": {"all": "1"},
2424
"max_expected_lag": {"all": "5"},
25+
"dry_run": true,
2526
"suppressed_errors": [
2627
{"check_name": "check_val_lt_0"},
2728
{"check_name": "check_test_vs_reference_avg_changed",

changehc/params.json.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"span_length": 14,
3939
"min_expected_lag": {"all": "4"},
4040
"max_expected_lag": {"all": "6"},
41+
"dry_run": true,
4142
"suppressed_errors": [
4243
]
4344
},

claims_hosp/params.json.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"span_length": 14,
2323
"min_expected_lag": {"all": "3"},
2424
"max_expected_lag": {"all": "4"},
25+
"dry_run": true,
2526
"suppressed_errors": []
2627
},
2728
"static": {

combo_cases_and_deaths/params.json.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"span_length": 14,
1818
"min_expected_lag": {"all": "2"},
1919
"max_expected_lag": {"all": "6"},
20+
"dry_run": true,
2021
"suppressed_errors": [{"check_name": "check_val_lt_0"} ]
2122
},
2223
"static": {

covid_act_now/params.json.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"span_length": 14,
2222
"min_expected_lag": {"all": "3"},
2323
"max_expected_lag": {"all": "6"},
24+
"dry_run": true,
2425
"suppressed_errors": [
2526
{"check_name": "check_se_many_missing",
2627
"signal": "pcr_specimen_total_tests"},

doctor_visits/params.json.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"span_length": 14,
2020
"min_expected_lag": {"all": "3"},
2121
"max_expected_lag": {"all": "4"},
22+
"dry_run": true,
2223
"suppressed_errors": [
2324
]
2425
},

google_symptoms/params.json.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"span_length": 14,
1616
"min_expected_lag": {"all": "3"},
1717
"max_expected_lag": {"all": "4"},
18+
"dry_run": true,
1819
"suppressed_errors": [
1920
]
2021
},

hhs_hosp/params.json.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"span_length": 14,
1010
"min_expected_lag": {"all": "1"},
1111
"max_expected_lag": {"all": "7"},
12+
"dry_run": true,
1213
"suppressed_errors": []
1314
},
1415
"static": {

jhu/params.json.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"min_expected_lag": {"all": "1"},
1717
"max_expected_lag": {"all": "1"},
1818
"test_mode": false,
19+
"dry_run": true,
1920
"suppressed_errors": [
2021
{"check_name": "check_val_lt_0"}
2122
]

quidel_covidtest/params.json.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"span_length": 14,
2727
"min_expected_lag": {"all": "5"},
2828
"max_expected_lag": {"all": "5"},
29+
"dry_run": true,
2930
"suppressed_errors": []
3031
},
3132
"static": {

safegraph_patterns/params.json.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"span_length": 14,
2121
"min_expected_lag": {"all": "sunday+4,4"},
2222
"max_expected_lag": {"all": "sunday+5,5"},
23+
"dry_run": true,
2324
"suppressed_errors": [
2425
{"signal": "completely_home_prop"},
2526
{"signal": "completely_home_prop_7dav"},

usafacts/params.json.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"span_length": 14,
2424
"min_expected_lag": {"all": "1"},
2525
"max_expected_lag": {"all": "5"},
26+
"dry_run": true,
2627
"suppressed_errors": [
2728
{"check_name": "check_val_lt_0"},
2829
{"check_name": "check_test_vs_reference_avg_changed",

0 commit comments

Comments
 (0)