This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
sonic-buildimage/.azure-pipelines
xumia 39d877c1ad
[ci] Fix the boolean value case sensitive issue in Azure Pipelines (#7399)
Why I did it
Fix the boolean value case sensitive issue in Azure Pipelines

When passing parameters to a template, the "true" or "false" will have case sensitive issue, it should be a type casting issue.
To fix it, we change the true/false to yes/no, to escape the trap.

Support to override the job groups in the template, so PR build has chance to use different build parameters, only build simple targets. For example, for broadcom, we only build target/sonic-broadcom.bin, the other images, such as swi, debug bin, etc, will not be built.
2021-04-23 09:26:16 +08:00
..
azure-pipelines-build.yml [ci] Fix the boolean value case sensitive issue in Azure Pipelines (#7399) 2021-04-23 09:26:16 +08:00
azure-pipelines-image-template.yml [CI] Fix pipeline template artifacts struct bug and cleanup bug 2021-04-21 09:03:11 -07:00
azure-pipelines-job-groups.yml [CI] Update sonic image official build template. (#7198) 2021-04-08 07:05:31 +08:00
azure-pipelines-Official.yml Add azure pipelines for reproducible build (#6870) 2021-02-25 13:44:58 +08:00
azure-pipelines-UpgrateVersion.yml [CI] Support 202012 branch generating version files for reproducible build (#7303) 2021-04-21 11:06:15 -07:00
build-template.yml [ci]: get build logs when build fails (#7219) 2021-04-03 09:28:56 -07:00
cleanup.yml [CI] Fix pipeline template artifacts struct bug and cleanup bug 2021-04-21 09:03:11 -07:00
official-build.yml [CI] Update sonic image official build template. (#7198) 2021-04-08 07:05:31 +08:00
run-test-template.yml [ci]: gzip the vm image disk and memdmp (#7131) 2021-03-25 10:15:21 -07:00