diff --git a/.circleci/config.yml b/.circleci/config.yml index 555d46b119..de74bd9b02 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -507,7 +507,7 @@ jobs: python3.8 -m pip install --upgrade setuptools pip wheel python3.8 -m pip install -r requirements.txt python3.8 -m pip install . - python3.8 -m pip install torch torchvision torchaudio + python3.8 -m pip install torch torchvision torchaudio make sweeper_test - run: @@ -873,27 +873,27 @@ 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 +# - 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 @@ -926,34 +926,34 @@ 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 +# - 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