-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
ci: add drone.io for arm64 verification #11270
Conversation
add drone ci test configuration that includes build test, unit test and integration test Signed-off-by: Howard Zhang <howard.zhang@arm.com>
can we not introduce another CI system? Can you try travis CI? |
Hi, Xiang, Thanks for comment. I am total fine with travis CI. |
@zhlhahaha OK |
Hi @gyuho, can you tell me where the source code of binary, marker, that used in etcd-test image? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions. |
It may be worth mentioning that Travis CI now also has native arm64 support. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions. |
1 similar comment
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions. |
Please see #12929. arm64 is now officially supported. |
Nice, feel free to tell me if there is anything I can help with. |
Enable arm64 CI test by applying drone CI,
Includes build test, unit test and integration test
Signed-off-by: Howard Zhang howard.zhang@arm.com
Please read https://github.com/etcd-io/etcd/blob/master/CONTRIBUTING.md#contribution-flow.