Skip to content

Commit 479f8f4

Browse files
authored
Merge pull request #1818 from cmu-delphi/jhu-deactivation
Jhu deactivation
2 parents a861a3e + 6eced9a commit 479f8f4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+3
-119554
lines changed

.github/workflows/create-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
bump2version --list ${{ github.event.inputs.versionName }} | grep ^new_version | sed -r s,"^.*=",,
6262
- name: Copy version to indicator directory
6363
run: |
64-
indicator_list=("changehc" "claims_hosp" "doctor_visits" "dsew_community_profile" "google_symptoms" "hhs_hosp" "jhu" "nchs_mortality" "nowcast" "quidel_covidtest" "sir_complainsalot")
64+
indicator_list=("changehc" "claims_hosp" "doctor_visits" "dsew_community_profile" "google_symptoms" "hhs_hosp" "nchs_mortality" "nowcast" "quidel_covidtest" "sir_complainsalot")
6565
for path in ${indicator_list[@]}; do
6666
echo "current_version = ${{ steps.indicators.outputs.version }}" > $path/version.cfg
6767
done

.github/workflows/python-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: github.event.pull_request.draft == false
1717
strategy:
1818
matrix:
19-
packages: [_delphi_utils_python, changehc, claims_hosp, doctor_visits, dsew_community_profile, google_symptoms, hhs_hosp, jhu, nchs_mortality, nowcast, quidel_covidtest, sir_complainsalot]
19+
packages: [_delphi_utils_python, changehc, claims_hosp, doctor_visits, dsew_community_profile, google_symptoms, hhs_hosp, nchs_mortality, nowcast, quidel_covidtest, sir_complainsalot]
2020
defaults:
2121
run:
2222
working-directory: ${{ matrix.packages }}

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- TODO: #527 Get this list automatically from python-ci.yml at runtime.
1111
*/
1212

13-
def indicator_list = ["backfill_corrections", "changehc", "claims_hosp", "google_symptoms", "hhs_hosp", "jhu", "nchs_mortality", "quidel_covidtest", "sir_complainsalot", "dsew_community_profile", "doctor_visits"]
13+
def indicator_list = ["backfill_corrections", "changehc", "claims_hosp", "google_symptoms", "hhs_hosp", "nchs_mortality", "quidel_covidtest", "sir_complainsalot", "dsew_community_profile", "doctor_visits"]
1414
def build_package_main = [:]
1515
def build_package_prod = [:]
1616
def deploy_staging = [:]

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

-51
This file was deleted.

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

-5
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@
2828
"sum_anosmia_ageusia_smoothed_search"
2929
]
3030
},
31-
"jhu-csse": {
32-
"max_age": 2,
33-
"maintainers": ["U01AP8GSWG3","U01069KCRS7"],
34-
"retired-signals": ["confirmed_7dav_cumulative_num", "confirmed_7dav_cumulative_prop", "deaths_7dav_cumulative_num", "deaths_7dav_cumulative_prop"]
35-
},
3631
"quidel": {
3732
"max_age":6,
3833
"maintainers": ["U01AP8GSWG3","U01069KCRS7"],

jenkins/jhu-jenkins-build.sh

-21
This file was deleted.

jenkins/jhu-jenkins-deploy.sh

-18
This file was deleted.

jenkins/jhu-jenkins-package.sh

-18
This file was deleted.

jenkins/jhu-jenkins-test.sh

-23
This file was deleted.

jenkins/safegraph-jenkins-build.sh

-21
This file was deleted.

jenkins/safegraph-jenkins-test.sh

-22
This file was deleted.

jhu/.gitignore

-121
This file was deleted.

jhu/.pylintrc

-22
This file was deleted.

0 commit comments

Comments
 (0)