Skip to content

Commit

Permalink
update autotest descriptions
Browse files Browse the repository at this point in the history
Signed-off-by: LRubin <lrubin@docker.com>
  • Loading branch information
LRubin committed Oct 26, 2016
1 parent cdbebff commit 0c1590c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-cloud/builds/automated-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ Docker repository, regardless of the Autotest settings.

The following options are available:

* `Off`: no additional tests. Test commits only to branches that are using Autobuild to build and push images.
* `Source Repository`: test commits to all branches of the source code repository, regardless of their Autobuild setting.
* `Source Repository & External Pull Requests`: tests commits to all branches of the source code repository, including any pull requests opened against it.
* `Off`: No additional test builds. Tests only run if they're configured as hooks in 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 comes from the same source repository.
* `External Pull Requests`: Run a test build for any pull requests to branches that match a build rule, including when the pull 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
Expand Down

0 comments on commit 0c1590c

Please sign in to comment.