Commit Graph

18 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov 9f1416dd12 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: I2587d1c6ec05d5a31a69143eecc16f7b84dce669
2021-05-21 16:07:05 +03:00
dmitriy 1ebe2de5e7 [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: I760b42b9f2c80932e3286d8c686d10b90f3f03b5
2021-03-25 10:20:14 +00:00
ShangXiao 0b731f6e85 Missing document start "---"
Change-Id: I881b361597782aeba48ddc38bdaf24702f5167ba
2020-03-13 17:04:13 +08:00
Jean-Philippe Evrard 568c0494cf Add integrated coverage
Currently this role doesn't test the integrated jobs.
With the dynamic execution of the roles, this role
also get tested by the integrated repo.

Change-Id: If5db29b5def5065acf3480ea9cad3ed0b03c53b8
2019-07-13 07:36:24 +00:00
Guilherme Steinmüller bbbfd6e7c3 debian: add support
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: https://review.openstack.org/652206
Change-Id: I308aab7fbd93686c36043f8a29d1f4ef9e8acfe2
2019-04-13 22:12:08 +00:00
Mohammed Naser cce89975cd Test using integrated build
In order to do a more complete verification of any patches,
we add a full uncontainerised OpenStack deployment to do the
functional testing using the integrated repo. This replaces
the previous functional test mechanism.

Any additional role tests are left as-is. They will require
some extra implementation in the integrated build before they
can be transferred.

There are some developer mode references that are causing the
role to not run properly due to an undefined variable.

Depends-On: https://review.openstack.org/649397
Depends-On: https://review.openstack.org/649442
Change-Id: Ib021b074d4675ca5a3164cfd5f0196d347740639
2019-04-02 19:56:14 +00:00
Jesse Pretorius f0c0607bc5 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.

Change-Id: I2c7c0e1e682e24f15270d4c81b62dc927a766a3f
2018-09-09 11:43:03 +01:00
huang.zhiping b66538cfe5 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: I87dbe72efad93f7358add21386c2229008f0e2dc
Story: #2002586
Task: #24319
2018-08-28 07:44:01 +00:00
huang.zhiping 53ced9084b 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: I63e0d9240c35b1075e27aa820c9eaf22792531f4
Story: #2002586
Task: #24319
2018-08-21 13:18:50 +00:00
Jonathan Rosser 27ea37c576 Switch to using project-templates
In order to have more centralized configuration, switch the role
to use the project-template instead.

Add vars for opensuse-423

Change-Id: I2ba2aab7a7e331763fad4790c5dff1c1006a9b90
2018-07-31 11:37:54 +01:00
Paul Belanger 90fed1dbf4
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: Ic09301ca37d497c3400dd9678cf754c71510410a
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2018-02-12 11:42:52 -05:00
James E. Blair ea3f664540 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: Ib527ac4df5a49511e1df85c5c99fe9fd419f5f9b
2018-02-07 19:41:51 +00:00
Jimmy McCrory 8be124b8c7 Add MySQL connection SSL support
When 'trove_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: Ia453e842cabbb46e25f9918e88738340ff08f2ab
Partial-Bug: 1667789
2017-12-14 11:27:40 -08:00
Jean-Philippe Evrard 59d31e20c4 Allow the experimental trigger of the integrated repo
This would allow someone to test its change with an AIO.

Change-Id: I4ed787628ced96028484baba952b47d1036c35f6
2017-12-06 08:23:39 +00:00
Aaron Mehar 2701e37f78 Adds CentOS 7 support
Fix circular python issues, same fix in Keystone and Barbican

Change-Id: I77e60ed42ab43e3f5984b8a52dc5898325df1c8e
2017-11-23 16:26:54 +00:00
Jesse Pretorius 70ff281931 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: I636b0900ea2ab001f9363027becd40085653a7f4
2017-10-23 11:28:59 +01:00
Jesse Pretorius 64bd83ce3b 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: If0cfb9a2b7b98c492d620bc0fe2324236239d730
Depends-On: I0391ec310c4eede436011a48490e3c524c8ddf4d
2017-10-18 17:50:10 +01:00
Jesse Pretorius 23699f7b43 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: I6e52632d1549cdff28228866b8fbca993e41a058
2017-10-17 20:51:37 +00:00