-
Notifications
You must be signed in to change notification settings - Fork 313
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
Decouple OSU benchmarks from EFA integration tests #5928
Merged
Merged
Conversation
This file contains 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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #5928 +/- ##
========================================
Coverage 90.15% 90.15%
========================================
Files 180 180
Lines 15742 15742
========================================
Hits 14192 14192
Misses 1550 1550
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
gmarciani
reviewed
Dec 11, 2023
tests/integration-tests/tests/ad_integration/test_ad_integration.py
Outdated
Show resolved
Hide resolved
tests/integration-tests/tests/performance_tests/test_osu/test_osu/pcluster.config.yaml
Show resolved
Hide resolved
5196287
to
1d8e402
Compare
gmarciani
reviewed
Dec 19, 2023
...tion-tests/tests/ad_integration/test_ad_integration/test_ad_integration/pcluster.config.yaml
Outdated
Show resolved
Hide resolved
gmarciani
approved these changes
Dec 20, 2023
Signed-off-by: Judy Ng <njud@amazon.com>
Signed-off-by: Judy Ng <njud@amazon.com>
Signed-off-by: Judy Ng <njud@amazon.com>
Signed-off-by: Judy Ng <njud@amazon.com>
Signed-off-by: Judy Ng <njud@amazon.com>
enrico-usai
pushed a commit
to enrico-usai/aws-parallelcluster
that referenced
this pull request
Jan 30, 2024
* Decouple OSU test from EFA tests Signed-off-by: Judy Ng <njud@amazon.com> Signed-off-by: Enrico Usai <usai@amazon.com>
enrico-usai
pushed a commit
that referenced
this pull request
Jan 30, 2024
* Decouple OSU test from EFA tests Signed-off-by: Judy Ng <njud@amazon.com> Signed-off-by: Enrico Usai <usai@amazon.com>
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.
Description of changes
Tests
Checklist
develop
add the branch name as prefix in the PR title (e.g.[release-3.6]
).Please review the guidelines for contributing and Pull Request Instructions.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.