Skip to content

Commit

Permalink
Merge pull request #352 from sanscontext/autotest
Browse files Browse the repository at this point in the history
update autotest descriptions
  • Loading branch information
LRubin authored Oct 26, 2016
2 parents cdbebff + 25fd57e commit 43e4f5a
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 part of an automated build.
* `Source repository`: 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.
* `Source repository & 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
Expand Down

0 comments on commit 43e4f5a

Please sign in to comment.