-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The docs have some special logic to try and redirect to the right version of any given link. I've tried hardcoding the values for the full URL but it isnt working for some reason. By just copying the file into a few more places the links becomes much more simple. Signed-off-by: John Schnake <[email protected]>
- Loading branch information
1 parent
981a3ff
commit d3bca9e
Showing
6 changed files
with
54 additions
and
4 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
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Issue Regarding Certified-Conformance Mode | ||
|
||
### Versions of Sonobuoy Impacted | ||
- v0.53.0 | ||
- v0.53.1 | ||
|
||
### Description | ||
|
||
When running `sonobuoy run --mode=certified-conformance` the `E2E_SKIP` value is not properly cleared, leading to `disruptive` tests being skipped. In certified-conformance mode, all tests must be run to be valid for submission to the CNCF so this bug would invalidate your results. | ||
|
||
### Work-around #1 | ||
|
||
You can manually work-around this issue by adding an extra flag at the end of your command: | ||
``` | ||
sonobuoy run --mode=certified-conformance --plugin-env e2e.E2E_SKIP | ||
``` | ||
This will set the focus value to conformance as expected and then remove the E2E_SKIP value. | ||
|
||
### Work-around #2 | ||
|
||
Use a patched version of Sonobuoy. After this bug was reported and patched, we released v0.53.2. | ||
|
||
### Original issue | ||
|
||
Thanks to [BobyMCbobs](https://github.com/BobyMCbobs) for reporting the original issue: https://github.com/vmware-tanzu/sonobuoy/issues/1388 |
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
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Issue Regarding Certified-Conformance Mode | ||
|
||
### Versions of Sonobuoy Impacted | ||
- v0.53.0 | ||
- v0.53.1 | ||
|
||
### Description | ||
|
||
When running `sonobuoy run --mode=certified-conformance` the `E2E_SKIP` value is not properly cleared, leading to `disruptive` tests being skipped. In certified-conformance mode, all tests must be run to be valid for submission to the CNCF so this bug would invalidate your results. | ||
|
||
### Work-around #1 | ||
|
||
You can manually work-around this issue by adding an extra flag at the end of your command: | ||
``` | ||
sonobuoy run --mode=certified-conformance --plugin-env e2e.E2E_SKIP | ||
``` | ||
This will set the focus value to conformance as expected and then remove the E2E_SKIP value. | ||
|
||
### Work-around #2 | ||
|
||
Use a patched version of Sonobuoy. After this bug was reported and patched, we released v0.53.2. | ||
|
||
### Original issue | ||
|
||
Thanks to [BobyMCbobs](https://github.com/BobyMCbobs) for reporting the original issue: https://github.com/vmware-tanzu/sonobuoy/issues/1388 |