-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI] [GHA] Skip test_div_uint8_cpu
on macOS only; unskip test_onnx/test_backend.py
in GHA workflows
#20367
Merged
ilya-lavrenov
merged 10 commits into
openvinotoolkit:master
from
akashchi:ci/azure/test-macos-with-skip
Oct 11, 2023
Merged
[CI] [GHA] Skip test_div_uint8_cpu
on macOS only; unskip test_onnx/test_backend.py
in GHA workflows
#20367
ilya-lavrenov
merged 10 commits into
openvinotoolkit:master
from
akashchi:ci/azure/test-macos-with-skip
Oct 11, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
akashchi
added
category: CI
OpenVINO public CI
do not merge
do_not_review
do_not_merge
labels
Oct 10, 2023
github-actions
bot
added
category: Python API
OpenVINO Python bindings
github_actions
Pull requests that update GitHub Actions code
labels
Oct 10, 2023
akashchi
changed the title
[CI] [GHA] Test macOS pipeline with changes from #20366
[CI] [GHA] Skip Oct 11, 2023
test_div_uint8_cpu
on macOS only; unskip test_onnx/test_backend.py
in GHA workflows
run: | | ||
python3 -m pytest -s ${{ env.INSTALL_TEST_DIR }}/pyngraph \ | ||
--junitxml=${{ env.INSTALL_TEST_DIR }}/TEST-Pyngraph.xml \ | ||
--ignore=${{ env.INSTALL_TEST_DIR }}/pyngraph/tests/test_onnx/test_zoo_models.py \ | ||
--ignore=${{ env.INSTALL_TEST_DIR }}/pyngraph/tests/test_onnx/test_backend.py | ||
--ignore=${{ env.INSTALL_TEST_DIR }}/pyngraph/tests/test_onnx/test_zoo_models.py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested change
--ignore=${{ env.INSTALL_TEST_DIR }}/pyngraph/tests/test_onnx/test_zoo_models.py | |
--ignore=${{ env.INSTALL_TEST_DIR }}/pyngraph/tests_compatiblity/test_onnx/test_zoo_models.py |
?
Let's check proper path
ilya-lavrenov
approved these changes
Oct 11, 2023
ilya-lavrenov
added a commit
to ilya-lavrenov/openvino
that referenced
this pull request
Oct 12, 2023
…nskip `test_onnx/test_backend.py` in GHA workflows (openvinotoolkit#20367)" (openvinotoolkit#20402)" This reverts commit d41e7fc.
alvoron
pushed a commit
to alvoron/openvino
that referenced
this pull request
Nov 6, 2023
…/test_backend.py` in GHA workflows (openvinotoolkit#20367) * only skip test if mac * unskip * unskip trigger * skip for onnx fe as well * do not skip * return skips and unskip test_backend in Python API 1.0 * rm pr trigger --------- Co-authored-by: Ilya Lavrenov <[email protected]>
alvoron
pushed a commit
to alvoron/openvino
that referenced
this pull request
Nov 6, 2023
…est_onnx/test_backend.py` in GHA workflows (openvinotoolkit#20367)" (openvinotoolkit#20402) This reverts commit a3d6d0b.
allnes
pushed a commit
to allnes/openvino
that referenced
this pull request
Nov 23, 2023
…/test_backend.py` in GHA workflows (openvinotoolkit#20367) * only skip test if mac * unskip * unskip trigger * skip for onnx fe as well * do not skip * return skips and unskip test_backend in Python API 1.0 * rm pr trigger --------- Co-authored-by: Ilya Lavrenov <[email protected]>
allnes
pushed a commit
to allnes/openvino
that referenced
this pull request
Nov 23, 2023
…est_onnx/test_backend.py` in GHA workflows (openvinotoolkit#20367)" (openvinotoolkit#20402) This reverts commit a3d6d0b.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
category: CI
OpenVINO public CI
category: ONNX FE
OpenVINO ONNX FrontEnd
category: Python API
OpenVINO Python bindings
github_actions
Pull requests that update GitHub Actions code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.