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:
Alex Hokanson 2020-11-02 11:45:18 -05:00 committed by GitHub
parent 77f563a5fa
commit 2b235669d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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 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) 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.
![An automated build dashboard](images/index-dashboard.png) ![An automated build dashboard](images/index-dashboard.png)