-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Added framework matrix to build #1362
Conversation
And attempting to save the path to the test folder, for each framework.
LibPalaso Tests 1 files - 44 1 suites - 44 5m 6s ⏱️ - 6m 49s Results for commit 98ab77c. ± Comparison against base commit de37405. This pull request removes 6 tests.
♻️ This comment has been updated with latest results. |
This is necessary so that attempting to run tests with unsupported frameworks will fail. It also just seems like something that should have been done. There may be other benefits (or consequences) to setting this, as well.
@hahn-kev also note the mildly terrifying build failure here: Are we running into another concurrency issue with this design? |
For some reason even dotnet build can be flaky.
-f is much too brittle for our solution. It will fail the build if any project is missing that target. Maybe this means we still have the concurrency problems, just lessened. I'll keep investigating.
We are. The build itself is flaky, where this work should fix the test flakiness. The build flakiness is hopefully much rarer |
that's a really weird build failure. I wonder if it'll happen again |
Using the pattern established in liblcm
Trying to fix an exception for its step
Palaso Tests 3 files 3 suites 14m 9s ⏱️ Results for commit 8a943d3. ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Missed the bin log upload name though
Note that the Appveyor build didn't fail, it wasn't canceled due to my merging |
This change is