[ci]: Support PR checks for 201811 (#8114)

Enable PR checks for 201811
Fix target/docker-sonic-vs.gz build break.
This commit is contained in:
xumia 2021-07-07 21:59:35 +08:00 committed by GitHub
parent a7725e6480
commit 8cfa9260f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -88,7 +88,7 @@ jobs:
if [ $(dbg_image) == yes ]; then
make $BUILD_OPTIONS INSTALL_DEBUG_TOOLS=y target/sonic-vs.img.gz && mv target/sonic-vs.img.gz target/sonic-vs-dbg.img.gz
fi
make $BUILD_OPTIONS target/docker-sonic-vs.gz target/sonic-vs.img.gz target/docker-ptf.gz
make $BUILD_OPTIONS target/docker-sonic-vs.gz target/sonic-vs.img.gz
else
if [ $(dbg_image) == yes ]; then
make $BUILD_OPTIONS INSTALL_DEBUG_TOOLS=y target/sonic-$(GROUP_NAME).bin && \

View File

@ -17,6 +17,7 @@ pr:
include:
- master
- 202012
- 201811
paths:
exclude:
- .github