onnxruntime/tools/ci_build/github
Yi Zhang 91baeb8495
Reduce downloads to NodeJS to mitigate random connection exception. (#20518)
### Description
There was connection exception in docker build in package pipeline
```
48.26 + curl https://nodejs.org/dist/v18.17.1/node-v18.17.1-linux-x64.tar.gz -sSL --retry 5 --retry-delay 30 --create-dirs -o /tmp/src/node-v18.17.1-linux-x64.tar.gz --fail
456.0 curl: (92) HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)
```

https://dev.azure.com/aiinfra/Lotus/_build/results?buildId=453140&view=logs&j=f9f5b320-fa10-56c4-debe-61ea69c74793&t=1656e225-defa-5b12-8935-2a0a93e76a67&s=3c85d903-a183-5028-775e-d63999fcc9ae

In fact, docker image shouldn't be rebuilt this time.

Checked the code, The docker image tag in Linux_C_API_Packaging_GPU_x64
of onnxruntimecuda${{ variables.CUDA_VERSION_MAJOR }}build was same as
the image tag of Linux-gpu-ci-pipeline, but their docker files are
different.

So changing the Linux GPU pipeline's image tag to avoid packaging
pipeline docker image overridden unexpectedly.
2024-05-01 09:04:56 +08:00
..
android Bump ruff to 0.3.2 and black to 24 (#19878) 2024-03-13 10:00:32 -07:00
apple Use download.onnxruntime.ai in podspec (#20474) 2024-04-26 20:28:54 +10:00
azure-pipelines Reduce downloads to NodeJS to mitigate random connection exception. (#20518) 2024-05-01 09:04:56 +08:00
js Add MacOS build to ORT C Pod (#18550) 2023-11-28 10:11:53 -08:00
linux Revert "Nuget .NET changes for Mac Catalyst (#19923)" (#20418) 2024-04-23 15:08:12 +08:00
pai fix rocm ci pipeline (#19525) 2024-02-15 00:02:08 -08:00
windows Bump ruff to 0.3.2 and black to 24 (#19878) 2024-03-13 10:00:32 -07:00
Doxyfile_csharp.cfg [C#] Rename unreleased API, add utilities (#16806) 2023-08-02 10:06:42 -07:00