Skip to content

Commit

Permalink
Move plugin models to be alongside plugins, remove legacy Sagemaker, …
Browse files Browse the repository at this point in the history
…Pytorch, notebook, and Tensorflow plugins (#736)

Signed-off-by: Yee Hing Tong <[email protected]>
  • Loading branch information
wild-endeavor authored Nov 4, 2021
1 parent 673e076 commit ba29604
Show file tree
Hide file tree
Showing 46 changed files with 261 additions and 2,663 deletions.
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

0 comments on commit ba29604

Please sign in to comment.