Skip to content

Commit

Permalink
Fix/sg 000 comment out convert notebooks test (#1528)
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

* notebooks test commented out

* notebooks test commented out

* notebooks test commented out 2

* sanity tests wf commented out
  • Loading branch information
shaydeci committed Oct 15, 2023
1 parent ad570fe commit 69d2594
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -870,9 +870,9 @@ jobs:
dockerfile: 'scripts/Dockerfile.branch'

workflows:
sanity_tests:
when: << pipeline.parameters.run_sanity_tests_flow >>
jobs:
# sanity_tests:
# when: << pipeline.parameters.run_sanity_tests_flow >>
# jobs:
# - hydra_sweeper_test:
# context:
# - slack
Expand All @@ -894,9 +894,9 @@ workflows:
# - recipe_accuracy_tests:
# context:
# - slack
- run_and_convert_notebooks_to_docs:
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 @@ -954,10 +954,10 @@ workflows:
# context:
# - slack
# <<: *release_tag_filter
- run_and_convert_notebooks_to_docs:
context:
- slack
<<: *release_tag_filter
# - run_and_convert_notebooks_to_docs:
# context:
# - slack
# <<: *release_tag_filter
- release_version:
py_version: "3.8"
requires:
Expand All @@ -969,7 +969,7 @@ workflows:
# - recipe_sanity_tests_segmentation
# - recipe_sanity_tests_detection
# - recipe_sanity_tests_pose_estimation
- run_and_convert_notebooks_to_docs
# - 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 69d2594

Please sign in to comment.