-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Add CI job to build linux and run unit test on s390x #7707
Conversation
Thanks for doing this. Since it takes so long, we probably shouldn't run it on every PR. Can you look into how to schedule this to run nightly? That way we can find regression within a day. |
Sure, I can separate this out to run on schedule. |
Thanks! |
* create job to build linux and run unit test on s390x * update * update * update * update * update * print out machine type * create regression test to build a big endian arch and run unit tests daily * rename and schedule run on pr merged and on request * udpate Co-authored-by: Wen Sun <sunwen@google.com> Co-authored-by: Derek Bailey <derekbailey@google.com>
* create job to build linux and run unit test on s390x * update * update * update * update * update * print out machine type * create regression test to build a big endian arch and run unit tests daily * rename and schedule run on pr merged and on request * udpate Co-authored-by: Wen Sun <sunwen@google.com> Co-authored-by: Derek Bailey <derekbailey@google.com>
* create job to build linux and run unit test on s390x * update * update * update * update * update * print out machine type * create regression test to build a big endian arch and run unit tests daily * rename and schedule run on pr merged and on request * udpate Co-authored-by: Wen Sun <sunwen@google.com> Co-authored-by: Derek Bailey <derekbailey@google.com>
Add CI job to build linux and run unit test on s390x
Adding a job to build ubuntu on s390x architecture and then run unit test. Although one problem with this CI job is that it take almost 30 minutes to finish. Because it is building within a docker container. So setting this job to run either on demand, or when PR is closed and daily.