Skip to content

Commit 427ef7d

Browse files
committed
add test parameters to staging/prod
1 parent 9a77e52 commit 427ef7d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@
1212
"aws_secret_access_key": "{{ delphi_aws_secret_access_key }}"
1313
},
1414
"bucket_name": "delphi-covidcast-indicator-output"
15+
"test": false,
16+
"test_data_dir": ""
1517
}

ansible/templates/google_health-params-test.json.j2

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@
1111
"aws_access_key_id": "{{ delphi_aws_access_key_id }}",
1212
"aws_secret_access_key": "{{ delphi_aws_secret_access_key }}"
1313
},
14-
"bucket_name": "delphi-covidcast-indicator-output"
14+
"bucket_name": "delphi-covidcast-indicator-output",
15+
"test": true,
16+
"test_data_dir": "./test_data/{geo_res}_sample.csv"
1517
}

0 commit comments

Comments
 (0)