You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docker-cloud/builds/automated-testing.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -79,9 +79,9 @@ Docker repository, regardless of the Autotest settings.
79
79
80
80
The following options are available:
81
81
82
-
* `Off`: no additional tests. Test commits only to branches that are using Autobuild to build and push images.
83
-
* `Source Repository`: test commits to all branches of the source code repository, regardless of their Autobuild setting.
84
-
* `Source Repository & External Pull Requests`: tests commits to all branches of the source code repository, including any pull requests opened against it.
82
+
* `Off`: No additional test builds. Tests only run if they're configured as hooks in an automated build.
83
+
* `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.
84
+
* `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.
85
85
86
86
> **Note**: For security purposes, autotest on _external pull requests_ is
87
87
disabled on public repositories. If you select this option on a public
0 commit comments