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

Split blueprints building with different travis instances #22

Merged
merged 3 commits into from
Sep 9, 2020
Merged

Split blueprints building with different travis instances #22

merged 3 commits into from
Sep 9, 2020

Conversation

utzcoz
Copy link
Member

@utzcoz utzcoz commented Sep 9, 2020

With some unknown reason, if we run armhf building firstly and then arm64 building, the arm64 building will fail with qemu segment fault; if we run arm64 building firstly, and then armhf building, the armhf building with fail with some unknown reason. So this CL will split building with different travis instances, and one instance for one building.

@utzcoz
Copy link
Member Author

utzcoz commented Sep 9, 2020

@pdsouza The travis building is here https://travis-ci.org/github/maruos/blueprints/builds/725660472, and it succeeds. Also the splitting decreases the travis building time because travis runs two building with two instances parallelly.

@pdsouza pdsouza merged commit e16a176 into maruos:master Sep 9, 2020
@pdsouza
Copy link
Member

pdsouza commented Sep 9, 2020

@utzcoz This is great, thank you! It is cool to run both builds in parallel!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants