Skip to content

Commit ecfa304

Browse files
committed
cruft removal attempt #1
1 parent d4e4175 commit ecfa304

File tree

7 files changed

+16
-81
lines changed

7 files changed

+16
-81
lines changed

Diff for: .github/workflows/ci.yaml

-27
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,6 @@ jobs:
55
build:
66
runs-on: ubuntu-latest
77
steps:
8-
- run: mkdir -p repos/undefx
9-
- name: Checkout undefx/py3tester
10-
uses: actions/checkout@v2
11-
with:
12-
repository: undefx/py3tester
13-
path: repos/undefx/py3tester
14-
- name: Checkout undefx/undef-analysis
15-
uses: actions/checkout@v2
16-
with:
17-
repository: undefx/undef-analysis
18-
path: repos/undefx/undef-analysis
19-
208
- run: mkdir -p repos/delphi
219

2210
- name: Checkoutcmu-delphi/operations
@@ -29,25 +17,10 @@ jobs:
2917
with:
3018
repository: cmu-delphi/utils
3119
path: repos/delphi/utils
32-
- name: Checkout cmu-delphi/github-deploy-repo
33-
uses: actions/checkout@v2
34-
with:
35-
repository: cmu-delphi/github-deploy-repo
36-
path: repos/delphi/github-deploy-repo
3720
- name: Checkout THIS REPO
3821
uses: actions/checkout@v2
3922
with:
4023
path: repos/delphi/delphi-epidata
41-
- name: Checkout cmu-delphi/flu-contest
42-
uses: actions/checkout@v2
43-
with:
44-
repository: cmu-delphi/flu-contest
45-
path: repos/delphi/flu-contest
46-
- name: Checkout cmu-delphi/nowcast
47-
uses: actions/checkout@v2
48-
with:
49-
repository: cmu-delphi/nowcast
50-
path: repos/delphi/nowcast
5124

5225
- name: Build docker images
5326
run: |

Diff for: .github/workflows/performance-tests.yml

-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ jobs:
4848
cd driver/repos/delphi
4949
git clone https://github.com/cmu-delphi/operations
5050
git clone https://github.com/cmu-delphi/utils
51-
git clone https://github.com/cmu-delphi/flu-contest
52-
git clone https://github.com/cmu-delphi/nowcast
5351
cd ../../
5452
5553
cd ..

Diff for: TODO

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
- grep for:
2+
undef
3+
py3test
4+
test_target
5+
github.deploy.repo
6+
flu.contest
7+
nowcast (hard to filter on)
8+
9+
10+
- still need to remove from:
11+
docs/
12+
README.md
13+
tests/
14+
integrations/
15+
???

Diff for: deploy.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -241,10 +241,7 @@
241241
"dst": "[[stasis]]/integrations/",
242242
"match": "^.*\\.(py)$",
243243
"recursive": true
244-
},
245-
246-
"// run unit and coverage tests",
247-
{"type": "py3test"}
244+
}
248245

249246
]
250247
}

Diff for: dev/docker/python/setup.sh

-8
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,8 @@
1212
# bail if anything fails
1313
set -e
1414

15-
# create python package `undefx`
16-
mkdir undefx
17-
mv repos/undefx/py3tester/src undefx/py3tester
18-
mv repos/undefx/undef-analysis undefx/undef_analysis
19-
2015
# create python package `delphi`
2116
mkdir delphi
2217
mv repos/delphi/operations/src delphi/operations
2318
mv repos/delphi/utils/src delphi/utils
24-
mv repos/delphi/github-deploy-repo/src delphi/github_deploy_repo
2519
mv repos/delphi/delphi-epidata/src delphi/epidata
26-
mv repos/delphi/flu-contest/src delphi/flu_contest
27-
mv repos/delphi/nowcast/src delphi/nowcast

Diff for: dev/local/install.sh

-15
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@
1717
# operations/
1818
# delphi-epidata/
1919
# utils/
20-
# flu-contest/
21-
# nowcast/
22-
# github-deploy-repo/
23-
# undefx/
24-
# py3tester/
25-
# undef-analysis/
2620
#
2721
# Leaves you in driver, the main workdir.
2822
#
@@ -33,15 +27,6 @@ cd driver/repos/delphi
3327
git clone https://github.com/cmu-delphi/operations
3428
git clone https://github.com/cmu-delphi/delphi-epidata
3529
git clone https://github.com/cmu-delphi/utils
36-
git clone https://github.com/cmu-delphi/flu-contest
37-
git clone https://github.com/cmu-delphi/nowcast
38-
git clone https://github.com/cmu-delphi/github-deploy-repo
39-
cd ../../
40-
41-
mkdir -p repos/undefx
42-
cd repos/undefx
43-
git clone https://github.com/undefx/py3tester
44-
git clone https://github.com/undefx/undef-analysis
4530
cd ../../
4631

4732
ln -s repos/delphi/delphi-epidata/dev/local/Makefile

Diff for: dev/local/setup.cfg

-25
Original file line numberDiff line numberDiff line change
@@ -32,40 +32,15 @@ packages =
3232
delphi.epidata.server.endpoints
3333
delphi.epidata.server.endpoints.covidcast_utils
3434
delphi.epidata.server.utils
35-
delphi.flu_contest
36-
delphi.flu_contest
37-
delphi.flu_contest.archefilter
38-
delphi.flu_contest.covid
39-
delphi.flu_contest.epicast
40-
delphi.flu_contest.forecasters
41-
delphi.flu_contest.hosp
42-
delphi.flu_contest.main
43-
delphi.flu_contest.uploads
44-
delphi.flu_contest.utils
45-
delphi.github_deploy_repo
46-
delphi.github_deploy_repo.actions
47-
delphi.nowcast
48-
delphi.nowcast.experiments
49-
delphi.nowcast.fusion
50-
delphi.nowcast.obsolete
51-
delphi.nowcast.sensors
52-
delphi.nowcast.util
5335
delphi.operations
5436
delphi.operations.database_metrics
5537
delphi.operations.screenshots
5638
delphi.operations.screenshots.covidcast
5739
delphi.utils
5840
delphi.utils.geo
5941
delphi.utils.obsolete
60-
undefx.py3tester
61-
undefx.undef_analysis
6242

6343
package_dir =
6444
delphi.epidata = delphi/delphi-epidata/src
65-
delphi.flu_contest = delphi/flu-contest/src
66-
delphi.github_deploy_repo = delphi/github-deploy-repo/src
67-
delphi.nowcast = delphi/nowcast/src
6845
delphi.operations = delphi/operations/src
6946
delphi.utils = delphi/utils/src
70-
undefx.py3tester = undefx/py3tester/src
71-
undefx.undef_analysis = undefx/undef-analysis

0 commit comments

Comments
 (0)