GHA: Use the shared workflow from Boost.CI for tests#490
Conversation
|
This is a very much appreciated improvement, but the workflow ran with 0 jobs? |
|
I see, shouldn't have removed the customizations entirely |
|
@mborland Seems Boost.Test doesn't work on Cygwin: I can disable cygwin CI here if you don't want to fix this. |
|
Disable it for now and if there's demand in the future I can go back and fix it. If it's been this long and nobody has complained I would expect nobody uses it. Edit: It looks like it's been over 6 years since the last real change to that file |
GHA CI runners run out of memory with the amount of tests and combinations.
31aebb2 to
ca1427d
Compare
Use is flagged as inconsistent
|
@mborland How shall we continue here? I got it down to a couple failures but that was hard due to the size of the test suite: It takes a long time (3-4h were not enough for some configs) and occasionally runs into out-of-disk-space errors.
One job (clang-14, 17,20, ubuntu-latest, ubuntu:22.04) doesn't display why it failed, maybe it was aborted by other failures I see that the old CI ran release mode only and a small subset of the compile-cxxstd-combinations, and only UBSAN but not ASAN. Not sure if it is a good idea to skip debug mode as it never runs with assertions but of course makes the runs much faster. The As you are the maintainer here I'd let you make the call what and how you want to test. |
No description provided.