-
Notifications
You must be signed in to change notification settings - Fork 93
Smoke test all binaries using matrix build #1115
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
base: main
Are you sure you want to change the base?
Conversation
3747ab9 to
ab147a1
Compare
|
(Draft because it's not working and I still need to add windows) |
b8ae47b to
59431a3
Compare
|
Not pleased with having to wait for all the binaries to build in order to run the tests with them; I'll have to look into if I can improve that |
9beaf9e to
f0c9738
Compare
|
|
690902c to
44b55ce
Compare
|
Ugh seems like I'll need to adjust the timeouts for Windows for it to be consistent :( |
44b55ce to
94c43b3
Compare
|
going to push a few blank amends to check the consistency of the tests passing. |
94c43b3 to
812cc85
Compare
This lets us smoke test the binaries for every platform instead of just linux x86_64. The builds are run in parallel, which looks a bit messy in the output but hopefully will mean it takes around 10 minutes to get all the results. I wrote the windows part so that it can be expanded to include arm64 in the future. Signed-off-by: David Thompson <davthomp@redhat.com>
812cc85 to
5705851
Compare
This lets us smoke test the binaries for every platform instead of just linux x86_64.
The builds are run in parallel, which looks a bit messy in the output but hopefully will mean it takes around 10 minutes to get all the results.
I wrote the windows part so that it can be expanded to include arm64 in the future.
Also fixes a bug preventing the linux arm64 binary from being used.