Skip to content

Commit

Permalink
Merge pull request #1871 from cmu-delphi/ndefries/deprecate-dsew-cpr-…
Browse files Browse the repository at this point in the history
…pipeline

Deprecate DSEW CPR pipeline
  • Loading branch information
nmdefries authored Jul 25, 2023
2 parents 2759fe4 + 91508b6 commit 4109828
Show file tree
Hide file tree
Showing 23 changed files with 3 additions and 2,268 deletions.
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" "dsew_community_profile" "google_symptoms" "hhs_hosp" "nchs_mortality" "nowcast" "quidel_covidtest" "sir_complainsalot")
indicator_list=("changehc" "claims_hosp" "doctor_visits" "google_symptoms" "hhs_hosp" "nchs_mortality" "nowcast" "quidel_covidtest" "sir_complainsalot")
for path in ${indicator_list[@]}; do
echo "current_version = ${{ steps.indicators.outputs.version }}" > $path/version.cfg
done
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
if: github.event.pull_request.draft == false
strategy:
matrix:
packages: [_delphi_utils_python, changehc, claims_hosp, doctor_visits, dsew_community_profile, google_symptoms, hhs_hosp, nchs_mortality, nowcast, quidel_covidtest, sir_complainsalot]
packages: [_delphi_utils_python, changehc, claims_hosp, doctor_visits, google_symptoms, hhs_hosp, nchs_mortality, nowcast, quidel_covidtest, sir_complainsalot]
defaults:
run:
working-directory: ${{ matrix.packages }}
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", "dsew_community_profile", "doctor_visits"]
def indicator_list = ["backfill_corrections", "changehc", "claims_hosp", "google_symptoms", "hhs_hosp", "nchs_mortality", "quidel_covidtest", "sir_complainsalot", "doctor_visits"]
def build_package_main = [:]
def build_package_prod = [:]
def deploy_staging = [:]
Expand Down
53 changes: 0 additions & 53 deletions ansible/templates/dsew_community_profile-params-prod.json.j2

This file was deleted.

1 change: 0 additions & 1 deletion dsew_community_profile/.gitignore

This file was deleted.

22 changes: 0 additions & 22 deletions dsew_community_profile/.pylintrc

This file was deleted.

133 changes: 0 additions & 133 deletions dsew_community_profile/DETAILS.md

This file was deleted.

30 changes: 0 additions & 30 deletions dsew_community_profile/Makefile

This file was deleted.

86 changes: 0 additions & 86 deletions dsew_community_profile/README.md

This file was deleted.

38 changes: 0 additions & 38 deletions dsew_community_profile/REVIEW.md

This file was deleted.

Empty file.
Loading

0 comments on commit 4109828

Please sign in to comment.