-
Notifications
You must be signed in to change notification settings - Fork 435
[no-relnote] Fix E2E matrix conditional #1202
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
[no-relnote] Fix E2E matrix conditional #1202
Conversation
Pull Request Test Coverage Report for Build 16465424032Details
💛 - Coveralls |
fe1c036 to
4e8fa02
Compare
f7cd481 to
79faccf
Compare
|
Ok, I think this PR fixes the matrix execution |
Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>
79faccf to
2b0ca5e
Compare
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.
Pull Request Overview
This PR fixes the E2E workflow's matrix conditional logic to properly identify pull requests and non-main/release branches. The change improves the accuracy of the conditional used to exclude certain driver branch combinations in the test matrix.
- Renamed the matrix variable from
is_pull_requesttoisprfor better clarity - Updated the conditional logic to check for non-main branches that don't start with 'release-' instead of checking pull request refs
Comments suppressed due to low confidence (1)
.github/workflows/e2e.yaml:42
- The variable name 'ispr' is ambiguous and unclear. Consider using a more descriptive name like 'is_feature_branch' or 'exclude_expensive_tests' to better reflect what this variable represents.
ispr:
No description provided.