Skip to content

Commit

Permalink
Increase timeouts in jobs that perform signing (#47027)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoyosjs committed Jan 15, 2021
1 parent 53fa5fa commit 911b1d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/official/jobs/prepare-signed-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: NetCoreInternal-Pool
queue: buildpool.windows.10.amd64.vs2019
# Double the default timeout.
timeoutInMinutes: 120
timeoutInMinutes: 180
workspace:
clean: all

Expand All @@ -35,7 +35,7 @@ jobs:
zipSources: false
feedSource: https://dnceng.pkgs.visualstudio.com/_packaging/MicroBuildToolset/nuget/v3/index.json
continueOnError: false
condition: and(succeeded(),
condition: and(succeeded(),
in(variables['SignType'], 'real', 'test'))

- task: DownloadBuildArtifacts@0
Expand Down
2 changes: 2 additions & 0 deletions eng/pipelines/runtime-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ stages:
jobParameters:
isOfficialBuild: ${{ variables.isOfficialBuild }}
signBinaries: ${{ variables.isOfficialBuild }}
timeoutInMinutes: 120

- template: /eng/pipelines/common/platform-matrix.yml
parameters:
Expand All @@ -73,6 +74,7 @@ stages:
- windows_x64
jobParameters:
isOfficialBuild: ${{ variables.isOfficialBuild }}
timeoutInMinutes: 120
crossDacPlatforms:
- Linux_x64
- Linux_arm
Expand Down

0 comments on commit 911b1d3

Please sign in to comment.