-
Notifications
You must be signed in to change notification settings - Fork 706
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
OCP4: Fix e2e result on OCP 4.14 changes #11207
Conversation
/test ocp-cis |
@Vincent056: The specified target(s) for
Use
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/test e2e-aws-ocp4-high |
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.
Do we need e2e test files for 4.6
, 4.7
, 4.8
and 4.9
?
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.
no, they are out of support cycle
...ications/openshift/master/file_permissions_controller_manager_kubeconfig/tests/ocp4/4.13.yml
Show resolved
Hide resolved
3d70354
to
34e8a2b
Compare
/test e2e-aws-ocp4-high |
/test e2e-aws-ocp4-high-node |
Looks like we have a legitimate failure;
|
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.
There are still test files for 4.7
, 4.8
, 4.9
and 4.10
.
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.
Maintenance for 4.10
ended September 10, 2023
@@ -0,0 +1,4 @@ | |||
--- | |||
default_result: | |||
master: FAIL |
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.
From what I could test this rule is passing on OCP 4.13
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.
that's correct
@@ -0,0 +1,4 @@ | |||
--- | |||
default_result: | |||
master: FAIL |
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.
This rule was passing on the 4.13 cluster I got.
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.
that's correct, sorry I missed it
It looks like the CI test was ran on OCP 4.13? Can you confirm that? |
Some of the file permission issues has been addressed on OpenShift 4.14 from 644 to 600 and some of them are back ported to 4.13, let's change the expected e2e result to match that
34e8a2b
to
ec4735f
Compare
yes we are running on 4.13 |
/test e2e-aws-ocp4-high-node |
Code Climate has analyzed commit ec4735f and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 58.5%. View more on Code Climate. |
/test e2e-aws-ocp4-high-node |
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
Merging despite failures of |
Some of the file permission issues has been addressed on OpenShift 4.14 from 644 to 600 , let's change the expected e2e result to match that