Skip to content

Commit 89c9cf7

Browse files
committed
Productionize!
- Update prod params file with ingestion and log directories. - Add the indicator directory to the Jenkins build list.
1 parent 03c6f45 commit 89c9cf7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- Keep in sync with '.github/workflows/python-ci.yml'.
1010
- TODO: #527 Get this list automatically from python-ci.yml at runtime.
1111
*/
12-
def indicator_list = ["changehc", "claims_hosp", "facebook", "google_symptoms", "hhs_hosp", "jhu", "nchs_mortality", "quidel", "quidel_covidtest", "safegraph_patterns", "sir_complainsalot", "usafacts"]
12+
def indicator_list = ["changehc", "claims_hosp", "facebook", "google_symptoms", "hhs_hosp", "jhu", "nchs_mortality", "quidel", "quidel_covidtest", "safegraph_patterns", "sir_complainsalot", "usafacts", "dsew_community_profile"]
1313
def build_package = [:]
1414
def deploy_staging = [:]
1515
def deploy_production = [:]

ansible/templates/dsew_community_profile-prod.json.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"common": {
3-
"export_dir": "./receiving",
4-
"log_filename": "dsew_cpr.log"
3+
"export_dir": "/common/covidcast/receiving/dsew-cpr",
4+
"log_filename": "/var/log/indicators/dsew_cpr.log"
55
},
66
"indicator": {
77
"input_cache": "./input_cache",
88
"reports": "new"
99
},
1010
"validation": {
1111
"common": {
12-
"data_source": "dsew_cpr",
12+
"data_source": "dsew-cpr",
1313
"span_length": 14,
1414
"min_expected_lag": {"all": "5"},
1515
"max_expected_lag": {"all": "9"},

0 commit comments

Comments
 (0)