Conversation
|
This pull request has been automatically marked as stale because it has not had activity in the last 7 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
|
Any suggestion on this pr? : ) The demonstration results was shown in [1]. |
|
@Yikun Sorry, seems like you need to fix DCO. https://github.com/envoyproxy/envoy/blob/master/CONTRIBUTING.md#fixing-dco |
|
@dio Thanks for reminder and help, done. |
|
This pull request has been automatically marked as stale because it has not had activity in the last 7 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
|
@Yikun Can you merge master? |
This patch adds the OpenLab CI configuration to enable the support for Envoy arm64 build in OpenLab. After this, each pull request in envoy will trigger the envoy-arm64-build job which verified the arm build on OpenLab ARM cluster. Related: envoyproxy#1861 Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
|
@lizan I have rebase the code to master. : ) Thanks for reminder |
|
This pull request has been automatically marked as stale because it has not had activity in the last 7 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
This patch adds the OpenLab CI configuration to enable the support for Envoy arm64 build in OpenLab.
After this, each pull request in envoy will trigger the
envoy-arm64-buildjob which verified the arm build on OpenLab ARM cluster.As the first version, we mark this job as non-voting job, that means the build job result is just a reference for developer and would not block the PR to be merged. Once we make sure the job can be executed stable, then we can mark it as normal "voting" job.
Related: #1861