Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ stages:
- job:

container:
image: sonicdev-microsoft.azurecr.io:443/sonic-slave-bullseye:latest
image: sonicdev-microsoft.azurecr.io:443/sonic-slave-bookworm:latest

displayName: "build"
timeoutInMinutes: 60
Expand Down
6 changes: 3 additions & 3 deletions ptf/docs/SAI-PTFv2Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ For how to check the sai header version and sonic branch from a certain sonic im
```
# Init env
make init
# BLDENV=bullseye: Current image is the bullseye
# BLDENV=bookworm: Current image is the bookworm
# PLATFORM=<vendor name> Setup platform environment e.g. Broadcom
NOSTRETCH=y NOJESSIE=y NOBUSTER=y make configure PLATFORM=broadcom

Expand All @@ -143,9 +143,9 @@ For how to check the sai header version and sonic branch from a certain sonic im

- docker saiserverv2 at `<local_folder>/sonic-buildimage/target/docker-saiserverv2-brcm.gz`
- docker ptf-sai from [Download](https://sonicstorage.blob.core.windows.net/public/sai/ptf-sai/master/20220919/docker-ptf-sai.gz?sv=2020-08-04&st=2022-09-20T11%3A36%3A23Z&se=2037-09-21T11%3A36%3A00Z&sr=b&sp=r&sig=e2PjlExxekVY%2FniU3g3ED7lE2BfWkz9b3tudf5b22jE%3D), please move to `<local_folder>/sonic-buildimage/target/docker-ptf-sai.gz`
- python_saithrift at `<local_folder>/target/debs/bullseye/python-saithriftv2_0.9.4_amd64.deb`
- python_saithrift at `<local_folder>/target/debs/bookworm/python-saithrift_0.9.4_amd64.deb`

> Note: for different platform (BLDENV=buster), the output folder might be different, i.e. BLDENV=bullseye, it will be <local_folder>/target/debs/bullseye
> Note: for different platform (BLDENV=buster), the output folder might be different, i.e. BLDENV=bookworm, it will be <local_folder>/target/debs/bookworm

Now, you have built all PFT-SAIv2 components: docker saiserverv2, docker ptf-sai, and python_saithrift. The next step is to upload those dockers, i.e. tag and push them to your local available docker registry. After this, you can pull those dockers in the DUT with our script.

Expand Down
Loading