Skip to content

Commit

Permalink
Update Jenkinsfile: build debug image for broadcom and mellanox (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
renukamanavalan authored and lguohan committed Jul 12, 2019
1 parent 25457ee commit edc74fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jenkins/broadcom/buildimage-brcm-all/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ pipeline {
git submodule foreach --recursive '[ -f .git ] && echo "gitdir: $(realpath --relative-to=. $(cut -d" " -f2 .git))" > .git'
make configure PLATFORM=broadcom
make SONIC_CONFIG_BUILD_JOBS=1 INSTALL_DEBUG_TOOLS=y target/sonic-broadcom.bin
mv target/sonic-broadcom.bin target/sonic-broadcom-dbg.bin
make SONIC_CONFIG_BUILD_JOBS=1 target/sonic-broadcom.bin
make SONIC_CONFIG_BUILD_JOBS=1 target/sonic-aboot-broadcom.swi
make SONIC_CONFIG_BUILD_JOBS=1 target/sonic-broadcom.raw
Expand Down
2 changes: 2 additions & 0 deletions jenkins/mellanox/buildimage-mlnx-all/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ pipeline {
git submodule foreach --recursive '[ -f .git ] && echo "gitdir: $(realpath --relative-to=. $(cut -d" " -f2 .git))" > .git'
make configure PLATFORM=mellanox
make SONIC_CONFIG_BUILD_JOBS=1 ENABLE_DHCP_GRAPH_SERVICE=y INSTALL_DEBUG_TOOLS=y target/sonic-mellanox.bin
mv target/sonic-mellanox.bin target/sonic-mellanox-dbg.bin
make SONIC_CONFIG_BUILD_JOBS=1 ENABLE_DHCP_GRAPH_SERVICE=y target/sonic-mellanox.bin
ENABLE_SYNCD_RPC=y make SONIC_CONFIG_BUILD_JOBS=1 target/docker-syncd-mlnx-rpc.gz target/docker-ptf-mlnx.gz
'''
Expand Down

0 comments on commit edc74fb

Please sign in to comment.