[Build]: Enable the PR reproducible build (#10241)
[Build]: Enable the PR reproducible build
This commit is contained in:
parent
5878cfdb06
commit
3ca38b2eb6
@ -35,8 +35,7 @@ stages:
|
||||
pool: sonicbld
|
||||
variables:
|
||||
CACHE_MODE: rcache
|
||||
${{ if eq(variables['Build.SourceBranchName'], '202012') }}:
|
||||
VERSION_CONTROL_OPTIONS: 'SONIC_VERSION_CONTROL_COMPONENTS=deb,py2,py3,web,git,docker'
|
||||
VERSION_CONTROL_OPTIONS: 'SONIC_VERSION_CONTROL_COMPONENTS=deb,py2,py3,web,git,docker'
|
||||
jobs:
|
||||
- template: .azure-pipelines/azure-pipelines-build.yml
|
||||
parameters:
|
||||
@ -49,8 +48,7 @@ stages:
|
||||
dependsOn: []
|
||||
variables:
|
||||
CACHE_MODE: rcache
|
||||
${{ if eq(variables['Build.SourceBranchName'], '202012') }}:
|
||||
VERSION_CONTROL_OPTIONS: 'SONIC_VERSION_CONTROL_COMPONENTS=deb,py2,py3,web,git,docker'
|
||||
VERSION_CONTROL_OPTIONS: 'SONIC_VERSION_CONTROL_COMPONENTS=deb,py2,py3,web,git,docker'
|
||||
jobs:
|
||||
- template: .azure-pipelines/azure-pipelines-build.yml
|
||||
parameters:
|
||||
|
Reference in New Issue
Block a user