We've removed support for Windows Docker in Kubernetes v1.24, so
we no longer need this tag.
Updates a few of the Windows tests considerations, since a few of them
are supported by Windows Containerd
* Describe how to find and report failing tests
Co-authored-by: Joyce Kung <thejoycekung@users.noreply.github.com>
Co-authored-by: Jorge Alarcon Ochoa <alejandrox1@users.noreply.github.com>
* updates TestGrid screen shot
* adds fixes for review comments
* adds a generated toc
* adds generated toc
* removes duplicated toc heading
* removes toc comment
* adds capitalization feedback
* adds grammar and typo fixes
* clarifies that this doc is about CI on Kubernetes
* fixes a markdown issue
* adds fixes for review comments
adds a generated toc
* adds generated toc
removes duplicated toc heading
* removes toc comment
* adds capitalization feedback
* adds grammar and typo fixes
* clarifies that this doc is about CI on Kubernetes
* fixes a markdown issue
* Revert "fixes a markdown issue"
This reverts commit 78a8e2f257.
* Revert "clarifies that this doc is about CI on Kubernetes"
This reverts commit 53acc8991a.
* Revert "adds grammar and typo fixes"
This reverts commit 4c81b457fc.
* Revert "adds capitalization feedback"
This reverts commit b56a4469ee.
* Revert "removes toc comment"
This reverts commit 12423175e4.
* Revert "adds generated toc"
This reverts commit 9725c9efc5.
* Revert "adds fixes for review comments"
This reverts commit d9a6347e4b.
Co-authored-by: Joyce Kung <thejoycekung@users.noreply.github.com>
Co-authored-by: Jorge Alarcon Ochoa <alejandrox1@users.noreply.github.com>
This updates flaky-tests.md with all of the information on finding and deflaking tests from the presentation to SIG Testing found here: https://www.youtube.com/watch?v=Ewp8LNY_qTg
Also, this drops the outdated "Hunting flaky unit tests" section from flaky-tests.md.
Co-authored-by: Aaron Crickenberger <spiffxp@google.com>
This change creates a new file with e2e testing documentation for the
new kubetest2 test runner. Once kubetest is retired, this can drop
right into the existing e2e developer guide docs.
This change removes the installation instructions for kubetest
in favor of links to the project documentation. The reason for this
change is that the installation instructions are no longer current for
the project, this removal will aid with a de-duplication of information.
According to the test-infra issue, some people seem to face the issue
when downloading kubetest command. So this adds NOTE to know how to
avoid the issue at this time.