diff --git a/Jenkinsfile b/Jenkinsfile index a54087336..5372e4554 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ - Keep in sync with '.github/workflows/python-ci.yml'. - TODO: #527 Get this list automatically from python-ci.yml at runtime. */ -def indicator_list = ["changehc", "claims_hosp", "facebook", "google_symptoms", "hhs_hosp", "jhu", "nchs_mortality", "quidel", "quidel_covidtest", "safegraph_patterns", "sir_complainsalot", "usafacts"] +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"] def build_package = [:] def deploy_staging = [:] def deploy_production = [:] diff --git a/ansible/templates/dsew_community_profile-prod.json.j2 b/ansible/templates/dsew_community_profile-prod.json.j2 index 89cee4bf0..c7f7c0604 100644 --- a/ansible/templates/dsew_community_profile-prod.json.j2 +++ b/ansible/templates/dsew_community_profile-prod.json.j2 @@ -1,7 +1,7 @@ { "common": { - "export_dir": "./receiving", - "log_filename": "dsew_cpr.log" + "export_dir": "/common/covidcast/receiving/dsew-cpr", + "log_filename": "/var/log/indicators/dsew_cpr.log" }, "indicator": { "input_cache": "./input_cache", @@ -9,7 +9,7 @@ }, "validation": { "common": { - "data_source": "dsew_cpr", + "data_source": "dsew-cpr", "span_length": 14, "min_expected_lag": {"all": "5"}, "max_expected_lag": {"all": "9"},