Change azure pipeline commands for marvell
make configure is changed as below for 'marvell-arm64' and 'marvell-armhf'. arm64 - make configure PLATFORM=marvell PLATFORM_ARCH=arm64 armhf - make configure PLATFORM=marvell PLATFORM_ARCH=armhf Signed-off-by: Pavan Naregundi <pnaregundi@marvell.com>
This commit is contained in:
parent
e3166f005e
commit
cb9c724185
@ -90,6 +90,7 @@ jobs:
|
||||
pool: sonicbld-armhf
|
||||
timeoutInMinutes: 2880
|
||||
variables:
|
||||
PLATFORM: marvell
|
||||
PLATFORM_ARCH: armhf
|
||||
|
||||
- name: marvell-arm64
|
||||
@ -97,6 +98,7 @@ jobs:
|
||||
pool: sonicbld-arm64
|
||||
timeoutInMinutes: 2880
|
||||
variables:
|
||||
PLATFORM: marvell
|
||||
PLATFORM_ARCH: arm64
|
||||
|
||||
- name: marvell
|
||||
|
@ -49,7 +49,8 @@ jobs:
|
||||
sudo modprobe overlay
|
||||
sudo apt-get install -y acl
|
||||
sudo bash -c "echo 1 > /proc/sys/vm/compact_memory"
|
||||
ENABLE_DOCKER_BASE_PULL=y make PLATFORM=$(PLATFORM_AZP) PLATFORM_ARCH=$(PLATFORM_ARCH) $(BUILD_OPTIONS) configure
|
||||
[ -z "$PLATFORM" ] && PLATFORM=$(PLATFORM_AZP)
|
||||
ENABLE_DOCKER_BASE_PULL=y make PLATFORM=$PLATFORM PLATFORM_ARCH=$(PLATFORM_ARCH) $(BUILD_OPTIONS) configure
|
||||
displayName: 'Make configure'
|
||||
postSteps:
|
||||
- script: |
|
||||
|
@ -49,4 +49,5 @@ stages:
|
||||
pool: sonicbld-armhf
|
||||
timeoutInMinutes: 1200
|
||||
variables:
|
||||
PLATFORM: marvell
|
||||
PLATFORM_ARCH: armhf
|
||||
|
@ -79,11 +79,13 @@ stages:
|
||||
- name: marvell-arm64
|
||||
pool: sonicbld-arm64
|
||||
variables:
|
||||
PLATFORM: marvell
|
||||
PLATFORM_ARCH: arm64
|
||||
- name: marvell-armhf
|
||||
pool: sonicbld-armhf
|
||||
timeoutInMinutes: 1200
|
||||
variables:
|
||||
PLATFORM: marvell
|
||||
PLATFORM_ARCH: armhf
|
||||
INCLUDE_RESTAPI: y
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user