Skip to content

Commit

Permalink
Remove all Azure support from toil. (DataBiosphere#2860)
Browse files Browse the repository at this point in the history
  • Loading branch information
DailyDreaming authored and adamnovak committed Nov 14, 2019
1 parent 2cfcdec commit b7409f6
Show file tree
Hide file tree
Showing 61 changed files with 62 additions and 5,191 deletions.
2 changes: 0 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ py2_jobstore_and_provisioning:
- virtualenv -p python2.7 venv && . venv/bin/activate && make prepare && make develop extras=[all] && pip install htcondor
- python -m pytest src/toil/test/sort/sortTest.py
- python -m pytest src/toil/test/provisioners/aws/awsProvisionerTest.py
# - python -m pytest src/toil/test/provisioners/azureProvisionerTest.py # disabled and no longer maintained
- python -m pytest src/toil/test/provisioners/clusterScalerTest.py
- python -m pytest src/toil/test/provisioners/gceProvisionerTest.py

Expand Down Expand Up @@ -134,7 +133,6 @@ py3_jobstore_and_provisioning:
- python -m pytest src/toil/test/jobStores/jobStoreTest.py
- python -m pytest src/toil/test/sort/sortTest.py
- python -m pytest src/toil/test/provisioners/aws/awsProvisionerTest.py
# - python -m pytest src/toil/test/provisioners/azureProvisionerTest.py # disabled and no longer maintained
- python -m pytest src/toil/test/provisioners/clusterScalerTest.py
- python -m pytest src/toil/test/provisioners/gceProvisionerTest.py

Expand Down
7 changes: 0 additions & 7 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
# Near Term (In Progress, Estimated Completion Date?)
* Ansible provisioning.
- [ ] Azure
- [ ] AWS
- [ ] Google
* Libcloud provisioning
- [ ] Google
- [ ] AWS
- [ ] Azure
- [ ] Fix flaky tests
- [ ] Run massive workflows
- [ ] Better feedback (error messages, logging).

# Medium Term (~ 6-month goals, by ~June 2018?)
* Batch systems
- [ ] Google Pipelines
- [ ] Azure Batch
- [ ] AWS Batch
- [ ] Containerize leader (work with Consonance)
- [ ] Change the thread pool model to improve single machine usage.
Expand All @@ -40,5 +34,4 @@
- [x] Travis CI for commits.
- [x] Run Toil within Popper (https://cross.ucsc.edu/tag/popper/).
- [x] Grafana for workflow monitoring
- [x] Update the Azure jobStore.
- [x] Finish Google jobStore (GCP)
26 changes: 0 additions & 26 deletions contrib/admin/test-pr

This file was deleted.

22 changes: 0 additions & 22 deletions contrib/azure/LICENSE

This file was deleted.

77 changes: 0 additions & 77 deletions contrib/azure/README.md

This file was deleted.

164 changes: 0 additions & 164 deletions contrib/azure/agent-0.json

This file was deleted.

Loading

0 comments on commit b7409f6

Please sign in to comment.