Skip to content

Commit 22b18e5

Browse files
authored
[dhcp_server] Set to build dhcp_server image in vs image (sonic-net#17340)
Currently in this repo would not build dhcp_server container image by default, which would cause that building issue for dhcp_server introduced by other modules cannot be noticed in time. This PR is to set build dhcp_server container in vs image.
1 parent ddd1f43 commit 22b18e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ stages:
5050
jobs:
5151
- template: .azure-pipelines/azure-pipelines-build.yml
5252
parameters:
53-
buildOptions: 'USERNAME=admin SONIC_BUILD_JOBS=$(nproc) BUILD_MULTIASIC_KVM=y ${{ variables.VERSION_CONTROL_OPTIONS }}'
53+
buildOptions: 'USERNAME=admin SONIC_BUILD_JOBS=$(nproc) BUILD_MULTIASIC_KVM=y INCLUDE_DHCP_SERVER=y ${{ variables.VERSION_CONTROL_OPTIONS }}'
5454
jobGroups:
5555
- name: vs
5656

rules/config

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ INCLUDE_NAT = y
153153
INCLUDE_DHCP_RELAY = y
154154

155155
# INCLUDE_DHCP_SERVER - build and install dhcp-server package
156-
INCLUDE_DHCP_SERVER = n
156+
INCLUDE_DHCP_SERVER ?= n
157157

158158
# INCLUDE_P4RT - build docker-p4rt for P4RT support
159159
INCLUDE_P4RT = n

0 commit comments

Comments
 (0)