Skip to content

Commit

Permalink
Fix/sg 000 comment out gpu tests (#1527)
Browse files Browse the repository at this point in the history
* gpu tests commented ou

* gpu tests commented ou

* gpu tests commented out in wf
  • Loading branch information
shaydeci committed Oct 15, 2023
1 parent fc039fa commit ad570fe
Showing 1 changed file with 50 additions and 50 deletions.
100 changes: 50 additions & 50 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ad570fe

Please sign in to comment.