ab7d6516d4
Why I did it To enable PTF-SAI testing on 202111 branch, cherry-pick necessary PR from master How I did it Based on the current ptf docker create a new docker for sai-ptf(saiv2) upgrade related package use the latest ptf and install it How to verify it Tested on DUT * [PTF-SAIv2]Add ptf docker for sai-ptf (saiv2) (#9729) * [PTF-SAIv2]Add ptf dockre for sai-ptf (saiv2) Base on current ptf docker create a new docker for sai-ptf(saiv2) upgrade related package use the latest ptf and install it test done: NOJESSIE=1 NOSTRETCH=1 NOBULLSEYE=1 ENABLE_SYNCD_RPC=y make target/docker-ptf-sai.gz BLDENV=buster make -f Makefile.work target/docker-ptf-sai.gz * upgrade the thrift to 014 * install xmlrunner python3 version (#10086) Co-authored-by: Yang Wang <yangwang1@microsoft.com>
9 lines
393 B
Plaintext
9 lines
393 B
Plaintext
DPATH := $($(DOCKER_PTF_SAI)_PATH)
|
|
DEP_FILES := $(SONIC_COMMON_FILES_LIST) platform/vs/docker-ptf-sai.mk platform/vs/docker-ptf-sai.dep
|
|
DEP_FILES += $(SONIC_COMMON_BASE_FILES_LIST)
|
|
DEP_FILES += $(shell git ls-files $(DPATH))
|
|
|
|
$(DOCKER_PTF_SAI)_CACHE_MODE := GIT_CONTENT_SHA
|
|
$(DOCKER_PTF_SAI)_DEP_FLAGS := $(SONIC_COMMON_FLAGS_LIST)
|
|
$(DOCKER_PTF_SAI)_DEP_FILES := $(DEP_FILES)
|