While we now have the ability to support tests properly which only depend on
alpha or beta feature gates, we still haven't migrated all jobs. So for now,
developers still need to follow the old practice of tagging such tests with
both [Feature] and [FeatureGate].
This commit updates the 'e2e-tests-kubetest2.md' documentation. Instead
of instructing users to use a `gsuti`l command to find release names,
they are now directed to visit the Kubernetes GitHub releases page.
This change removes the reliance on GCS as the release buckets will
eventually be fully replaced with the community owned `dl.k8s.io`
endpoint.
Signed-off-by: Ricky Sadowski <richard.j.sadowski@gmail.com>
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>