Commit d003f07
committed
[ci][vs] Enable ASAN docker-sonic-vs image build in PR pipeline
The PR pipeline (azure-pipelines.yml, BuildVS stage) invokes
azure-pipelines-build.yml with an inline jobGroups entry for 'vs' that
carried no variables, so asan_image kept the top-level default 'no' and
the ENABLE_ASAN=y branch in the 'Build sonic image' step was skipped.
The nightly VS pipeline (official-build.yml) passes no jobGroups and
therefore falls through to the template's default jobGroups block, where
the vs group sets asan_image: yes -- which is why nightly produces
target/docker-sonic-vs-asan.gz but PR builds did not.
Set asan_image: yes on the vs jobGroup so PR VS builds also produce
docker-sonic-vs-asan.gz (published via the existing 'mv target/*' step).
Signed-off-by: securely1g <securely1g@users.noreply.github.com>1 parent c4de16f commit d003f07
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
70 | 72 | | |
71 | 73 | | |
72 | 74 | | |
| |||
0 commit comments