Add prow link, detail SIG contact

This commit is contained in:
Maria Ntalla 2019-02-21 11:54:00 +00:00
parent f87e0f084c
commit 034d4f6073
1 changed files with 11 additions and 8 deletions

View File

@ -198,10 +198,10 @@ Please refer to [Integration Testing in Kubernetes](integration-tests.md).
Please refer to [End-to-End Testing in Kubernetes](e2e-tests.md).
## Running your contribution in the Kubernetes CI
Once you open a PR, [`prow`][prow-doc] runs pre-submit tests in CI.
## Running your contribution through Kubernetes CI/CD
Once you open a PR, [`prow`][prow-url] runs pre-submit tests in CI. You can find more about `prow` in [kubernetes/test-infra][prow-git] and in [this blog post][prow-doc] on automation involved in testing PRs to Kubernetes.
If you are not a [Kubernetes org member][member], another org member will need to run [`/ok-to-test`][ok-to-test] on your PR.
If you are not a [Kubernetes org member][membership], another org member will need to run [`/ok-to-test`][ok-to-test] on your PR.
Find out more about [other commands][prow-cmds] you can use to interact with prow through GitHub comments.
@ -214,13 +214,16 @@ If the failure seems unrelated to the change you're submitting:
- If not, open a new one (like [this example][new-issue-example]) and [label it `kind/flake`][kind/flake]
- Run [`/retest`][retest] on your PR to re-trigger the tests
- Is it a failure that shouldn't be happening (in other words, is the test now wrong)
- Get in touch with the SIG
- preferably as a comment on your PR, by tagging the [team][k-teams] (for example a [reviewers team for the SIG][k-teams-review])
- if you don't get a response in 24h, engage with the SIG on their channel on the Kubernetes slack and/or attend one of the [SIG meetings][sig-meetings] to ask for input.
- Is it a failure that shouldn't be happening (in other words, is the test expectation now wrong)
- Get in touch with the SIG that your PR is labeled after
- preferably as a comment on your PR, by tagging the [github team][k-teams] (for example a [reviewers team for the SIG][k-teams-review])
- write your reasoning as to why you think the test is now outdated and should be changed
- if you don't get a response in 24 hours, engage with the SIG on their channel on the [Kubernetes slack](http://slack.k8s.io/) and/or attend one of the [SIG meetings][sig-meetings] to ask for input.
[prow-url]: https://prow.k8s.io
[prow-git]: https://git.k8s.io/test-infra/prow
[prow-doc]: https://kubernetes.io/blog/2018/08/29/the-machines-can-do-the-work-a-story-of-kubernetes-testing-ci-and-automating-the-contributor-experience/#enter-prow
[member]: https://github.com/kubernetes/community/blob/master/community-membership.md#member
[membership]: https://github.com/kubernetes/community/blob/master/community-membership.md#member
[k-teams]: https://github.com/orgs/kubernetes/teams
[k-teams-review]: https://github.com/orgs/kubernetes/teams?utf8=%E2%9C%93&query=review
[ok-to-test]: https://prow.k8s.io/command-help#ok_to_test