Commit Graph

35 Commits

Author SHA1 Message Date
Quan Tian 521af1b1f5 Fix outdated conformance test requirement
It's not true that running conformance test is non-privileged and does
not require cluster admin permissions.

Signed-off-by: Quan Tian <qtian@vmware.com>
2023-12-11 19:26:29 +08:00
Clayton Coleman deeb1086fa
Describe the demotion process for a conformance test
We have not previously documented demotion of a conformance test,
although we have several examples. A request for a backport of
demotion was questioned based on the lack of process and this update
clarifies that responsibility.
2023-01-26 15:35:59 -05:00
Parthvi Vala d0cb25a2b3
Fix typos in the conformance-tests doc 2022-09-20 13:06:00 +05:30
Sean Wei 6690abcd6b Fix links for k/design-proposals-archive 2022-08-03 08:32:16 +08:00
Kubernetes Prow Robot 89d1fe2bd2
Merge pull request #6536 from Riaankl/update-conformance-tests.md
update conformance-tests.md
2022-04-03 15:26:09 -07:00
Riaan Kleinhans 7ebe82693f
Update conformance-tests.md 2022-03-31 06:35:46 +13:00
Riaan Kleinhans 41e37715de
update conformance-tests.md 2022-03-14 14:26:37 +13:00
yuyang f1cd9abe6d fixed a tiny typo error 2022-03-10 11:23:07 +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
SataQiu 51b267d7a4 remove bazel build 2021-07-25 16:35:42 +08:00
Riaan Kleinhans f8d9d7294a Update conformance promotion details round removal of bazel 2021-03-03 12:09:25 +13:00
knight42 1cf544cb29
doc: describe how to run conformance tests with kind
Signed-off-by: knight42 <anonymousknight96@gmail.com>
2020-08-03 11:00:57 +08:00
Aaron Crickenberger 8c0af106aa Fix formatting nit in example conformance comment 2020-07-28 16:41:04 -07:00
Stephen Heywood 6dab5060b7 Replace refs for conformance.txt to conformance.yaml 2020-06-10 07:30:38 +00:00
Robert Kielty 95fdc65c13
fixes contrib doc bug #4486 - kubetest replaces hack/e2e.go (#4563)
* 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>
2020-03-10 10:43:35 -07:00
Aaron Crickenberger 2eb7d04ae5 Add two clarifications to conformance requirements
Based on conformance meeting today

- we want to allow a test to exercise the event API to verify it can
  be exercised; this isn't depending on a specific component to
  generate a specific event

- we don't want to allow tests which are attempting to exercise the
  componentstatus API as there is a KEP out to deprecate it, and all
  involved don't want to add more code around componentstatus
2020-01-14 15:19:22 -08:00
Caleb Woodbine b019e985f9 Add literal string requirement 2019-08-27 10:43:01 +12:00
Devan Carpenter 5663868a88
Conformance Tests: Reduce soak time for new tests
New tests don't need to be run for a full release-cycle before getting
promoted to Conformance. Two weeks is sufficient, and more practical.
2019-08-12 17:30:59 -07:00
Aaron Crickenberger caf0d1d618 Kubelet API access should not be allowed for conformance tests 2019-08-08 15:06:02 -07:00
Stephen Heywood 5be295c8da
Ensure that conformance.txt is regenerated 2019-08-01 10:07:20 +12:00
Draven 7e4037b332
doc: add an extra space between document and for 2019-07-03 23:47:40 +08:00
Timothy St. Clair d3a393ebe7 Update recommendations for tests that don't meet
conformance criteria.
2019-05-08 09:22:59 -05:00
Kubernetes Prow Robot 968cefa1da
Merge pull request #3570 from johnbelamaric/conformance-project-board
Add detail on the conformance review process
2019-04-12 11:58:46 -07:00
Kubernetes Prow Robot 8c8005b7d3
Merge pull request #3521 from PatrickLang/windows-conformance-notes
Start Windows considerations list for conformance tests
2019-04-11 16:02:45 -07:00
Patrick Lang 4de900588a Add suggestion to use agnhost for new scenarios 2019-04-11 15:58:04 -07:00
Patrick Lang 1d114a2240 More review feedback 2019-04-11 14:28:40 -07:00
John Belamaric 4c778442fc Merge branch 'master' into conformance-project-board 2019-04-11 12:33:30 -07:00
John Belamaric b5a2d835b0 Fix metadata link, add conformance.txt remark 2019-04-11 12:29:11 -07:00
John Belamaric 418a933506 Add detail on the conformance review process
* Adds the criteria to have an e2e test running for one release before
 promotion.
 * Adds a section on the review board describing the types of PRs that
 require approval through that process.
 * Updates the link to the review board.
2019-04-09 16:30:52 -07:00
Patrick Lang 1bc880849b More updates based on review feedback 2019-04-09 12:30:40 -07:00
Patrick Lang 2d844e6ffa Merge in Claudiu's list from #3522, review feedback 2019-04-02 13:16:17 -07:00
Patrick Lang b701d73113 Start Windows considerations list for conformance tests 2019-03-27 01:06:50 +00:00
Davanum Srinivas 63c52e9440
Document code freeze restrictions for adding conformance tests
Bugs are ok, but features are not ok during code freeze.

Change-Id: I5d9e6602396735ee5798792527a0a7110ce02275
2019-03-13 17:15:33 -04:00
Johannes M. Scheuermann 81651e6854 Update conformance docs to use --ginkgo-parallel instead of deprecated env var 2019-02-20 14:10:24 +01:00
eduartua 06207d2363 Created tombstone files for files moved to /devel/sig-architecture - URLs updated in k/community 2019-01-24 16:48:03 -06:00