Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit 6316230

Browse files
authored
Merge pull request #326 from pbx0/readme
explain PR tests commands
2 parents 6ec164c + aaac16f commit 6316230

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,13 @@ make install
7878
### Development
7979
Running `make run-single` or `make run-multi` resets the single-node or multi-node Vagrant environments, respectively, in the background while compiling bootkube and provisions the fresh VM with bootkube when compilation is complete. This is intended to speed up iteration.
8080

81+
## Running PR Tests
82+
The basic test suite should run automatically on PRs. It can be re-run by commenting to the PR: `rktbot run tests`. To whitelist an external contributor's PR temporarily, one can use the `ok to test` command.
83+
84+
More extensive self-hosted etcd testing can be run by commenting: `rktbot run etcd tests`. The maintainers will be responsible for determining if this is needed and should pass as it may contain experimental or flaky tests.
85+
86+
If changes are made to the checkpointer code you must run a third type of test: `rktbot run checkpointer tests`
87+
8188
## Conformance Tests
8289

8390
This repository includes scripts for running the Kubernetes conformance tests agains the [hack/single-node](hack/single-node) and [hack/multi-node](hack/multi-node) launched clusters.

0 commit comments

Comments
 (0)