From 4dec3fe1f770b3e61dfaf43b4ad86e7bfbee34a1 Mon Sep 17 00:00:00 2001 From: Prathik Rao Date: Mon, 10 Feb 2025 13:25:50 -0800 Subject: [PATCH 1/2] test fix --- .../github/azure-pipelines/py-cuda-packaging-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/py-cuda-packaging-pipeline.yml b/tools/ci_build/github/azure-pipelines/py-cuda-packaging-pipeline.yml index a80527373e0d0..c55956f311e0b 100644 --- a/tools/ci_build/github/azure-pipelines/py-cuda-packaging-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/py-cuda-packaging-pipeline.yml @@ -37,7 +37,7 @@ extends: alertWarningLevel: High failOnAlert: false verbosity: Normal - timeout: 3600 + timeout: 4800 tsa: enabled: true codeSignValidation: From d79b500aef26f96824a026edf99a2c37303d801b Mon Sep 17 00:00:00 2001 From: Prathik Rao Date: Mon, 10 Feb 2025 13:40:46 -0800 Subject: [PATCH 2/2] try without vcpkg --- .../github/azure-pipelines/py-cuda-packaging-pipeline.yml | 2 +- .../ci_build/github/azure-pipelines/stages/py-win-gpu-stage.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ci_build/github/azure-pipelines/py-cuda-packaging-pipeline.yml b/tools/ci_build/github/azure-pipelines/py-cuda-packaging-pipeline.yml index c55956f311e0b..a80527373e0d0 100644 --- a/tools/ci_build/github/azure-pipelines/py-cuda-packaging-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/py-cuda-packaging-pipeline.yml @@ -37,7 +37,7 @@ extends: alertWarningLevel: High failOnAlert: false verbosity: Normal - timeout: 4800 + timeout: 3600 tsa: enabled: true codeSignValidation: diff --git a/tools/ci_build/github/azure-pipelines/stages/py-win-gpu-stage.yml b/tools/ci_build/github/azure-pipelines/stages/py-win-gpu-stage.yml index 28a9b1824c769..ce098b490f1b5 100644 --- a/tools/ci_build/github/azure-pipelines/stages/py-win-gpu-stage.yml +++ b/tools/ci_build/github/azure-pipelines/stages/py-win-gpu-stage.yml @@ -125,7 +125,7 @@ stages: --cmake_generator "$(VSGenerator)" --enable_pybind --enable_onnx_tests - --parallel 8 --use_vcpkg --use_binskim_compliant_compile_flags --update --build --msvc_toolset 14.40 + --parallel 8 --use_binskim_compliant_compile_flags --update --build --msvc_toolset 14.40 $(TelemetryOption) ${{ parameters.BUILD_PY_PARAMETERS }} ${{ parameters.EP_BUILD_FLAGS }} ${{ variables.trt_build_flag }} workingDirectory: '$(Build.BinariesDirectory)'