Skip to content
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

Move plugin models to be alongside plugins, remove legacy Sagemaker, Pytorch, notebook, and Tensorflow plugins #736

Merged
merged 17 commits into from
Nov 4, 2021
Merged
2 changes: 1 addition & 1 deletion .github/workflows/pythonbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
pip freeze
- name: Test with coverage
run: |
coverage run -m pytest tests/flytekit/unit tests/scripts
coverage run -m pytest tests/flytekit/unit
- name: Integration Tests with coverage
# https://github.com/actions/runner/issues/241#issuecomment-577360161
shell: 'script -q -e -c "bash {0}"'
Expand Down
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,10 @@ spellcheck: ## Runs a spellchecker over all code and documentation
.PHONY: test
test: lint ## Run tests
pytest tests/flytekit/unit
pytest tests/scripts

.PHONY: unit_test
unit_test:
pytest tests/flytekit/unit
pytest tests/scripts

requirements-spark2.txt: export CUSTOM_COMPILE_COMMAND := make requirements-spark2.txt
requirements-spark2.txt: requirements-spark2.in install-piptools
Expand Down
65 changes: 0 additions & 65 deletions flytekit/common/tasks/pytorch_task.py

This file was deleted.

109 changes: 0 additions & 109 deletions flytekit/common/tasks/sagemaker/built_in_training_job_task.py

This file was deleted.

173 changes: 0 additions & 173 deletions flytekit/common/tasks/sagemaker/custom_training_job_task.py

This file was deleted.

Loading