Skip to content

Commit a13a32c

Browse files
committed
Merged PR 44015: Increase timeout for internal runtime token
The arm64 officail build step often starts a bit later than an hour, and tries to install runtimes, ---- #### AI description (iteration 1) #### PR Classification Configuration update #### PR Summary This pull request increases the timeout for internal runtime tokens to enhance the stability of internal processes. - Changes in `/.azure/pipelines/jobs/default-build.yml` to set `expiryInHours` parameter to 3 hours.
1 parent 1368813 commit a13a32c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.azure/pipelines/jobs/default-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,8 @@ jobs:
423423
parameters:
424424
legacyCredential: $(dn-bot-dnceng-artifact-feeds-rw)
425425
- template: /eng/common/templates-official/steps/enable-internal-runtimes.yml@self
426+
paramters:
427+
expiryInHours: 3
426428

427429
# Populate dotnetbuilds-internal-container-read-token
428430
- template: /eng/common/templates-official/steps/get-delegation-sas.yml

0 commit comments

Comments
 (0)