-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
When sorting SCCs by restrictions don't add a score if SCC allows volumes of projected type #14548
When sorting SCCs by restrictions don't add a score if SCC allows volumes of projected type #14548
Conversation
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.
LGTM
@mfojtik Can we merge it or we're in the code freeze? |
LGTM [merge] |
[Test]ing while waiting on the merge queue |
@mfojtik Could you try to merge it again? |
[merge] |
Huh... "Branch is Closed for Non-Bugs" |
[severity:bug] |
@php-coder conflict with |
…umes of projected type.
ea0b3d8
to
b79d723
Compare
Updated (and also I've added a missing test for |
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.
LGTM
Evaluated for origin test up to b79d723 |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin/2388/) (Base Commit: 5dce9b9) (PR Branch Commit: b79d723) |
[merge] |
Evaluated for origin merge up to b79d723 |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_request_origin/1053/) (Base Commit: a513a2b) (PR Branch Commit: b79d723) (Extended Tests: bug) (Image: devenv-rhel7_6381) |
After adding
projected
type to many of our SCCs in #14147, we accidentally changed their score. This PR corrects that by treatingprojected
volume type as a trivial (that has a score of 0).PTAL @pweil-
CC @mfojtik
JFYI @jpeeler