onnxruntime/tools/ci_build/github/azure-pipelines
stevenlix 814638cdff
Cherry pick PRs to Rel-1.3.1 (#4198)
* link to folder instead of READMEs inside folder (#3938)

otherwise hard to find the source code

* [Node.js binding] fix linux build (#3927)

* [Node.js binding] add build flag for node.js binding (#3948)

* [Nodejs binding] create a new pipeline to generate signed binaries (#4104)

* add yml files

* update pipeline

* fix yaml syntax

* yaml pop BuildCSharp

* udpate yaml

* do not stage codesign summary

* fix build: pipeline Node.js version to 12.16.3 (#4145)

* [Node.js binding] upgrade node-addon-api to 3.0 (#4148)

* [Node.js binding] add linux and mac package (#4157)

* try mac pipeline

* fix path separator

* copy prebuilds folder

* split esrp yaml for win/mac

* disable mac signing temporarily

* add linux

* fix indent

* add nodetool in linux

* add nodetool in win-ci-2019

* replace linux build by custom docker scripts

* use manylinux as node 12.16 not working on centos6

* try ubuntu

* loosen timeout for test case - multiple runs calls

* add script to support update nodejs binding version (#4164)

* [java] Adds a CUDA test (#3956)

* [java] - adding a cuda enabled test.

* Adding --build_java to the windows gpu ci pipeline.

* Removing a stray line from the unit tests that always enabled CUDA for Java.

* Update OnnxRuntime.java for OS X environment. (#3985)

onnxruntime init failure due to wrong path of reading native libraries. In OS X 64 system, the arch name is detected as x86 which generates invalid path to read native libraries.

Exception java.lang.UnsatisfiedLinkError: no onnxruntime in java.library.path
	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)
	at java.lang.Runtime.loadLibrary0(Runtime.java:870)
	at java.lang.System.loadLibrary(System.java:1122)
	at ai.onnxruntime.OnnxRuntime.load(OnnxRuntime.java:174)
	at ai.onnxruntime.OnnxRuntime.init(OnnxRuntime.java:81)
	at ai.onnxruntime.OrtEnvironment.<clinit>(OrtEnvironment.java:24)

* Create Java publishing pipeline (#3944)

Create CPU and GPu Java publishing pipelines. Final jars are tested on all platforms. However, signing and publishing to maven are manual steps.

* Change group id to com.microsoft.onnxruntime per requirements.

* Java GPu artifact naming (#4179)

Modify gradle build so artifactID has _gpu for GPU builds.
  Pass USE_CUDA flag on CUDA build
  Adjust publishing pipelines to extract POM from a correct path.

Co-Authored-By: @Craigacp

* bump up ORT version to 1.3.1 (#4181)

* move back to toolset 14.16 to possibly work around nvcc bug (#4180)

* Symbolic shape inference exit on models without onnx opset used (#4090)

* Symbolic shape inference exit on models without onnx opset used

* Temporary fix for ConvTranspose with symbolic input dims

Co-authored-by: Changming Sun <me@sunchangming.com>

* Fix Nuphar test failure

* Enlarge the read buffer size in C#/Java test code (#4150)

1. Enlarge the read buffer size further, so that our code can run even faster. TODO: need apply the similar changes to python some other language bindings.
2. Add coreml_VGG16_ImageNet to the test exclusion set of x86_32. It is not a new model but previously we didn't run the test against x86_32.

* Temporarily disable windows static analysis CI job

* skip model coreml_Imputer-LogisticRegression_sklearn_load_breast_cancer

* Delete unused variable

Co-authored-by: Prasanth Pulavarthi <prasantp@microsoft.com>
Co-authored-by: Yulong Wang <yulongw@microsoft.com>
Co-authored-by: Adam Pocock <adam.pocock@oracle.com>
Co-authored-by: jji2019 <49252772+jji2019@users.noreply.github.com>
Co-authored-by: Dmitri Smirnov <yuslepukhin@users.noreply.github.com>
Co-authored-by: Dmitri Smirnov <dmitrism@microsoft.com>
Co-authored-by: George Wu <jywu@microsoft.com>
Co-authored-by: KeDengMS <kedeng@microsoft.com>
Co-authored-by: Changming Sun <me@sunchangming.com>
Co-authored-by: Changming Sun <chasun@microsoft.com>
2020-06-12 11:27:02 -07:00
..
nodejs Cherry pick PRs to Rel-1.3.1 (#4198) 2020-06-12 11:27:02 -07:00
nuget Add signed GPU nuget package to publish ort-nightly nuget feed (#3834) 2020-05-10 16:24:45 -07:00
templates Cherry pick PRs to Rel-1.3.1 (#4198) 2020-06-12 11:27:02 -07:00
android-x86_64-crosscompile-ci-pipeline.yml Make Java API available on Android (#3030) 2020-02-27 08:23:50 -08:00
azure-pipelines-py-packaging.yml Cherry pick fixes to release branch rel-1.3.0 (#3936) 2020-05-14 23:45:18 -07:00
c-api-packaging-pipelines.yml bump up ORT version and extend time limit for windows cpu packaging pipelines (#3852) 2020-05-07 14:22:20 -07:00
centos-ci-pipeline.yml Update centos-ci-pipeline.yml (#3800) 2020-05-02 11:04:23 -07:00
java-api-packaging-pipelines-gpu.yml Cherry pick PRs to Rel-1.3.1 (#4198) 2020-06-12 11:27:02 -07:00
java-api-packaging-pipelines.yml Cherry pick PRs to Rel-1.3.1 (#4198) 2020-06-12 11:27:02 -07:00
linux-arm-ci-pipeline.yml Cherry pick fixes to release branch rel-1.3.0 (#3936) 2020-05-14 23:45:18 -07:00
linux-ci-pipeline.yml Cherry pick PRs to Rel-1.3.1 (#4198) 2020-06-12 11:27:02 -07:00
linux-gpu-ci-pipeline.yml Refactor CI pipelines - add GPU NuGet pipelines and ESRP code signing steps (#1247) 2019-06-20 19:41:30 -07:00
linux-gpu-tensorrt-ci-pipeline.yml Disable downloading test data on Linux (#3581) 2020-04-18 15:54:58 -07:00
linux-multi-gpu-ci-pipeline.yml Enable Gpu multi-device test for CUDA EP and Trt EP 2019-10-14 11:16:34 -07:00
linux-multi-gpu-tensorrt-ci-pipeline.yml Upgrade TensorRT to version 7.0.0.11 (#2973) 2020-02-12 07:03:58 -08:00
linux-ngraph-ci-pipeline.yml Disable downloading test data on Linux (#3581) 2020-04-18 15:54:58 -07:00
linux-nocontribops-ci-pipeline.yml Disable data downloading in linux-nocontribops-ci-pipeline (#3803) 2020-05-02 12:59:24 -07:00
linux-openvino-ci-pipeline.yml Disable data downloading in linux-nocontribops-ci-pipeline (#3803) 2020-05-02 12:59:24 -07:00
linux-openvino-nightly-pipeline.yml OpenVINO EP v2.0 (#3585) 2020-04-24 04:06:02 -07:00
linux-ort-srv-ci-pipeline.yml Cherry pick PRs to Rel-1.3.1 (#4198) 2020-06-12 11:27:02 -07:00
linux-ort-srv-nightly-pipeline.yml Fix spurious component detection warning (#2857) 2020-01-18 20:10:35 -08:00
mac-ci-pipeline.yml Cherry pick PRs to Rel-1.3.1 (#4198) 2020-06-12 11:27:02 -07:00
mac-nocontribops-ci-pipeline.yml Disable model tests for Mac OS X builds 2020-04-02 15:14:32 -07:00
orttraining-linux-ci-pipeline.yml Enable CI for training. 2020-03-11 14:41:32 -07:00
orttraining-linux-gpu-ci-pipeline.yml Enable CI for training. 2020-03-11 14:41:32 -07:00
orttraining-linux-gpu-e2e-test-ci-pipeline.yml Introduce training changes. 2020-03-11 14:39:03 -07:00
orttraining-linux-gpu-frontend-test-ci-pipeline.yml create pipeline for ci frontend tests (#3422) 2020-04-09 15:31:22 -07:00
orttraining-mac-ci-pipeline.yml Enable CI for training. 2020-03-11 14:41:32 -07:00
orttraining-win-ci-pipeline.yml Add --skip_onnx_tests to orttraining Windows builds. 2020-04-21 21:50:35 +00:00
orttraining-win-gpu-ci-pipeline.yml Add --skip_onnx_tests to orttraining Windows builds. 2020-04-21 21:50:35 +00:00
post-merge-jobs.yml Fix the test coverage pipeline (#3710) 2020-04-28 21:21:19 -07:00
win-arm-crosscompile-ci-pipeline.yml Merge windowsai (winml layering) into master (#2956) 2020-02-04 17:12:19 -08:00
win-arm64-crosscompile-ci-pipeline.yml Merge windowsai (winml layering) into master (#2956) 2020-02-04 17:12:19 -08:00
win-ci-pipeline.yml Cherry pick PRs to Rel-1.3.1 (#4198) 2020-06-12 11:27:02 -07:00
win-gpu-ci-pipeline.yml Cherry pick PRs to Rel-1.3.1 (#4198) 2020-06-12 11:27:02 -07:00
win-gpu-tensorrt-ci-pipeline.yml Cherry pick PRs to Rel-1.3.1 (#4198) 2020-06-12 11:27:02 -07:00
win-mklml-ci-pipeline.yml Conditionally export execution provider apis in chsarp (#1724) 2019-09-09 11:17:44 -07:00
win-ngraph-ci-pipeline.yml Fix spurious component detection warning (#2857) 2020-01-18 20:10:35 -08:00
win-nocontribops-ci-pipeline.yml Fix 'Install ONNX' CI failure (#3761) 2020-04-30 18:18:58 +10:00
win-x86-ci-pipeline.yml Fix 'Install ONNX' CI failure (#3761) 2020-04-30 18:18:58 +10:00
win-x86-nocontribops-ci-pipeline.yml Fix 'Install ONNX' CI failure (#3761) 2020-04-30 18:18:58 +10:00