[Build]: Enable the PR reproducible build (#10241)
[Build]: Enable the PR reproducible build
This commit is contained in:
parent
5878cfdb06
commit
3ca38b2eb6
@ -35,7 +35,6 @@ stages:
|
|||||||
pool: sonicbld
|
pool: sonicbld
|
||||||
variables:
|
variables:
|
||||||
CACHE_MODE: rcache
|
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:
|
jobs:
|
||||||
- template: .azure-pipelines/azure-pipelines-build.yml
|
- template: .azure-pipelines/azure-pipelines-build.yml
|
||||||
@ -49,7 +48,6 @@ stages:
|
|||||||
dependsOn: []
|
dependsOn: []
|
||||||
variables:
|
variables:
|
||||||
CACHE_MODE: rcache
|
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:
|
jobs:
|
||||||
- template: .azure-pipelines/azure-pipelines-build.yml
|
- template: .azure-pipelines/azure-pipelines-build.yml
|
||||||
|
Reference in New Issue
Block a user