Add OVERRIDE_BUILD_OPTIONS options in UpgrateVersion pipeline. (#15088)
Why I did it Provide a method to override build options in webUI. We can stop python dependency upgrade version. Work item tracking Microsoft ADO (number only): 22335854 How I did it Add a variable at the tail of make command.
This commit is contained in:
parent
6303cd91d0
commit
b9c25ec006
@ -73,7 +73,7 @@ stages:
|
||||
- template: azure-pipelines-build.yml
|
||||
parameters:
|
||||
jobFilters: ${{ parameters.jobFilters }}
|
||||
buildOptions: '${{ variables.VERSION_CONTROL_OPTIONS }} ENABLE_DOCKER_BASE_PULL=n SONIC_BUILD_JOBS=$(nproc) ENABLE_IMAGE_SIGNATURE=y'
|
||||
buildOptions: '${{ variables.VERSION_CONTROL_OPTIONS }} ENABLE_DOCKER_BASE_PULL=n SONIC_BUILD_JOBS=$(nproc) ENABLE_IMAGE_SIGNATURE=y $(OVERRIDE_BUILD_OPTIONS)'
|
||||
preSteps:
|
||||
- template: .azure-pipelines/template-clean-sonic-slave.yml@buildimage
|
||||
- checkout: self
|
||||
|
Loading…
Reference in New Issue
Block a user