Skip to content

Commit

Permalink
Fixed docs conversion (openvinotoolkit#1089)
Browse files Browse the repository at this point in the history
* Fixed 109 for mac

* Added output to 227

* Added output to 108

* Ignore 107 for mac (random crashes)
  • Loading branch information
adrianboguszewski authored May 29, 2023
1 parent 8933536 commit 2d6d225
Show file tree
Hide file tree
Showing 9 changed files with 1,286 additions and 325 deletions.
1 change: 1 addition & 0 deletions .ci/ignore_convert_execution.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
notebooks/108-gpu-device/108-gpu-device.ipynb
notebooks/117-model-server/117-model-server.ipynb
notebooks/211-speech-to-text/211-speech-to-text.ipynb
notebooks/214-grammar-correction/214-grammar-correction.ipynb
Expand Down
1 change: 0 additions & 1 deletion .ci/ignore_convert_full.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
notebooks/108-gpu-device/108-gpu-device.ipynb
notebooks/110-ct-segmentation-quantize/data-preparation-ct-scan.ipynb
notebooks/110-ct-segmentation-quantize/pytorch-monai-training.ipynb
File renamed without changes.
10 changes: 10 additions & 0 deletions .ci/ignore_treon_mac.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
107-speech-recognition-quantization
108-gpu-device
225-stable-diffusion-text-to-image
231-instruct-pix2pix-image-editing
235-controlnet-stable-diffusion
236-stable-diffusion-v2
237-segment-anything
238-deeployd-if
239-image-bind
301-tensorflow-training-openvino
4 changes: 2 additions & 2 deletions .github/workflows/treon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,12 +179,12 @@ jobs:
- name: Analysing with treon (Linux)
if: runner.os == 'Linux'
run: |
python .ci/validate_notebooks.py --ignore_list .ci/ignore_treon.txt --report_dir test_report/${{matrix.os}}-${{ matrix.python }}
python .ci/validate_notebooks.py --ignore_list .ci/ignore_treon_linux.txt --report_dir test_report/${{matrix.os}}-${{ matrix.python }}
shell: bash
- name: Analysing with treon (MacOS)
if: runner.os == 'MacOS'
run: |
python .ci/validate_notebooks.py --ignore_list .ci/ignore_treon.txt --report_dir test_report/${{matrix.os}}-${{ matrix.python }}
python .ci/validate_notebooks.py --ignore_list .ci/ignore_treon_mac.txt --report_dir test_report/${{matrix.os}}-${{ matrix.python }}
shell: bash
- name: Archive test report
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/treon_precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,12 @@ jobs:
- name: Analysing with treon (Linux)
if: runner.os == 'Linux'
run: |
python .ci/validate_notebooks.py --test_list test_notebooks.txt --ignore_list .ci/ignore_treon.txt --report_dir test_report/${{matrix.os}}-${{ matrix.python }}
python .ci/validate_notebooks.py --test_list test_notebooks.txt --ignore_list .ci/ignore_treon_linux.txt --report_dir test_report/${{matrix.os}}-${{ matrix.python }}
shell: bash
- name: Analysing with treon (MacOS)
if: runner.os == 'MacOS'
run: |
python .ci/validate_notebooks.py --test_list test_notebooks.txt --ignore_list .ci/ignore_treon.txt --report_dir test_report/${{matrix.os}}-${{ matrix.python }}
python .ci/validate_notebooks.py --test_list test_notebooks.txt --ignore_list .ci/ignore_treon_mac.txt --report_dir test_report/${{matrix.os}}-${{ matrix.python }}
shell: bash
- name: Archive test report
uses: actions/upload-artifact@v3
Expand Down
Loading

0 comments on commit 2d6d225

Please sign in to comment.