mirror of https://github.com/docker/docs.git
small addition to document expected behavior of parallel autobuilds (#11685)
* small addition to document expected behavior of parallel autobuilds Signed-off-by: Alex Hokanson <571756+ingshtrom@users.noreply.github.com> * Update docker-hub/builds/index.md Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> * Update docker-hub/builds/index.md Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com> Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
This commit is contained in:
parent
77f563a5fa
commit
2b235669d2
|
@ -31,6 +31,11 @@ pushing to the registry. You can use these tests to create a continuous
|
|||
integration workflow where a build that fails its tests does not push the built
|
||||
image. Automated tests do not push images to the registry on their own. [Learn more about automated image testing here.](automated-testing.md)
|
||||
|
||||
Depending on your plan, you may get parallel builds, which means that `N`
|
||||
autobuilds can be run at the same time. `N` is configured by the plan that you
|
||||
subscribe to. Once `N+1` builds are running, any additional builds are
|
||||
queued to be run later.
|
||||
|
||||
|
||||

|
||||
|
||||
|
|
Loading…
Reference in New Issue