caba3093c9d26abca77e4b16ea3a0e26a2214a7d
12 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
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 |
||
|
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 |
||
|
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 |
||
|
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 |
||
|
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> |
||
|
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 |
||
|
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 |
||
|
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 |
||
|
Aaron Mehar
|
2701e37f78 |
Adds CentOS 7 support
Fix circular python issues, same fix in Keystone and Barbican Change-Id: I77e60ed42ab43e3f5984b8a52dc5898325df1c8e |
||
|
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 |
||
|
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 |
||
|
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 |