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 (flyteorg#736)

Signed-off-by: Yee Hing Tong <[email protected]>
  • Loading branch information
wild-endeavor authored and Robert Everson committed May 27, 2022
1 parent 8d19799 commit 0245978
Show file tree
Hide file tree
Showing 43 changed files with 261 additions and 2,360 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
109 changes: 0 additions & 109 deletions flytekit/common/tasks/sagemaker/built_in_training_job_task.py

This file was deleted.

102 changes: 0 additions & 102 deletions flytekit/common/tasks/sagemaker/distributed_training.py

This file was deleted.

114 changes: 0 additions & 114 deletions flytekit/common/tasks/sagemaker/hpo_job_task.py

This file was deleted.

7 changes: 0 additions & 7 deletions flytekit/common/tasks/sagemaker/types.py

This file was deleted.

Empty file.
Loading

0 comments on commit 0245978

Please sign in to comment.