Smoke test all binaries using matrix build#1115
Smoke test all binaries using matrix build#1115datho7561 merged 1 commit intoredhat-developer:mainfrom
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. |
812cc85 to
5705851
Compare
5705851 to
9b6696b
Compare
|
Fixes #1145 |
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>
9b6696b to
f7ce09f
Compare
There was a problem hiding this comment.
Seems reasonable. Just curious, was the linux-arm64 support wrongly using lemminx-linux-x86_64 ?
Update: Nevermind, you explained here #930 (comment) .
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.