Skip to content
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

Merged
merged 12 commits into from
Dec 14, 2022

Conversation

sunwen18
Copy link
Contributor

@sunwen18 sunwen18 commented Dec 11, 2022

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.

@sunwen18 sunwen18 marked this pull request as draft December 11, 2022 06:17
@github-actions github-actions bot added the CI Continuous Integration label Dec 11, 2022
@sunwen18 sunwen18 mentioned this pull request Dec 11, 2022
@sunwen18 sunwen18 marked this pull request as ready for review December 11, 2022 23:52
@dbaileychess
Copy link
Collaborator

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.

@sunwen18
Copy link
Contributor Author

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.

@dbaileychess dbaileychess enabled auto-merge (squash) December 14, 2022 22:44
@dbaileychess
Copy link
Collaborator

Thanks!

@dbaileychess dbaileychess merged commit 52d1b77 into google:master Dec 14, 2022
sunwen18 added a commit to sunwen18/flatbuffers that referenced this pull request Dec 25, 2022
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants