File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 32
32
stagingDirectory : $(rootDirectory)/sb/staging
33
33
systemLibunwind : ${{ parameters.systemLibunwind }}
34
34
tarballName : tarball_$(Build.BuildId)
35
+ tarballDownloadArgs : >-
36
+ /p:DownloadSourceBuildReferencePackagesTimeoutSeconds=600
37
+ /p:DownloadSourceBuiltArtifactsTimeoutSeconds=1500
35
38
SOURCE_BUILD_SKIP_SUBMODULE_CHECK : true
36
39
# Default type, can be overridden by matrix legs.
37
40
type : ${{ coalesce(parameters.type, 'Production') }}
76
79
/p:ArchiveDownloadedPackages=$(sb.tarball) \
77
80
/p:FailOnPrebuiltBaselineError=$failOnBaselineError \
78
81
/p:ProdConBlobFeedUrlPrefix=$(prodConBlobFeedUrlPrefix) \
82
+ $(tarballDownloadArgs) \
79
83
/p:AzDoPat=$(System.AccessToken)
80
84
du -h $(rootDirectory) | sort -h | tail -n 50
81
85
displayName: Build source-build
Original file line number Diff line number Diff line change @@ -17,12 +17,13 @@ jobs:
17
17
pool : ${{ parameters.pool }}
18
18
timeoutInMinutes : 240
19
19
variables :
20
- args.build : >
20
+ args.build : >-
21
21
/p:Configuration=$(sb.configuration)
22
22
/p:PortableBuild=$(sb.portable)
23
23
/p:FailOnPrebuiltBaselineError=$(failOnPrebuiltBaselineError)
24
24
/p:ProdConBlobFeedUrlPrefix=$(prodConBlobFeedUrlPrefix)
25
25
/p:AzDoPat=$(System.AccessToken)
26
+ $(tarballDownloadArgs)
26
27
args.smokeTest : >
27
28
--run-smoke-test
28
29
/p:Configuration=$(sb.configuration)
31
32
artifactName : ${{ format('{0} $(type)', parameters.job) }}
32
33
failOnPrebuiltBaselineError : ${{ parameters.failOnPrebuiltBaselineError }}
33
34
logsDirectory : $(Build.ArtifactStagingDirectory)/logs
35
+ tarballDownloadArgs : >-
36
+ /p:SkipDownloadingReferencePackages=true
37
+ /p:SkipDownloadingPreviouslySourceBuiltPackages=true
34
38
SOURCE_BUILD_SKIP_SUBMODULE_CHECK : true
35
39
# Default type, can be overridden by matrix legs.
36
40
type : Production
Original file line number Diff line number Diff line change 156
156
Inputs =" $(MSBuildProjectFullPath)"
157
157
Outputs =" $(CompletedSemaphorePath)DownloadSourceBuildReferencePackages.complete" >
158
158
<PropertyGroup Condition =" '$(DownloadSourceBuildReferencePackagesTimeoutSeconds)' == ''" >
159
- <DownloadSourceBuildReferencePackagesTimeoutSeconds >600 </DownloadSourceBuildReferencePackagesTimeoutSeconds >
159
+ <DownloadSourceBuildReferencePackagesTimeoutSeconds >N/A </DownloadSourceBuildReferencePackagesTimeoutSeconds >
160
160
</PropertyGroup >
161
161
162
162
<DownloadFileSB
173
173
Inputs =" $(MSBuildProjectFullPath)"
174
174
Outputs =" $(CompletedSemaphorePath)DownloadSourceBuiltArtifacts.complete" >
175
175
<PropertyGroup Condition =" '$(DownloadSourceBuiltArtifactsTimeoutSeconds)' == ''" >
176
- <DownloadSourceBuiltArtifactsTimeoutSeconds >1500 </DownloadSourceBuiltArtifactsTimeoutSeconds >
176
+ <DownloadSourceBuiltArtifactsTimeoutSeconds >N/A </DownloadSourceBuiltArtifactsTimeoutSeconds >
177
177
</PropertyGroup >
178
178
179
179
<DownloadFileSB
You can’t perform that action at this time.
0 commit comments