зеркало из https://github.com/microsoft/BuildXL.git
Merged PR 735393: Rev fingerprint salt of Linux PR pipeline to deal with bad rsync entry
Rev fingerprint salt of Linux PR pipeline to deal with bad rsync entry ---- ## AI-Generated Description This change modifies the **job-selfhost.yml** file by updating the fingerprint salt for the distributed build. The fingerprint salt is a value that affects the content hash of the build inputs and outputs, and changing it can help invalidate the cache and force a rebuild. The change also removes the `/historicMetadataCache-` flag from the bxl command line, which disables the use of the historic metadata cache that can speed up the build by reusing previous results.
This commit is contained in:
Родитель
bf382086cd
Коммит
55db838131
|
@ -149,7 +149,7 @@ jobs:
|
|||
# - the disks on Azure Pipeline VMs are too small to build everything, so let's instead run tests
|
||||
# - we also disable early worker release to avoid releasing a worker before attachment, which tends to happen
|
||||
# when the build is highly cached: the intention is to have as much of a distributed build as possible for validation purposes
|
||||
./bxl.sh --use-dev --use-adobuildrunner ${{ parameters.BxlCommonArgs }} /logsDirectory:"Out/Logs/${{ parameters.validationName }}" ${{ parameters.bxlExtraArgs }} "/f:tag='test' /p:BUILDXL_FINGERPRINT_SALT='PrPipelineSalt_20230802'" /earlyWorkerRelease- /p:BuildXLWorkerAttachTimeoutMin=10 /logToKusto /logToKustoBlobUri:https://adomessages.blob.core.windows.net/adomessages /logToKustoIdentityId:6e0959cf-a9ba-4988-bbf1-7facd9deda51 /logToKustoTenantId:975f013f-7f24-47e8-a7d3-abc4752bf346 /historicMetadataCache-
|
||||
./bxl.sh --use-dev --use-adobuildrunner ${{ parameters.BxlCommonArgs }} /logsDirectory:"Out/Logs/${{ parameters.validationName }}" ${{ parameters.bxlExtraArgs }} "/f:tag='test' /p:BUILDXL_FINGERPRINT_SALT='PrPipelineSalt_20230825'" /earlyWorkerRelease- /p:BuildXLWorkerAttachTimeoutMin=10 /logToKusto /logToKustoBlobUri:https://adomessages.blob.core.windows.net/adomessages /logToKustoIdentityId:6e0959cf-a9ba-4988-bbf1-7facd9deda51 /logToKustoTenantId:975f013f-7f24-47e8-a7d3-abc4752bf346 /historicMetadataCache-
|
||||
displayName: Test (${{ parameters.validationName }})
|
||||
workingDirectory: /home/subst
|
||||
env:
|
||||
|
|
Загрузка…
Ссылка в новой задаче