Commit Graph

98 Commits

Author SHA1 Message Date
Kubernetes Prow Robot 4a6113abed
Merge pull request #7824 from pohly/e2e-tests-labels
e2e-tests.md: update description of labels
2024-06-17 02:48:40 -07:00
Patrick Ohly b4797e00cd e2e-tests.md: explain usage of Feature tag for alpha/beta tests
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].
2024-06-13 09:07:55 +02:00
Patrick Ohly d5a4ac9984 e2e-tests.md: update description of labels
This explains how to use --filter-label (possible since Kubernetes 1.29) and
clarifies the usage of feature gate labels.
2024-06-12 08:52:22 +02:00
Junya Okabe 0adfecd04d fix: use https:// instead of http:// 2024-06-09 02:22:43 +09:00
Junya Okabe c0e379d50f update: links 2024-05-08 15:19:02 +09:00
Yuiko Mori 3e5ee6b5b5 Add link to e2e_node test docs 2024-03-26 09:07:02 +09:00
Kubernetes Prow Robot d48200bb58
Merge pull request #7658 from pacoxu/patch-3
remove todo of adding instructions to flaking test issue template
2024-01-02 17:15:59 +01:00
Paco Xu b6ed8dbbf6
remove todo of adding instructions to flaking test issue template 2023-12-28 17:06:08 +08:00
Paco Xu 1e9ace687c
use the video link of kcseu deflaking
- KCSEU23 - The Art of Deflaking Kubernetes Tests
2023-12-28 16:49:43 +08:00
Yuedong Wu ca47e08853
Fix broken links in contributors guide 2023-11-27 15:33:16 +00:00
Ritika eecb0e740f
Migrating k8s-testgrid.appspot.com link to testgrid.k8s.io (#7472)
* Migrating k8s-testgrid.appspot.com link to testgrid.k8s.io

Signed-off-by: Ritikaa96 <ritika@india.nec.com>

* Reverting changes from archive folder

Signed-off-by: Ritikaa96 <ritika@india.nec.com>

---------

Signed-off-by: Ritikaa96 <ritika@india.nec.com>
2023-11-04 17:41:20 +01:00
Antonio Ojea d5650fe1a7
Update contributors/devel/sig-testing/flaky-tests.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-09-24 14:24:48 +02:00
Antonio Ojea 5cd3c93ef8
Update contributors/devel/sig-testing/flaky-tests.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-09-24 14:24:39 +02:00
Antonio Ojea a0a72fd949
Update contributors/devel/sig-testing/flaky-tests.md
Co-authored-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2023-09-24 14:24:30 +02:00
Antonio Ojea 0b824be749
Update flaky-tests.md
- Zero-flake policy
- Update resources
2023-09-24 11:28:37 +02:00
Kubernetes Prow Robot d299a12908
Merge pull request #7258 from tokers/docs/broken-link-for-timeouts
docs: fix broken link for TimeoutContext
2023-08-06 13:42:31 -07:00
Ricky Sadowski 4d6053b042 Update e2e-tests-kubetest2.md with new source for Kubernetes releases
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>
2023-05-18 00:42:24 +00:00
Alex Zhang d54408935d
Update contributors/devel/sig-testing/writing-good-e2e-tests.md
Co-authored-by: Christoph Blecker <admin@toph.ca>
2023-04-19 10:36:51 +08:00
tokers 491f2b07c8
docs: fix broken link for TimeoutContext
Signed-off-by: tokers <zchao1995@gmail.com>
2023-04-18 17:33:23 +08:00
Kubernetes Prow Robot 665eecfb70
Merge pull request #7021 from pohly/testing-e2e-guidelines
writing-good-e2e-tests.md: polling, contexts and failure messages
2023-03-01 02:43:17 -08:00
Patrick Ohly bf8b4d5f6c writing-good-e2e-tests.md: polling, contexts and failure messages
This reflects the recent changes that came with Ginkgo v2.
2023-03-01 10:48:11 +01:00
Oscar Utbult 284ba22f05 grammar: removed doubles of the word "the" 2022-09-19 16:30:28 +02:00
Kubernetes Prow Robot dbb243f825
Merge pull request #6542 from s-urbaniak/pod-security-admission
e2e-tests: describe pod security admission
2022-03-25 08:21:59 -07:00
Sergiusz Urbaniak 43a08f9d49
e2e-tests: describe pod security admission 2022-03-24 15:44:04 +01:00
Patrick Ohly 554bbdfd61 flaky-tests.md: update template in link
This changed from .md to .yaml in
https://github.com/kubernetes/kubernetes/pull/104468.
2022-03-24 10:48:09 +01:00
jlsong01 2ad53d57ea update stress installation command for go version 1.17 and later 2022-01-03 00:08:16 +08:00
Kubernetes Prow Robot 5658578375
Merge pull request #6127 from pravarag/verify-documentation
Add documentation for remaining hack/verify* tests
2021-11-23 16:58:21 -08:00
Claudiu Belu a48453ebf6 Removes [Exclude:WindowsDocker] test tag
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
2021-11-16 08:55:15 -08:00
Pravar Agrawal 2979af4f98 add documentation for verify-spelling script 2021-10-10 22:43:20 +05:30
Pravar Agrawal 9791d9897a add documentation for verify-gofmt script 2021-10-10 22:43:20 +05:30
Pravar Agrawal ec0dcfbcc2 update documentation for verify-structured-logging 2021-10-10 22:43:20 +05:30
Kubernetes Prow Robot 7deec62168
Merge pull request #5355 from claudiubelu/adds-excluded-windows-docker-tag
tags: Adds [Excluded:WindowsDocker] tag
2021-10-06 20:41:45 -07:00
Pravar Agrawal 15d2ce6938 update as per review comments 2021-10-05 21:44:11 +05:30
Pravar Agrawal 15f001cdbe add documentation for verify-codegen script 2021-10-05 21:39:00 +05:30
Pravar Agrawal 9ffd5971f3 add documentation for verify-cli-conventions 2021-10-05 21:39:00 +05:30
Pravar Agrawal de45ce7cb3 add documentation for verify-boilerplate script 2021-10-05 21:39:00 +05:30
Pravar Agrawal a52b7d6dd2 add documentation for verify-bazel script 2021-10-05 21:39:00 +05:30
Claudiu Belu 3d02c5dbd5 tags: Adds [Excluded:WindowsDcoker] tag
Co-authored-by: Aaron Crickenberger <spiffxp@google.com>
2021-09-22 00:24:00 -07:00
Robert Kielty a50309d44d
Guide for monitoring tests run by CI - final push (#5449)
* 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>
2021-08-16 18:56:01 -07:00
SataQiu 51b267d7a4 remove bazel build 2021-07-25 16:35:42 +08:00
Pravar Agrawal a8d041d470 add documentation for verify-api-groups 2021-06-16 20:43:22 +05:30
Mauricio Poppe 97f9d03363 Debugging an e2e test with delve 2021-04-16 21:15:05 +00:00
Lubomir I. Ivanov a275d97885 sig-testing/e2e-tests.md: add notes about MinimumKubeletVersion 2021-03-10 03:32:32 +02:00
Kubernetes Prow Robot 6b00f86465
Merge pull request #5349 from PurelyApplied/verify-documentation
Add documentation for hack/verify* tests.
2021-02-16 14:21:07 -08:00
Michael Vorburger ⛑️ 05c117e8d4 recommend using bazelisk 2021-02-13 04:17:41 +01:00
Patrick Rhomberg 2e11bf8b96 Add note about documentation being incomplete. 2021-02-12 18:42:00 +00:00
Patrick Rhomberg 303915f8aa Respond to review comments. 2021-02-11 18:12:44 +00:00
Patrick Rhomberg 389b06b077 Add documentation for verification tests.
In particular, add documentation for verify-govet-levee
2021-02-11 01:43:50 +00:00
Erik L. Arneson 15de14640b Add Deflaking tests information to Developer Guide
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>
2020-10-21 09:03:13 -07:00
Ben Moss 27585bcc90
Remove references to velodrome 2020-10-06 11:02:56 -04:00