-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docker-syncd-%-rpc]: Integrate syncd dockers with rpc #431
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
jinja2.exceptions.UndefinedError: 'docker_syncd_mlnx_debs_rpc' is undefined
check: https://sonic-jenkins.westus.cloudapp.azure.com/job/mellanox/job/buildimage-mlnx-all-pr/546/console
Yes, Thank you. I've fixed two mistypes for mlnx. My dev machine doesn't have enough disk space to build mlnx targets. |
./build_debian.sh: line 247: cannot create temp file for here-document: No space left on device |
sonic-swss * 32d3297 2019-01-24 | use sai_stat_id_t for new SAI header file (sonic-net#769) sonic-sairedis * 889e409 2019-04-24 | [SAI] Advance submodule to v1.4.1 (sonic-net#450) (HEAD -> 201811, origin/201811) [Marian Pritsak] * b614468 2019-02-27 | [vslib]: Add support of bitmap VNET (bmtor) SAI API (sonic-net#424) [Volodymyr Samotiy] * 1c3ff5c 2019-04-23 | [SAI]: Move SAI pointer to v1.4 (sonic-net#447) [Shuotian Cheng] * 21e737c 2019-03-04 | [SAI] Update SAI pointer (sonic-net#431) [Stepan Blyshchak] * dbf86a7 2019-02-22 | Fix compilation issues in stretch docker with gcc-6.3 (sonic-net#426) [Stepan Blyshchak] * aecfeac 2019-01-31 | Update SAI pointer (sonic-net#414) [Marian Pritsak] * 4910be8 2019-01-18 | Update SAI pointer to latest master (sonic-net#408) [Marian Pritsak] * 1f5de84 2019-06-24 | Revert "[SAI header] upgrade SAI header to version v1.3.7 (sonic-net#445)" [Guohan Lu] Signed-off-by: Guohan Lu <gulv@microsoft.com>
sonic-swss * 32d3297 2019-01-24 | use sai_stat_id_t for new SAI header file (sonic-net#769) sonic-sairedis * fdfcefd 2019-04-24 | [SAI] Advance submodule to v1.4.1 (sonic-net#450) (HEAD -> 201811, origin/201811) [Marian Pritsak] * 006df41 2019-02-27 | [vslib]: Add support of bitmap VNET (bmtor) SAI API (sonic-net#424) [Volodymyr Samotiy] * ec5e187 2019-04-23 | [SAI]: Move SAI pointer to v1.4 (sonic-net#447) [Shuotian Cheng] * 6b9c32e 2019-03-04 | [SAI] Update SAI pointer (sonic-net#431) [Stepan Blyshchak] * f078998 2019-02-22 | Fix compilation issues in stretch docker with gcc-6.3 (sonic-net#426) [Stepan Blyshchak] * 0540e59 2019-01-31 | Update SAI pointer (sonic-net#414) [Marian Pritsak] * 9084920 2019-01-18 | Update SAI pointer to latest master (sonic-net#408) [Marian Pritsak] * fbfe48b 2019-06-24 | Revert "[SAI header] upgrade SAI header to version v1.3.7 (sonic-net#445)" [Guohan Lu] Signed-off-by: Guohan Lu <gulv@microsoft.com>
Signed-off-by: marian-pritsak <marianp@mellanox.com>
Include fix for saithrift compilation with newer thrift Signed-off-by: Stepan Blyschak <stepanb@mellanox.com>
…D automatically (sonic-net#18107) #### Why I did it src/sonic-platform-daemons ``` * 13c5049 - (HEAD -> master, origin/master, origin/HEAD) [ycabled][tests] Fix UT for bookworm (sonic-net#431) (15 hours ago) [Arun Saravanan Balachandran] ``` #### How I did it #### How to verify it #### Description for the changelog
…D automatically (sonic-net#18107) #### Why I did it src/sonic-platform-daemons ``` * 13c5049 - (HEAD -> master, origin/master, origin/HEAD) [ycabled][tests] Fix UT for bookworm (sonic-net#431) (15 hours ago) [Arun Saravanan Balachandran] ``` #### How I did it #### How to verify it #### Description for the changelog
Our tests work with special syncd docker images. These images includes inside:
I integrate syncd dockers with rpc to the build process. Currently these dockers use syncd without rpc.
I'm working on packaging syncd with rpc and integrating it into current build process.
Also I need to build saithrift library from SAI sources and integrate this into the build process.