sonic-buildimage/.azure-pipelines
mssonicbld 4a6322d0dd
[Ci] Fix the wrong SONIC_BUILD_JOBS build variable used issue in Azp (#14071) (#14729)
Why I did it
[Ci] Fix the no parallel jobs in some of the platforms issue
We observed some of the pipelines running more time than expected. The issue is the SONIC_BUILD_JOBS using the wrong value 1. It is caused by the runtime variable issue, there is additional single quota mark character added in the make command line.

make 'SONIC_BUILD_JOBS=$(nproc)' targe/xxxx
Need to change to

make SONIC_BUILD_JOBS=$(nproc) targe/xxxx
It is to improve the build performance for some of the platforms using the variable SONIC_BUILD_JOBS=1.
Good one vs: https://dev.azure.com/mssonic/build/_build/results?buildId=227986&view=logs&j=cef3d8a9-152e-5193-620b-567dc18af272&t=cf595088-5c84-5cf1-9d7e-03331f31d795

"SONIC_BUILD_JOBS"                : "8"
Bad one barefoot: https://dev.azure.com/mssonic/build/_build/results?buildId=227379&view=logs&j=993d6e22-aeec-5c03-fa19-35ecba587dd9&t=7be0d2ec-661f-5569-462c-2d9b7ca4ca5d

"SONIC_BUILD_JOBS"                : "1"
How I did it
Expand the BUILD_OPTIONS variable for all platforms.

Co-authored-by: xumia <59720581+xumia@users.noreply.github.com>
2023-04-19 15:06:21 -07:00
..
azure-pipelines-build.yml [ci] Remove dulplicated code, which is to avoid docker hanging. (#14064) 2023-03-08 09:49:33 -08:00
azure-pipelines-download-certificate.yml [Ci]: Support to sign image for cisco-8000 uefi secure boot (#10616) 2022-04-21 12:13:09 +08:00
azure-pipelines-image-template.yml [Ci] Fix the wrong SONIC_BUILD_JOBS build variable used issue in Azp (#14071) (#14729) 2023-04-19 15:06:21 -07:00
azure-pipelines-job-groups.yml [ci]: Increase pipeline build timeout from 12 hours to 15 hours (#9200) 2021-11-09 07:35:18 -08:00
azure-pipelines-Official.yml Add azure pipelines for reproducible build (#6870) 2021-02-25 13:44:58 +08:00
azure-pipelines-repd-build-variables.yml [ci] Enable reproducible build in PR checks. (#11411) 2022-07-13 16:58:37 +08:00
azure-pipelines-UpgrateVersion.yml [Ci] Support to use the same snapshot for all platform builds (#13913) (#13938) 2023-02-23 08:04:43 +08:00
build-commonlib.yml [ci] Update azp reference to support transfering organization from Azure to sonic-net (#11602) 2022-08-02 16:24:46 +08:00
build-template.yml [SAI-PTF][mlnx]Enable saiserver test container on mlnx platforms (#13311) 2023-02-16 15:42:12 -08:00
check-dirty-version.yml [Ci]: check if there is a sonic dirty version issue (#10445) 2022-04-08 10:49:21 +08:00
cleanup.yml [CI] Fix pipeline template artifacts struct bug and cleanup bug 2021-04-21 09:03:11 -07:00
docker-sonic-mgmt.yml [CI] Add publish step in docker-sonic-mgmt azure pipeline (#7902) 2021-06-17 10:26:21 -07:00
docker-sonic-slave-template.yml Fix sonic slave pipeline to set correct tag on sonic slave image. (#13177) (#13187) 2022-12-28 16:34:12 +08:00
docker-sonic-slave.yml Fix sonic slave pipeline to set correct tag on sonic slave image. (#13177) (#13187) 2022-12-28 16:34:12 +08:00
dpkg-cache-cleanup.yml [CI] Add Bldenv pipeline files (#7458) 2021-04-30 16:35:38 -07:00
official-build-cache.yml [Build]: Enable marvell-armhf PR check (#10259) 2022-03-23 22:36:53 +08:00
official-build-cisco-8000.yml [ci] Fix some not sai package removed issue (#11544) 2022-07-28 20:38:05 +00:00
official-build-multi-asic.yml [Build]: Support reproducible build for release branches (#9426) 2021-12-23 16:16:55 +08:00
official-build.yml [ci] Update azp reference to support transfering organization from Azure to sonic-net (#11602) 2022-08-02 16:24:46 +08:00
run-test-scheduler-template.yml Refine testbedv2 template output (#14461) 2023-03-31 17:13:52 -07:00
run-test-template.yml [azurepipeline]: Add t0-sonic pool back to Azp checker (#11181) 2022-06-22 23:09:26 +00:00
template-clean-sonic-slave.yml [ci] Set default ACR in UpgrateVersion/PR/official pipeline. (#10341) 2022-04-02 07:48:44 +08:00
template-commonlib.yml [ci] Add arm artifacts in common lib azure pipeline (#10817) 2022-05-23 17:52:56 +08:00
template-daemon.yml [ci] Fix docker hang issue and change template reference branch (#13894) (#13921) 2023-02-23 14:19:56 +08:00
template-skipvstest.yml [build] Add version files to docker image dependencies (#11195) 2022-06-22 14:12:25 +08:00
template-variables.yml [ci] Kill hanged docker build process to avoid build timeout issue. (#13729) 2023-02-10 09:14:28 -08:00
trigger-publish-artifacts-build.yml [ci] Upload the debian packages (#12582) 2022-11-10 18:12:48 +00:00
vstest-exclude [build] Add version files to docker image dependencies (#11195) 2022-06-22 14:12:25 +08:00
vstest-include [build] Add version files to docker image dependencies (#11195) 2022-06-22 14:12:25 +08:00