From c8d54ea8a086901f976d2c51054085272851339f Mon Sep 17 00:00:00 2001 From: Ruben Guerrero Date: Mon, 29 Aug 2022 09:48:05 -0700 Subject: [PATCH] Timeout to 0 (#75399) --- DevOpsPipelineDefinitions/publish-pipeline.yaml | 2 ++ DevOpsPipelineDefinitions/rebuild-pipeline.yaml | 1 + DevOpsPipelineDefinitions/rebuild-rest-pipeline.yaml | 1 + DevOpsPipelineDefinitions/validation-pipeline.yaml | 1 + 4 files changed, 5 insertions(+) diff --git a/DevOpsPipelineDefinitions/publish-pipeline.yaml b/DevOpsPipelineDefinitions/publish-pipeline.yaml index 1689188c6ea..fffdc8e9e8e 100644 --- a/DevOpsPipelineDefinitions/publish-pipeline.yaml +++ b/DevOpsPipelineDefinitions/publish-pipeline.yaml @@ -23,6 +23,7 @@ jobs: variables: skipComponentGovernanceDetection: ${{ true }} runCodesignValidationInjection: ${{ false }} + timeoutInMinutes: 0 steps: # Downloads all the setup files and its dependencies. @@ -107,6 +108,7 @@ jobs: runCodesignValidationInjection: ${{ false }} dependsOn: - 'SignPackage' + timeoutInMinutes: 0 steps: # Downloads all the setup files and its dependencies. diff --git a/DevOpsPipelineDefinitions/rebuild-pipeline.yaml b/DevOpsPipelineDefinitions/rebuild-pipeline.yaml index 4af9141993d..fa6e3fe3313 100644 --- a/DevOpsPipelineDefinitions/rebuild-pipeline.yaml +++ b/DevOpsPipelineDefinitions/rebuild-pipeline.yaml @@ -22,6 +22,7 @@ jobs: variables: skipComponentGovernanceDetection: ${{ true }} runCodesignValidationInjection: ${{ false }} + timeoutInMinutes: 0 steps: # Allow scripts to access the system token. diff --git a/DevOpsPipelineDefinitions/rebuild-rest-pipeline.yaml b/DevOpsPipelineDefinitions/rebuild-rest-pipeline.yaml index 907d1073a59..f4c257a51d7 100644 --- a/DevOpsPipelineDefinitions/rebuild-rest-pipeline.yaml +++ b/DevOpsPipelineDefinitions/rebuild-rest-pipeline.yaml @@ -16,6 +16,7 @@ jobs: variables: skipComponentGovernanceDetection: ${{ true }} runCodesignValidationInjection: ${{ false }} + timeoutInMinutes: 0 steps: # Allow scripts to access the system token. diff --git a/DevOpsPipelineDefinitions/validation-pipeline.yaml b/DevOpsPipelineDefinitions/validation-pipeline.yaml index 1ef313deeb5..ca0257ac66b 100644 --- a/DevOpsPipelineDefinitions/validation-pipeline.yaml +++ b/DevOpsPipelineDefinitions/validation-pipeline.yaml @@ -22,6 +22,7 @@ jobs: variables: skipComponentGovernanceDetection: ${{ true }} runCodesignValidationInjection: ${{ false }} + timeoutInMinutes: 0 steps: # Downloads all the setup files and its dependencies.