From 25fd57ec7336939f232637f818feff1b476ec1c2 Mon Sep 17 00:00:00 2001 From: LRubin Date: Wed, 26 Oct 2016 10:58:53 -0700 Subject: [PATCH] update autotest descriptions Signed-off-by: LRubin --- docker-cloud/builds/automated-testing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-cloud/builds/automated-testing.md b/docker-cloud/builds/automated-testing.md index be2fba1562e..8fb8a99d5e4 100644 --- a/docker-cloud/builds/automated-testing.md +++ b/docker-cloud/builds/automated-testing.md @@ -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