Skip to content

Commit

Permalink
Put back tests (#1561)
Browse files Browse the repository at this point in the history
  • Loading branch information
BloodAxe authored Oct 23, 2023
1 parent 8a1d255 commit f153c61
Showing 1 changed file with 67 additions and 67 deletions.
134 changes: 67 additions & 67 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -870,33 +870,33 @@ 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
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 >>
Expand Down Expand Up @@ -926,50 +926,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 f153c61

Please sign in to comment.