-
Notifications
You must be signed in to change notification settings - Fork 922
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarifies some of the instructions and properly links to versions tha…
…t are tracking. Signed-off-by: Timothy St. Clair <[email protected]>
- Loading branch information
Showing
4 changed files
with
11 additions
and
22 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,3 @@ | ||
# Issue Tracking Doc | ||
# Issue Tracking | ||
|
||
This document tracks issues with the conformance e2e suite and their resolutions. | ||
|
||
## e2e: Internet connection test should not rely on ICMP achievement | ||
|
||
* https://github.com/kubernetes/kubernetes/issues/51145 | ||
* https://github.com/kubernetes/kubernetes/pull/51287 | ||
* https://github.com/kubernetes/kubernetes/pull/53381 | ||
|
||
## ThirdParty resource e2e test should not be marked as conformance | ||
|
||
* https://github.com/kubernetes/kubernetes/issues/52822 | ||
* https://github.com/kubernetes/kubernetes/pull/52823 | ||
For issues that occur with the e2e test please cross reference the [tracking issue.](https://github.com/cncf/k8s-conformance/issues/27) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# How to review conformance results | ||
|
||
1. Make sure the list of files matches [the one specified here](https://github.com/cncf/k8s-conformance/blob/master/instructions.md#contents-of-the-pr) | ||
2. Look at `version.txt`. Make sure the `client` and `server` versions match each other to the minor version level. Make sure this also matches the `vX.Y` subdirectory that the PR is in. | ||
2. Look at `version.txt`. Make sure the `client` version is no more than one minor version greater than the `server` version | ||
3. Verify that the last line of `e2e.log` says "SUCCESS! -- `N` Passed | 0 Failed | 0 Pending | `M` Skipped PASS". The exact value of `N` and `M` don't matter as long as we see `0 Failed | 0 Pending`. |
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