[build] Disable reproducible build in 202205. (#11071)

Why I did it
It seems that reproducible build and dood conflicts.
Disable reproducible build first. Investigate the issue later.
This commit is contained in:
Shilong Liu 2022-06-08 17:54:00 +08:00 committed by GitHub
parent 1c2e361080
commit edf5e445be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
variables:
${{ if and(ge(variables['Build.SourceBranchName'], '202012'), le(variables['Build.SourceBranchName'], '299999')) }}:
VERSION_CONTROL_OPTIONS: 'SONIC_VERSION_CONTROL_COMPONENTS=deb,py2,py3,web,git,docker'
VERSION_CONTROL_OPTIONS: ''
${{ if or(lt(variables['Build.SourceBranchName'], '202012'), gt(variables['Build.SourceBranchName'], '299999')) }}:
VERSION_CONTROL_OPTIONS: ''