Skip to content

Deactivate HHS #1965

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
bump2version --list ${{ github.event.inputs.versionName }} | grep ^new_version | sed -r s,"^.*=",,
- name: Copy version to indicator directory
run: |
indicator_list=("changehc" "claims_hosp" "doctor_visits" "google_symptoms" "hhs_hosp" "nchs_mortality" "quidel_covidtest" "sir_complainsalot")
indicator_list=("changehc" "claims_hosp" "doctor_visits" "google_symptoms" "nchs_mortality" "quidel_covidtest" "sir_complainsalot")
for path in ${indicator_list[@]}; do
echo "current_version = ${{ steps.indicators.outputs.version }}" > $path/version.cfg
done
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
claims_hosp,
doctor_visits,
google_symptoms,
hhs_hosp,
nchs_mortality,
nwss_wastewater,
quidel_covidtest,
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- TODO: #527 Get this list automatically from python-ci.yml at runtime.
*/

def indicator_list = ["backfill_corrections", "changehc", "claims_hosp", "google_symptoms", "hhs_hosp", "nchs_mortality", "quidel_covidtest", "sir_complainsalot", "doctor_visits", "nwss_wastewater"]
def indicator_list = ["backfill_corrections", "changehc", "claims_hosp", "google_symptoms", "nchs_mortality", "quidel_covidtest", "sir_complainsalot", "doctor_visits", "nwss_wastewater"]
def build_package_main = [:]
def build_package_prod = [:]
def deploy_staging = [:]
Expand Down
32 changes: 0 additions & 32 deletions ansible/templates/hhs_hosp-params-prod.json.j2

This file was deleted.

3 changes: 1 addition & 2 deletions ansible/templates/staging-api-match-list.j2
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
data_source=quidel-staging&signal=covid_ag_
data_source=chng
data_source=safegraph
data_source=google-symptoms
data_source=hhs
data_source=google-symptoms
22 changes: 0 additions & 22 deletions hhs_hosp/.pylintrc

This file was deleted.

34 changes: 0 additions & 34 deletions hhs_hosp/Makefile

This file was deleted.

64 changes: 0 additions & 64 deletions hhs_hosp/README.md

This file was deleted.

39 changes: 0 additions & 39 deletions hhs_hosp/REVIEW.md

This file was deleted.

1 change: 0 additions & 1 deletion hhs_hosp/cache/.gitignore

This file was deleted.

16 changes: 0 additions & 16 deletions hhs_hosp/delphi_hhs/__init__.py

This file was deleted.

11 changes: 0 additions & 11 deletions hhs_hosp/delphi_hhs/__main__.py

This file was deleted.

29 changes: 0 additions & 29 deletions hhs_hosp/delphi_hhs/constants.py

This file was deleted.

Loading
Loading