11 Commits

Author SHA1 Message Date
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