Skip to content

Commit

Permalink
Remove ENABLE_DHCP_GRAPH_SERVICE option from make command line (sonic…
Browse files Browse the repository at this point in the history
  • Loading branch information
qiluo-msft authored Dec 4, 2019
1 parent ebd3a7e commit 05150a6
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions jenkins/mellanox/buildimage-mlnx-201811-rpc/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,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 ENABLE_SYNCD_RPC=y all
make SONIC_CONFIG_BUILD_JOBS=1 ENABLE_DHCP_GRAPH_SERVICE=y target/sonic-mellanox.bin
make SONIC_CONFIG_BUILD_JOBS=1 ENABLE_SYNCD_RPC=y all
make SONIC_CONFIG_BUILD_JOBS=1 target/sonic-mellanox.bin
'''
}
}
Expand Down
2 changes: 1 addition & 1 deletion jenkins/mellanox/buildimage-mlnx-201904/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ 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 target/sonic-mellanox.bin
make SONIC_CONFIG_BUILD_JOBS=1 target/sonic-mellanox.bin
'''
}
}
Expand Down
4 changes: 2 additions & 2 deletions jenkins/mellanox/buildimage-mlnx-all-rpc/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,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 ENABLE_SYNCD_RPC=y all
make SONIC_CONFIG_BUILD_JOBS=1 ENABLE_DHCP_GRAPH_SERVICE=y target/sonic-mellanox.bin
make SONIC_CONFIG_BUILD_JOBS=1 ENABLE_SYNCD_RPC=y all
make SONIC_CONFIG_BUILD_JOBS=1 target/sonic-mellanox.bin
'''
}
}
Expand Down
4 changes: 2 additions & 2 deletions jenkins/mellanox/buildimage-mlnx-all/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ 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
make SONIC_CONFIG_BUILD_JOBS=1 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
make SONIC_CONFIG_BUILD_JOBS=1 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
2 changes: 1 addition & 1 deletion jenkins/mellanox/buildimage-mlnx-bmtor-rpc/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pipeline {
git submodule foreach --recursive '[ -f .git ] && echo "gitdir: $(realpath --relative-to=. $(cut -d" " -f2 .git))" > .git'
make configure PLATFORM=mellanox
make ENABLE_DHCP_GRAPH_SERVICE=y ENABLE_SYNCD_RPC=y target/sonic-mellanox.bin
make ENABLE_SYNCD_RPC=y target/sonic-mellanox.bin
'''
}
}
Expand Down
2 changes: 1 addition & 1 deletion jenkins/mellanox/buildimage-mlnx-bmtor/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pipeline {
git submodule foreach --recursive '[ -f .git ] && echo "gitdir: $(realpath --relative-to=. $(cut -d" " -f2 .git))" > .git'
make configure PLATFORM=mellanox
make ENABLE_DHCP_GRAPH_SERVICE=y target/sonic-mellanox.bin
make target/sonic-mellanox.bin
'''
}
}
Expand Down

0 comments on commit 05150a6

Please # to comment.