mirror of https://github.com/docker/docs.git
Updates to automated tests doc (#3370)
* Updates to automated tests doc Updated automated test doc to reflect new autotest behavior. * made minor formatting changes Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
parent
0a9866bd54
commit
6457b5b5b0
|
@ -75,15 +75,21 @@ Docker repository, regardless of the Autotest settings.
|
|||
|
||||
The following options are available:
|
||||
|
||||
* `Off`: No additional test builds. Tests only run if they're configured as part of an automated build.
|
||||
* `Internal pull requests`: Run a test build for any pull requests to branches that match a build rule, but only when the pull request comes from the same source repository.
|
||||
* `Internal and external pull requests`: Run a test build for any pull requests to branches that match a build rule, including when the pull request originated in an external source repository.
|
||||
* `Off`: No additional test builds. Tests only run if they're configured
|
||||
as part of an automated build.
|
||||
|
||||
* `Internal pull requests`: Run a test build for any pull requests
|
||||
to branches that match a build rule, but only when the pull request comes
|
||||
from the same source repository.
|
||||
|
||||
* `Internal and external pull requests`: Run a test build for any
|
||||
pull requests to branches that match a build rule, including when the
|
||||
pull request originated in an external source repository.
|
||||
|
||||
> **Note**: For security purposes, autotest on _external pull requests_ is
|
||||
disabled on public repositories. If you select this option on a public
|
||||
repository, tests will still run on _internal_ pull requests (for example
|
||||
from one branch into another inside the code repository) but not on for
|
||||
external pull requests.
|
||||
limited on public repositories. Private images will not be pulled and
|
||||
environment variables defined in Docker Cloud will not be
|
||||
available. Automated builds will continue to work as usual.
|
||||
|
||||
9. Click **Save** to save the settings, or click **Save and build** to save and
|
||||
run an initial test.
|
||||
|
|
Loading…
Reference in New Issue