Commit Graph

27 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov d91890cc54 Replace linters test with integarted one
We've created integrated linters check job a while back and it's successfully
working for several releases. At the moment we experience difficulties
with future maintenance of the linters check from the openstack-ansible-tests
repo. So instead of fixing current one, we replace it with modern version of
the test.


Change-Id: I604c8114da81ad351e2ee9692e07e4f38c521c4b
2021-05-21 15:52:50 +03:00
dmitriy fa3498e656 [reno] Stop publishing release notes
Since we copy all release notes to the integrated repo there is not need
in publishing release notes for each repository. We should only verify their
validity and linting.


Change-Id: I83771f521cfd6cd485983259de2d41444b7207b2
2021-01-22 18:25:32 +02:00
Jesse Pretorius d88f3c41ef Use the dynamic aio scenario
Rather than have to define a job per non-aio service, we have
zuul introspect the origin test repo and add the service name
to the scenario variable on the fly. This allows us to simplify
our job definitions and simply use the AIO job template for all
repositories.

Depends-On: https://review.opendev.org/658398
Change-Id: I9c1b192cc8957cc83186d704b7c48eb186d144aa
2019-05-10 18:54:52 +01:00
Zuul 4d74a2c4a2 Merge "missing document start "---"" 2019-04-24 20:31:12 +00:00
Guilherme Steinmüller 8420298481 debian: add suport
This patch adds the Debian jobs for this role to make sure
it's always passing as well as updates the meta to reflect
it's support of Debian accordingly.

Depends-On: I9a92b73c419a0dc1cca40dacfef75de61a61db94
Change-Id: I8e3b4d7386575906f2b4713623c89a8b7c30faac
2019-04-09 17:00:41 +00:00
Jesse Pretorius d95f603acb Replace role tests with integrated build tests
Rather then use the openstack-ansible-tests repo, we switch
to using the integrated build. This keeps the tests simpler
to maintain.

Depends-On: https://review.openstack.org/648502
Depends-On: https://review.openstack.org/648551
Change-Id: Ic8ba3df994d4a90570aa4c6c22e59a5b6316f06f
2019-03-28 23:49:24 +00:00
Mohammed Naser f464a19fb1 zuul: drop suse 42.3 jobs and move 15.0 to experimental
This follows the pattern we've adopted in all the other roles
being tested.

Change-Id: Ia580de44b4546ce6119051d8b40b145423058d0e
2019-03-24 15:36:19 -04:00
Jesse Pretorius 31058d2c10 Add integrated tests into gate
In https://review.openstack.org/629544 the tests were added
to the check pipeline, but not the gate pipeline. This ensures
that they're also in the gate pipeline.

Change-Id: I1f557902b79295c109108b6b7c68a282fe7c6205
2019-01-14 10:39:56 +00:00
Jesse Pretorius 7451001cb2 Test using integrated build
In order to do a more complete verification of any patches,
we add a full uncontainerised OpenStack deployment to the
functional testing using the integrated repo.

Depends-On: https://review.openstack.org/629542
Change-Id: I213bac4e90caa0f4022f9c7e73f3dce78809bb65
2019-01-10 10:30:50 +00:00
wangqi ac6c77d999 missing document start "---"
Change-Id: I6ebc6a5b69ba7e506929286934bd2d2add437e60
2018-10-30 07:39:18 +00:00
Markos Chandras c8f46dd9c3 zuul: Switch to distro package installation template
Change-Id: Ia8ce73c3c4afc2aa9cada4c1b8f533d3b7a151c8
2018-09-28 13:57:28 +01:00
Markos Chandras f3e30f96f6 SUSE: Add support for openSUSE Leap 15
Change-Id: Ia47b3be327bd66818163b034b72938e4868dc824
2018-09-26 13:58:30 +01:00
Jesse Pretorius 65c245ec69 Clean up role tests
Now that we're using the general templates, we can slim down
the role test definitions. We can also remove tests which are
not being watched, or which are fundamentally broken. With
this we can also remove unused scripts/plays.

We do the following:

1. We remove the 'ssl' job, given that the person working on
   that is no longer doing so, and no-one else has picked up
   the work.
2. We promote the distro_install jobs, given that they are
   all now working.

Change-Id: If1c1cbb25cef257c239b507581e27b9ba6c59d96
2018-09-07 14:53:42 +01:00
huang.zhiping f8c771b364 switch documentation job to new PTI
This is a mechanically generated patch to switch the documentation
jobs to use the new PTI versions of the jobs as part of the
python3-first goal.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: Icd263f959ce63541dbafbf0a8c799ae303193704
Story: #2002586
Task: #24319
2018-08-21 13:21:56 +00:00
huang.zhiping 222b7130f6 import zuul job settings from project-config
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: Ie000f7ef6d58e72aa8b26fca8ea3e97608fd651c
Story: #2002586
Task: #24319
2018-08-21 13:07:49 +00:00
Zuul d0b5173a1b Merge "Switch to using project-templates" 2018-06-18 22:48:11 +00:00
Mohammed Naser b3e47d82cf Switch to using project-templates
In order to have more centralized configuration, switch the role
to use the project-template instead.

Depends-On: I2608fc5a0230436cebb0e6c579deae7bd4d7c209
Change-Id: I0cfd143e9849a70ab9b0e0e08b36547e47da8937
2018-06-16 21:07:36 -04:00
Mohammed Naser 38db20cb35 Switch non-voting jobs to use Zuul stanza
The extra jobs that we have are not something that is needed, we simply can
set the jobs to non-voting in the project definition and avoid having non
voting jobs.

Change-Id: If439ec4993f174822b3af8de099625d2f4aed657
2018-06-13 21:48:33 -04:00
Markos Chandras 3ac7ae6ea7 Add support for using distribution packages for OpenStack services
Distributions provide packages for the OpenStack services so we add
support for using these instead of the pip ones.

Change-Id: I2435793b73e0a30131b4710b6e7d29dacbb7e6fa
Implements: blueprint openstack-distribution-packages
2018-05-25 17:27:25 +01:00
Zuul f4f106cb9b Merge "Stop running non-voting jobs in gate" 2018-02-17 02:58:08 +00:00
Paul Belanger 47d5fe0db1
Stop running non-voting jobs in gate
There isn't a need to run non-voting jobs in gate, as it ends up just
wasting CI resources.  Results can be obtained from the check pipeline
results.

Change-Id: I4c941db4a4e09c2e9d5298d9d7be9b37482874ab
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2018-02-12 11:09:23 -05:00
James E. Blair bfce71bd2f Zuul: Remove project name
Zuul no longer requires the project-name for in-repo configuration.
Omitting it makes forking or renaming projects easier.

Change-Id: Id08486ce5af2dfb1b747a911e26c8a7d79704ffa
2018-02-01 13:21:04 -08:00
Jimmy McCrory d9b4966128 Add MySQL connection SSL support
When 'heat_galera_use_ssl' is True, use an encrypted connection to
the database using either a self-signed or user-provided CA certificate.

A new non-voting test has been added to verify that the role remains
functional when enabling SSL features.

Change-Id: I8d582a5fe18b33592461f3ea23551c97720b8e7d
Partial-Bug: 1667789
2017-12-14 09:37:55 -08:00
Jean-Philippe Evrard acc3a0f081 Allow the experimental trigger of the integrated repo
This would allow someone to test its change with an AIO.

Change-Id: Ic6c65102de201a44daa02bb6e8b7e1d4844f46c8
2017-12-06 08:22:23 +00:00
Jesse Pretorius 82ddbf5697 Remove unified queue from gate pipeline
Initially the intent for adding this was to better test
any patches for roles together before they merge, but it
has had the unintended side-effect of causing patches to
take much longer to merge (because they all get lined up
in a single queue, rather than independent queues) and
a lot more infra resources are used (because a patch
that fails at the top of the queue will result in all
subsequent patches restarting all their tests).

As discussed in the channel, we'd prefer to revert back
to the previous independent queue method of testing. It
has served us well.

Change-Id: I0472320f5d86a54b9ac97cb18f9288f4d58bda1c
2017-10-23 11:19:52 +01:00
Jesse Pretorius bb21948b1b Add openstack-ansible-linters test
Currently the linters test is in the project-config
repository, but those are meant to be used for standard
jobs which do not require any repository other than the
one given. Our lint tests use the 'openstack-ansible-tests'
repository, so we should rather use our own job definition.

Change-Id: I603fae9559c4d8ee93c5e36cdb44aea7a14d7f82
Depends-On: I0391ec310c4eede436011a48490e3c524c8ddf4d
2017-10-18 17:48:27 +01:00
Jean-Philippe Evrard dfb3a91663 Initial OSA zuul v3 role jobs
This patch implements an initial set of jobs intended to match
the current job execution method. It does not intend to improve
how the jobs are executed - only to replicate what is currently
in openstack-infra/openstack-zuul-jobs and provide the platform
to iterate on.

Change-Id: Iee88a28032645e5d2ba7d7a4959963f34a086bdb
2017-10-17 20:09:53 +00:00