Skip to content

Commit 8e4d06f

Browse files
authored
Merge pull request #15 from GoogleCloudPlatform/ScriptsBuilderBranch
Frameworks and deployments generalized refactor
2 parents eb63e8e + eef0433 commit 8e4d06f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+3066
-1662
lines changed

.github/workflows/.github-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
pylint --jobs=0 $(git ls-files '*.py') --ignore-paths=example --rcfile=.pylintrc
3535
- name: Test with pytest
3636
run: |
37-
pytest AutoMLOps --cov=AutoMLOps
37+
pytest tests --cov=AutoMLOps

AutoMLOps/AutoMLOps.py

Lines changed: 80 additions & 598 deletions
Large diffs are not rendered by default.

AutoMLOps/CloudRunBuilder.py

Lines changed: 0 additions & 391 deletions
This file was deleted.

AutoMLOps/ComponentBuilder.py

Lines changed: 0 additions & 240 deletions
This file was deleted.

0 commit comments

Comments
 (0)