From f87b1410c0f11f523fc7ad11cc140eb7cc793586 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Fri, 19 Aug 2016 14:07:20 +0100 Subject: [PATCH] [DOCS] Update gate job names The gate job names have changed. This updates the developer docs to reflect the new names and provide a basic description to include the Multi-OS changes too. Change-Id: Id704eebf86fb60e31c0ad2ae60872a5cd70391c9 --- doc/source/developer-docs/scripts.rst | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/doc/source/developer-docs/scripts.rst b/doc/source/developer-docs/scripts.rst index 7a43876f59..0955a05744 100644 --- a/doc/source/developer-docs/scripts.rst +++ b/doc/source/developer-docs/scripts.rst @@ -208,19 +208,27 @@ following jobs: * ``gate-openstack-ansible-releasenotes``: This job executes the `Release Notes Build`_. -* ``gate-openstack-ansible-docs``: This job executes the +* ``gate-openstack-ansible-docs-ubuntu-xenial``: This job executes the `Documentation Build`_. -* ``gate-openstack-ansible-linters``: This job executes the `Lint Tests`_. +* ``gate-openstack-ansible-linters-ubuntu-xenial``: This job executes + the `Lint Tests`_. -* ``gate-openstack-ansible-dsvm-commit``: This job executes the - ``gate-check-commit.sh`` script which executes a convergence test and then a - functional test. +* ``gate-openstack-ansible-openstack-ansible-aio-ubuntu-trusty``: where + ``aio`` is the scenario, ``ubuntu`` is the distribution, and ``trusty`` + is the version of the distribution. - The convergence test is the execution of an AIO build - which aims to test the primary code path for a functional environment. The - functional test then executes OpenStack's Tempest testing suite to verify - that the environment that has deployed successfully actually works. + The same test is executed against multiple distribution versions, and + may be executed against multiple distributions and multiple scenarios + too. + + This job executes the ``gate-check-commit.sh`` script which executes a + convergence test and then a functional test. + + The convergence test is the execution of an AIO build which aims to test + the primary code path for a functional environment. The functional test + then executes OpenStack's Tempest testing suite to verify that the + environment that has deployed successfully actually works. While this script is primarily developed and maintained for use in OpenStack-CI, it can be used in other environments.