Skip to content

Commit

Permalink
Merge PR 5024663
Browse files Browse the repository at this point in the history
  • Loading branch information
Project Collection Build Service (msazure) authored and Project Collection Build Service (msazure) committed Sep 3, 2021
2 parents 4d15a99 + ec9ae90 commit 7c791db
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 39 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ stages:
- job:
pool: sonictest
displayName: "kvmtest-t0"
timeoutInMinutes: 240
timeoutInMinutes: 300

steps:
- template: .azure-pipelines/run-test-template.yml
Expand Down
2 changes: 0 additions & 2 deletions platform/broadcom/docker-saiserver-brcm/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ RUN apt-get install -yf kmod
COPY ["files/dsserve", "files/bcmcmd", "start.sh", "bcmsh", "/usr/bin/"]
RUN chmod +x /usr/bin/dsserve /usr/bin/bcmcmd

COPY ["profile.ini", "portmap.ini", "/etc/sai/"]

COPY ["supervisord.conf", "/etc/supervisor/conf.d/"]

## Clean up
Expand Down
33 changes: 0 additions & 33 deletions platform/broadcom/docker-saiserver-brcm/portmap.ini

This file was deleted.

1 change: 0 additions & 1 deletion platform/broadcom/docker-saiserver-brcm/profile.ini

This file was deleted.

2 changes: 1 addition & 1 deletion platform/broadcom/docker-saiserver-brcm/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ stdout_logfile=syslog
stderr_logfile=syslog

[program:saiserver]
command=/usr/sbin/saiserver -p /etc/sai/profile.ini -f /etc/sai/portmap.ini
command=/usr/sbin/saiserver -p /usr/share/sonic/hwsku/sai.profile -f /usr/share/sonic/hwsku/port_config.ini
priority=3
autostart=false
autorestart=false
Expand Down
2 changes: 1 addition & 1 deletion platform/marvell-armhf/sai.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Marvell SAI

export MRVL_SAI_VERSION = 1.7.1-1
export MRVL_SAI_VERSION = 1.7.1-2
export MRVL_SAI = mrvllibsai_$(PLATFORM_ARCH)_$(MRVL_SAI_VERSION).deb

$(MRVL_SAI)_SRC_PATH = $(PLATFORM_PATH)/sai
Expand Down

0 comments on commit 7c791db

Please sign in to comment.