From 69d2594d4bbed5af8b6f1a4b724d8954b523eaad Mon Sep 17 00:00:00 2001 From: Shay Aharon <80472096+shaydeci@users.noreply.github.com> Date: Sun, 15 Oct 2023 14:04:12 +0300 Subject: [PATCH] Fix/sg 000 comment out convert notebooks test (#1528) * 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 --- .circleci/config.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index de74bd9b02..efc619b1cb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 @@ -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 >> @@ -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: @@ -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"