onnxruntime/.github/workflows
Changming Sun e7a0495a87
Cherry-picks pipeline changes to 1.16.0 release branch (#17577)
### Description
1. Delete Prefast tasks (#17522)
2. Disable yum update (#17551)
3. Avoid calling patchelf (#17365 and #17562) we that we can validate
the above fix

The main problem I'm trying to solve is: our GPU package depends on both
CUDA 11.x and CUDA 12.x . However, it's not easy to see the information
because ldd doesn't work with the shared libraries we generate(see issue
#9754) . So the patchelf change are useful for me to validate the
"Disabling yum update" was successful. As you can see we call "yum
update" from multiple places. Without some kind of validation it's hard
to say if I have covered all of them.
The Prefast change is needed because I'm going to update the VM images
in the next a few weeks. In case of we need to publish a patch release
after that.

### Motivation and Context
Without this fix we will mix using CUDA 11.x and CUDA 12.x. And it will
crash every time when we use TensorRT.
2023-09-18 15:03:48 -07:00
..
cffconvert.yml Bump actions/checkout from 2 to 3 (#16405) 2023-07-01 03:51:31 +00:00
codeql.yml
generate-skip-doc-change.py Adopt linrtunner as the linting tool - take 2 (#15085) 2023-03-24 15:29:03 -07:00
generated_fake_win_gpu_ci.yml Update Win_GPU_CI trigger (#13290) 2022-10-12 15:22:42 +08:00
gradle-wrapper-validation.yml Add gradle wrapper validation workflow. 2023-03-07 17:56:37 -08:00
labeler.yml Bump github/issue-labeler from 2.5 to 3.2 (#16639) 2023-08-15 18:00:19 +00:00
lint.yml Update win-ci-pipeline.yml: enable xnnpack tests (#16244) 2023-06-14 19:12:42 -07:00
linux.yml Bump actions/setup-python from 3 to 4 (#16404) 2023-06-22 18:12:11 +00:00
publish-c-apidocs.yml Bump actions/checkout from 2 to 3 (#16405) 2023-07-01 03:51:31 +00:00
publish-csharp-apidocs.yml Bump actions/setup-dotnet from 2 to 3 (#16403) 2023-07-01 09:16:28 +08:00
publish-gh-pages.yml Bump actions/upload-pages-artifact from 1 to 2 (#16727) 2023-08-10 15:00:35 -07:00
publish-java-apidocs.yml Bump actions/checkout from 2 to 3 (#16405) 2023-07-01 03:51:31 +00:00
publish-objectivec-apidocs.yml Fix some build issues on MacOS with Xcode 14.3. (#15878) 2023-06-07 12:07:11 -07:00
publish-python-apidocs.yml Bump actions/checkout from 2 to 3 (#16405) 2023-07-01 03:51:31 +00:00
skip-doc-change.yml.j2 Update Win_GPU_CI trigger (#13290) 2022-10-12 15:22:42 +08:00
windows.yml Fix onnxruntime_tvm (#16933) 2023-08-02 07:51:00 +08:00