feat(ci): run multiple nightly test configurations#1102
Open
victor-dumitrescu wants to merge 1 commit into
Open
feat(ci): run multiple nightly test configurations#1102victor-dumitrescu wants to merge 1 commit into
victor-dumitrescu wants to merge 1 commit into
Conversation
|
Benchmark results for revision 7fc28d1:
Full results
Compare the results above with those for the default branch. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1102 +/- ##
==========================================
- Coverage 89.92% 89.91% -0.01%
==========================================
Files 135 135
Lines 29269 29269
Branches 29269 29269
==========================================
- Hits 26320 26318 -2
- Misses 2127 2128 +1
- Partials 822 823 +1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Expands the NDS Database nightly test matrix from 1 to 20 tests, with varying test parameters (operations / epoch, test cases / epoch).
Why
Expands nightly test coverage to the maximum number of tests that can actually run in parallel on GitHub runners.
Manually Testing
A successful nightly workflow, with tests shortened to 10 minutes here. Each replica runs with a different seed, so test with same parameters are not redundant.
Tasks for the Author