Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[multi-asic]: Add build param to build multi-asic KVM image. (#11453)
Why I did it [multi-asic]: Add build param to build multi-asic KVM image. Require sonic-4asic-vs.img.gz to run multi-asic tests. BUILD_MULTIASIC_KVM=y has to be added to build parameter to generate multi-asic KVM image which can be eventually used in multi-asic VS testbed. This is a pipeline that we currently have to generate multi-asic KVM image: https://github.com/Azure/sonic-buildimage/blob/master/.azure-pipelines/official-build-multi-asic.yml How I did it Add BUILD_MULTIASIC_KVM=y to build parameter in pipeline script to generate multi-asic KVM image. How to verify it The build param is already used in official-build-multi-asic.yml pipeline.
- Loading branch information