Skip to content

Commit b9c25ec

Browse files
Add OVERRIDE_BUILD_OPTIONS options in UpgrateVersion pipeline. (sonic-net#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.
1 parent 6303cd9 commit b9c25ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/azure-pipelines-UpgrateVersion.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ stages:
7373
- template: azure-pipelines-build.yml
7474
parameters:
7575
jobFilters: ${{ parameters.jobFilters }}
76-
buildOptions: '${{ variables.VERSION_CONTROL_OPTIONS }} ENABLE_DOCKER_BASE_PULL=n SONIC_BUILD_JOBS=$(nproc) ENABLE_IMAGE_SIGNATURE=y'
76+
buildOptions: '${{ variables.VERSION_CONTROL_OPTIONS }} ENABLE_DOCKER_BASE_PULL=n SONIC_BUILD_JOBS=$(nproc) ENABLE_IMAGE_SIGNATURE=y $(OVERRIDE_BUILD_OPTIONS)'
7777
preSteps:
7878
- template: .azure-pipelines/template-clean-sonic-slave.yml@buildimage
7979
- checkout: self

0 commit comments

Comments
 (0)