Commit Graph

14 Commits

Author SHA1 Message Date
Jonathan Rosser 51af3928f8 Use integrated tests for haproxy_server
Change-Id: Ie985d5140e0b9cf5f6248a66db057f67ba354fb1
2021-05-12 06:36:13 +00:00
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
2021-01-22 18:23:17 +02:00
wangqi 8d26148459 missing document start "---"
Change-Id: Id6ffcc8146ad0ae298bcee38ce58e0ea912514ba
2018-10-30 07:58:42 +00:00
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
2018-08-21 13:21:46 +00:00
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
2018-08-21 12:42:56 +00:00
Zuul fd55231fcd Merge "Trivial: Fix the pep8 warning" 2018-07-11 07:55:24 +00:00
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
2018-06-22 13:31:28 -04:00
fpxie 38e4a9e586 Trivial: Fix the pep8 warning
The yaml should start with "---"

Change-Id: I82b195b77102c3da98ca42cdba800b52bab10631
2018-06-20 16:29:56 +08:00
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
2018-05-14 20:54:05 +02:00
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
2018-02-01 20:24:09 -08:00
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
2017-12-06 08:21:01 +00:00
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
2017-10-23 11:11:23 +01:00
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
2017-10-18 17:46:43 +01:00
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
2017-10-18 09:52:48 +01:00