onnxruntime/tools/ci_build/github/azure-pipelines/templates
Changming Sun b854f2399d
Update manylinux build scripts and GPU CUDA version from 11.0 to 11.1 (#7632)
1. Update manylinux build scripts. This will add [PEP600](https://www.python.org/dev/peps/pep-0600/)(manylinux2 tags) support. numpy has adopted this new feature, we should do the same. The old build script files were copied from https://github.com/pypa/manylinux, but they has been deleted and replaced in the upstream repo. The manylinux repo doesn't have a manylinux2014 branch anymore. So I'm removing the obsolete code, sync the files with the latest master.
2. Update GPU CUDA version from 11.0 to 11.1(after a discussion with PMs). 
3. Delete tools/ci_build/github/linux/docker/Dockerfile.manylinux2014_cuda10_2.  (Merged the content to tools/ci_build/github/linux/docker/Dockerfile.manylinux2014_cuda11)
4. Modernize the cmake code of how to locate python devel files. It was suggested in https://github.com/onnx/onnx/pull/1631 .
5. Remove `onnxruntime_MSVC_STATIC_RUNTIME` and `onnxruntime_GCC_STATIC_CPP_RUNTIME` build options. Now cmake has builtin support for it. Starting from cmake 3.15, we can use `CMAKE_MSVC_RUNTIME_LIBRARY` cmake variable to choose which MSVC runtime library we want to use. 
6. Update Ubuntu docker images that used in our CI build from Ubuntu 18.04 to Ubuntu 20.04.
7. Update GCC version in CUDA 11.1 pipelines from 8.x to 9.3.1
8. Split Linux GPU CI pipeline to two jobs: build the code on a CPU machine then run the tests on another GPU machines.  In the past we didn't test our python packages. We only tested the pre-packed files. So we didn't catch the rpath issue in CI build. 
9. Add a CentOS machine pool and test our Linux GPU build on real CentOS machines. 
10. Rework ARM64 Linux GPU python packaging pipeline. Previously it uses cross-compiling therefore we must static link to C Runtime. But now have pluggable EP API and it doesn't support static link. So I changed to use qemu emulation instead. Now the build is 10x slower than before. But it is more extensible.
2021-06-02 23:36:49 -07:00
..
android-java-api-aar.yml Create Android Package pipeline (#7295) 2021-04-12 17:56:25 -07:00
c-api-artifacts-package-and-publish-steps-posix.yml linux trt package pipeline (#7537) 2021-05-03 19:14:20 -07:00
c-api-artifacts-package-and-publish-steps-windows.yml Add python 3.8/3.9 support for Windows GPU and Linux ARM64 (#6615) 2021-02-11 16:43:35 -08:00
c-api-cpu-no-java.yml Update Mac CI builds to use macOS-10.15 image, Xcode 12.4. (#7437) 2021-05-27 09:39:34 -07:00
c-api-cpu.yml Update Mac CI builds to use macOS-10.15 image, Xcode 12.4. (#7437) 2021-05-27 09:39:34 -07:00
clean-agent-build-directory-step.yml
compliance.yml Remove openmp related packaging pipeline (#6991) 2021-03-12 10:02:59 -08:00
component-governance-component-detection-steps.yml
esrp_nuget.yml
get-docker-image-steps.yml to support multiple cuda versions in published onnxruntime-training package (#7468) 2021-04-27 17:15:33 -07:00
java-api-artifacts-package-and-publish-steps-posix.yml Merge CPU packaging pipelines (#6480) 2021-02-04 08:38:56 -08:00
java-api-artifacts-package-and-publish-steps-windows.yml
java-test-final-jar-step.yml Add python 3.8/3.9 support for Windows GPU and Linux ARM64 (#6615) 2021-02-11 16:43:35 -08:00
linux-ci.yml Update manylinux build scripts and GPU CUDA version from 11.0 to 11.1 (#7632) 2021-06-02 23:36:49 -07:00
linux-set-variables-and-download.yml Add python 3.8/3.9 support for Windows GPU and Linux ARM64 (#6615) 2021-02-11 16:43:35 -08:00
mac-ci.yml Update Mac CI builds to use macOS-10.15 image, Xcode 12.4. (#7437) 2021-05-27 09:39:34 -07:00
mac-esrp-dll.yml
py-packaging-stage.yml Update manylinux build scripts and GPU CUDA version from 11.0 to 11.1 (#7632) 2021-06-02 23:36:49 -07:00
run-docker-build-steps.yml Update get_docker_image.py to enable use without image cache container registry. (#6177) 2020-12-18 19:01:02 -08:00
set-nightly-build-option-variable-step.yml
set-python-manylinux-variables-step.yml Replace direct pulls from image cache container registry with get_docker_image.py, build definition clean up. (#5906) 2020-12-01 19:10:23 -08:00
set-test-data-variables-step.yml
set-version-number-variables-step.yml
telemetry-steps.yml
validate-nuget.yml
win-ci-2019.yml [JS] refactor Javascript/Typescript libraries in ONNX Runtime (#7308) 2021-04-16 01:33:10 -07:00
win-ci-arm.yml Add python 3.8/3.9 support for Windows GPU and Linux ARM64 (#6615) 2021-02-11 16:43:35 -08:00
win-ci.yml Update packaging pipelines(#6664) 2021-02-17 09:53:36 -08:00
win-esrp-dll.yml Merge CPU packaging pipelines (#6480) 2021-02-04 08:38:56 -08:00
windows-build-and-test-steps.yml
windows-build-tools-setup-steps.yml
windows-code-coverage-steps.yml
windowsai-nuget-build.yml add use_dml (#7569) 2021-05-05 08:55:13 -07:00
with-container-registry-steps.yml Replace direct pulls from image cache container registry with get_docker_image.py, build definition clean up. (#5906) 2020-12-01 19:10:23 -08:00