forked from openvinotoolkit/openvino
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into mbencer/DoNotSkipConstsForSubgraphs
- Loading branch information
Showing
3,019 changed files
with
73,047 additions
and
40,864 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -70,6 +70,7 @@ jobs: | |
displayName: 'System info' | ||
- script: | | ||
set -e | ||
rm -rf $(WORK_DIR) ; mkdir $(WORK_DIR) | ||
rm -rf $(BUILD_DIR) ; mkdir $(BUILD_DIR) | ||
rm -rf $(BUILD_SAMPLES_DIR) ; mkdir $(BUILD_SAMPLES_DIR) | ||
|
@@ -126,10 +127,10 @@ jobs: | |
displayName: 'Clean ccache stats' | ||
|
||
- script: | | ||
set -e | ||
wget https://scan.coverity.com/download/linux64 --post-data "token=$(COVERITY_TOKEN)&project=openvino" -O coverity_tool.tgz | ||
tar xvf coverity_tool.tgz | ||
rm coverity_tool.tgz | ||
set -e | ||
wget https://scan.coverity.com/download/linux64 --post-data "token=$(COVERITY_TOKEN)&project=openvino" -O coverity_tool.tgz | ||
tar xvf coverity_tool.tgz | ||
rm coverity_tool.tgz | ||
workingDirectory: $(WORK_DIR) | ||
displayName: 'Install coverity tool' | ||
|
@@ -154,11 +155,11 @@ jobs: | |
displayName: 'Pack cov-int folder for submission' | ||
|
||
- script: | | ||
curl --form token=$(COVERITY_TOKEN) \ | ||
--form email=$(COVERITY_USER) \ | ||
--form [email protected] \ | ||
--form version="$(Build.SourceVersion)" \ | ||
--form description="https://github.com/openvinotoolkit/openvino/runs/$(Build.BuildNumber)" \ | ||
https://scan.coverity.com/builds?project=openvino | ||
curl --form token=$(COVERITY_TOKEN) \ | ||
--form email=$(COVERITY_USER) \ | ||
--form [email protected] \ | ||
--form version="$(Build.SourceVersion)" \ | ||
--form description="https://github.com/openvinotoolkit/openvino/runs/$(Build.BuildNumber)" \ | ||
https://scan.coverity.com/builds?project=openvino | ||
workingDirectory: $(BUILD_DIR) | ||
displayName: 'Submit for analysis' |
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
Oops, something went wrong.