f7e2026e4552fc6441ab630d01b23a9b15f9f197
15 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
Dmitriy Rabotyagov
|
711caf62e4 |
Add molecule testing to the role
This adopts old functional tests to be launched with molecule. Patch does not intend to extend or refactor set of existing tests, but to provide a baseline to iterate on and ability to improve coverage with important usecases. Change-Id: Ia93b5adb313d5b930086ce90dafe6a63da092aba Signed-off-by: Dmitriy Rabotyagov <dmitriy.rabotyagov@cleura.com> |
||
|
Jonathan Rosser
|
51af3928f8 |
Use integrated tests for haproxy_server
Change-Id: Ie985d5140e0b9cf5f6248a66db057f67ba354fb1 |
||
|
dmitriy
|
55c6ca9705 |
[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: I441126861e4f35e6ae1c96d8acf643bf2c453ed3 |
||
|
wangqi
|
8d26148459 |
missing document start "---"
Change-Id: Id6ffcc8146ad0ae298bcee38ce58e0ea912514ba |
||
|
huang.zhiping
|
0afd9bf43c |
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: I08fbb533b6e7e35b257a1f14efd2cfe6725ff776 Story: #2002586 Task: #24319 |
||
|
huang.zhiping
|
71dabbb4f5 |
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: Icdfca2f5d33ecb97c5c13948fdf3c38eb4e047f1 Story: #2002586 Task: #24319 |
||
|
Zuul
|
fd55231fcd | Merge "Trivial: Fix the pep8 warning" | ||
|
Heba Naser
|
553ce11d0d |
Switch to using project-templates
In order to have more centralized configuration, switch the role to use the project-template instead. Change-Id: Iba15e1e0e9686aa68cd05ab59e7a9693dd58e7f8 |
||
|
fpxie
|
38e4a9e586 |
Trivial: Fix the pep8 warning
The yaml should start with "---" Change-Id: I82b195b77102c3da98ca42cdba800b52bab10631 |
||
|
Jean-Philippe Evrard
|
07155035bf |
Add Bionic testing
Now that bionic testing is added into the tests repos, we can start testing it in the repo. Depends-On: https://review.openstack.org/#/c/566959/ Change-Id: I4fa2d7a793a2d410049879384a27c82779d9bac7 |
||
|
James E. Blair
|
5282b3e1e1 |
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: I7790653cc31246df99da491f584f08d3ce6a937b |
||
|
Jean-Philippe Evrard
|
9fcac036c6 |
Allow the experimental trigger of the integrated repo
This would allow someone to test its change with an AIO. Change-Id: I1550deee170cc1ffe937d2abae4cef661f41592b |
||
|
Jesse Pretorius
|
4afbd9cfb0 |
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: Ib2b77081aca62c0f50fb56445576d5594234514e |
||
|
Jesse Pretorius
|
fddea0dd58 |
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: Id94210cb167c5c6dba7bff6a78d228cbde401a8c Depends-On: I0391ec310c4eede436011a48490e3c524c8ddf4d |
||
|
Jesse Pretorius
|
3890acfd15 |
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: I199286c59a3f139fe2d3b2a1670ab566e4316b9d |