-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: download test fixtures differently (#140)
* Retrieve OpenVINO test artifacts from https://download.01.org/ This change is a necessary precursor for removing the Git LFS support in this repository and properly caching these artifacts in GitHub actions.
- Loading branch information
Showing
33 changed files
with
176 additions
and
19,841 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,9 +39,13 @@ jobs: | |
- uses: actions/checkout@v2 | ||
with: | ||
submodules: true | ||
lfs: true | ||
- name: Checkout LFS objects | ||
run: git lfs checkout | ||
- uses: actions/[email protected] | ||
with: | ||
key: openvino-test-fixtures | ||
path: | | ||
crates/openvino/tests/fixtures/alexnet | ||
crates/openvino/tests/fixtures/inception | ||
crates/openvino/tests/fixtures/mobilenet | ||
- uses: abrown/install-openvino-action@v8 | ||
with: | ||
version: ${{ matrix.version }} | ||
|
@@ -92,7 +96,6 @@ jobs: | |
- uses: actions/checkout@v2 | ||
with: | ||
submodules: true | ||
lfs: true | ||
- name: Build documentation | ||
run: cargo doc --no-deps --features openvino-sys/runtime-linking | ||
|
||
|
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Ignore all downloaded artifacts in this directory (see `../mod.rs`) except this file. | ||
* | ||
!.gitignore |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.