From a6b26b83af1c0d73da3069830e436300b0899bea Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Thu, 21 Sep 2017 17:52:55 -0400 Subject: [PATCH] Rename job names to the correct ones Change-Id: I4be6146e15cfa76a13455fe35ef6924c03a2561b --- doc/source/contributor/ci.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/doc/source/contributor/ci.rst b/doc/source/contributor/ci.rst index 5c1f497..1addfc1 100644 --- a/doc/source/contributor/ci.rst +++ b/doc/source/contributor/ci.rst @@ -25,13 +25,13 @@ OpenStack modules: The code that configures Jenkins jobs is hosted by - Yes - Read the job logs to see where the code does not follow the Puppet lint style. - * - gate-puppet-puppet-syntax-{3,4} + * - gate-puppet-puppet-syntax-4 - Syntax checks for Puppet manifests, templates, and Hiera YAML. The jobs - run on the latest Puppet 3.x and 4.x releases. + run on the latest Puppet 4.x release. - Yes - Read the job logs to see where the code does not follow the Puppet syntax style. - * - gate-puppet-puppet-unit-{3.6,3.8,4.5} + * - gate-puppet-puppet-unit-{4.8} - RSpec tests for Puppet manifests. - Yes - Read the job logs to see where the tests are failing. `More @@ -45,7 +45,7 @@ OpenStack modules: The code that configures Jenkins jobs is hosted by job is non-voting, please raise a bug in Launchpad to make sure someone has a look and maybe update the module to work with latest version of Puppet. - * - gate-puppet-puppet-beaker-rspec-dsvm-{centos7,trusty,xenial} + * - gate-puppet-puppet-beaker-rspec-{centos7,xenial} - Beaker jobs to do functional testing. It will prepare the Puppet environment on 2 different systems (CentOS 7 and Ubuntu Trusty), run Puppet to configure the module resources and run some tests with @@ -57,8 +57,7 @@ OpenStack modules: The code that configures Jenkins jobs is hosted by current tests or you'll have to adapt the tests to change the expected behavior. `More documentation about Beaker `__ - * - gate-puppet-openstack-integration-{3,4}-scenarioX-tempest-dsvm-{centos7 - ,trusty,xenial} + * - gate-puppet-openstack-integration-4-scenarioX-tempest-{centos7,xenial} - Functional testing jobs that will deploy OpenStack run tempest smoke to validate OpenStack is actually working when deploying with Puppet 3 and 4 versions. More details `here `__