Skip to content

Commit

Permalink
bring the tests back (#1742)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaydeci authored Jan 7, 2024
1 parent 6436e42 commit 3bb1161
Showing 1 changed file with 73 additions and 73 deletions.
146 changes: 73 additions & 73 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -873,39 +873,39 @@ jobs:
dockerfile: 'scripts/Dockerfile.branch'

workflows:
# sanity_tests:
# when: << pipeline.parameters.run_sanity_tests_flow >>
# jobs:
# - hydra_sweeper_test:
# context:
# - slack
# - recipe_sanity_tests_classification_pt1:
# context:
# - slack
# - recipe_sanity_tests_classification_pt2:
# context:
# - slack
# - recipe_sanity_tests_segmentation:
# context:
# - slack
# - recipe_sanity_tests_detection:
# context:
# - slack
# - recipe_sanity_tests_pose_estimation:
# context:
# - slack
# - recipe_accuracy_tests:
# context:
# - slack
# - run_and_convert_notebooks_to_docs:
# context:
# - slack
# run_and_convert_notebooks_to_docs:
# when: << pipeline.parameters.run_and_convert_notebooks_to_docs >>
# jobs:
# - run_and_convert_notebooks_to_docs:
# context:
# - slack
sanity_tests:
when: << pipeline.parameters.run_sanity_tests_flow >>
jobs:
- hydra_sweeper_test:
context:
- slack
- recipe_sanity_tests_classification_pt1:
context:
- slack
- recipe_sanity_tests_classification_pt2:
context:
- slack
- recipe_sanity_tests_segmentation:
context:
- slack
- recipe_sanity_tests_detection:
context:
- slack
- recipe_sanity_tests_pose_estimation:
context:
- slack
- recipe_accuracy_tests:
context:
- slack
- run_and_convert_notebooks_to_docs:
context:
- slack
run_and_convert_notebooks_to_docs:
when: << pipeline.parameters.run_and_convert_notebooks_to_docs >>
jobs:
- run_and_convert_notebooks_to_docs:
context:
- slack

release:
unless:
Expand All @@ -928,50 +928,50 @@ workflows:
- deci-common/persist_version_info
- login_to_codeartifact_release
<<: *release_tag_filter
# - hydra_sweeper_test:
# context:
# - slack
# <<: *release_tag_filter
# - recipe_sanity_tests_classification_pt1:
# context:
# - slack
# <<: *release_tag_filter
# - recipe_sanity_tests_classification_pt2:
# context:
# - slack
# <<: *release_tag_filter
# - recipe_sanity_tests_segmentation:
# context:
# - slack
# <<: *release_tag_filter
# - recipe_sanity_tests_detection:
# context:
# - slack
# <<: *release_tag_filter
# - recipe_sanity_tests_pose_estimation:
# context:
# - slack
# <<: *release_tag_filter
# - recipe_accuracy_tests:
# context:
# - slack
# <<: *release_tag_filter
# - run_and_convert_notebooks_to_docs:
# context:
# - slack
# <<: *release_tag_filter
- hydra_sweeper_test:
context:
- slack
<<: *release_tag_filter
- recipe_sanity_tests_classification_pt1:
context:
- slack
<<: *release_tag_filter
- recipe_sanity_tests_classification_pt2:
context:
- slack
<<: *release_tag_filter
- recipe_sanity_tests_segmentation:
context:
- slack
<<: *release_tag_filter
- recipe_sanity_tests_detection:
context:
- slack
<<: *release_tag_filter
- recipe_sanity_tests_pose_estimation:
context:
- slack
<<: *release_tag_filter
- recipe_accuracy_tests:
context:
- slack
<<: *release_tag_filter
- run_and_convert_notebooks_to_docs:
context:
- slack
<<: *release_tag_filter
- release_version:
py_version: "3.8"
requires:
- "build3.8"
# - hydra_sweeper_test
# - recipe_accuracy_tests
# - recipe_sanity_tests_classification_pt1
# - recipe_sanity_tests_classification_pt2
# - recipe_sanity_tests_segmentation
# - recipe_sanity_tests_detection
# - recipe_sanity_tests_pose_estimation
# - run_and_convert_notebooks_to_docs
- hydra_sweeper_test
- recipe_accuracy_tests
- recipe_sanity_tests_classification_pt1
- recipe_sanity_tests_classification_pt2
- recipe_sanity_tests_segmentation
- recipe_sanity_tests_detection
- recipe_sanity_tests_pose_estimation
- run_and_convert_notebooks_to_docs
<<: *release_tag_filter
- deci-common/pip_upload_package_from_codeartifact_to_global_pypi:
package_name: "super-gradients"
Expand Down

0 comments on commit 3bb1161

Please sign in to comment.