OCP4: Fix e2e result on OCP 4.14 changes#11207
Conversation
|
/test ocp-cis |
|
@Vincent056: The specified target(s) for
Use
DetailsIn 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.
Do we need e2e test files for 4.6, 4.7, 4.8 and 4.9?
There was a problem hiding this comment.
no, they are out of support cycle
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.
There are still test files for 4.7, 4.8, 4.9 and 4.10.
There was a problem hiding this comment.
Maintenance for 4.10 ended September 10, 2023
| @@ -0,0 +1,4 @@ | |||
| --- | |||
| default_result: | |||
| master: FAIL | |||
There was a problem hiding this comment.
From what I could test this rule is passing on OCP 4.13
| @@ -0,0 +1,4 @@ | |||
| --- | |||
| default_result: | |||
| master: FAIL | |||
There was a problem hiding this comment.
This rule was passing on the 4.13 cluster I got.
There was a problem hiding this comment.
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 |
|
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