| Age | Commit message (Collapse) | Author |
|
|
|
e2e-tests: describe pod security admission
|
|
|
|
This changed from .md to .yaml in
https://github.com/kubernetes/kubernetes/pull/104468.
|
|
|
|
Add documentation for remaining hack/verify* tests
|
|
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
|
|
|
|
|
|
|
|
tags: Adds [Excluded:WindowsDocker] tag
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Aaron Crickenberger <spiffxp@google.com>
|
|
* 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 78a8e2f257cce9245f0cea2f45cf56d91e00fe6b.
* Revert "clarifies that this doc is about CI on Kubernetes"
This reverts commit 53acc8991a08f3386ca37485ecdf487bfebc06bd.
* Revert "adds grammar and typo fixes"
This reverts commit 4c81b457fc4f244b3b229da8f409a490f8fda97f.
* Revert "adds capitalization feedback"
This reverts commit b56a4469eeddc6285d22b9779a8300c5affd46a5.
* Revert "removes toc comment"
This reverts commit 12423175e406f4076aa785e5891d43428190e82a.
* Revert "adds generated toc"
This reverts commit 9725c9efc561cd1f03cba265eb2cfea2a3bda6b5.
* Revert "adds fixes for review comments"
This reverts commit d9a6347e4b334eee1b5bf45898da3b31dabc85b0.
Co-authored-by: Joyce Kung <thejoycekung@users.noreply.github.com>
Co-authored-by: Jorge Alarcon Ochoa <alejandrox1@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
Add documentation for hack/verify* tests.
|
|
|
|
|
|
|
|
In particular, add documentation for verify-govet-levee
|
|
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 updates the link to reboot.go as it has moved to the
`test/e2e/cloud/gcp` directory of the kubernetes repository.
|
|
This change adds details on building with kubetest2 and without --legacy-mode.
|
|
This addresses some suggested changes to the kubetest2 getting started guide.
|
|
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.
|
|
Signed-off-by: SataQiu <1527062125@qq.com>
|
|
Remove/update legacy references in e2e testing guide
|
|
Signed-off-by: markyjackson-taulia <marky.r.jackson@gmail.com>
|
|
|
|
test
|
|
documentation
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.
|
|
The federation codebase was removed from the kubernetes repo years ago
so there is no point in maintaining documentation on how to test it.
|
|
* fixes contrib doc bug #4486 - kubetest replaces hack/e2e.go
* Update contributors/devel/sig-testing/e2e-tests.md
Restoring original list formatting for doc consistency.
Co-Authored-By: Bob Killen <killen.bob@gmail.com>
* Update contributors/devel/sig-testing/e2e-tests.md
Co-Authored-By: Bob Killen <killen.bob@gmail.com>
Co-authored-by: Bob Killen <killen.bob@gmail.com>
|
|
Fix misspelling of openSUSE
|
|
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.
|
|
|
|
As far as I can tell, `kubetest` no longer has a `-ctl` flag.
Remove it from the examples of commands that can be run using `kubetest`.
|
|
based on looking at deflaking PRs from the past few months,
what are some common anti-patterns or fixes?
|
|
Updated the link to the test failure report to include the colon after protocol. Updated the link to velodrome to HTTP, as it does not run on HTTPS
|
|
|
|
|
|
|