Commit Graph

16 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov fc68b1cbfe Use integrated tests for rabbitmq
Change-Id: I93e86a15ac39b04b939102e1836d880005fe8587
2021-04-26 19:13:20 +03:00
dmitriy 38abc1d954 [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: I27f0676a07ed7876ed91f588c3a17a15eddb4e96
2021-01-22 18:28:40 +02:00
Dmitriy Rabotyagov 8de3c6f225 Return ubuntu functional to voting
Depends-On: https://review.opendev.org/731837
Change-Id: I8bcd964a86b70b2273371792e07feab93256e15b
2020-05-30 10:57:25 +00:00
Dmitriy Rabotyagov 3dbcc70437 Bump rabbitmq and erlang versions
This also includes fix of erlang package pinning

Testing of bionic is disabled to resolve circular dependency

Needed-By: https://review.opendev.org/731837
Change-Id: I4fb070f7b8a97def59e227594273e02fbd8ae2f2
2020-05-30 09:40:10 +00:00
Jean-Philippe Evrard 8eca4a83b9 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: Icba5cb67afe3be9cb6499f95512d7a8849ce6219
2019-05-21 15:44:48 +02:00
wangqi bdbce3a772 missing document start "---"
Change-Id: I8d02208e3be80c50a24313f2939df671fa22036d
2018-10-31 09:36:12 +00:00
Jesse Pretorius 3789cee86b 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 'upgrade' job, given that it's been broken
   all cycle due to the way the job executes and we need to
   regroup to figure out another way to do it.

Change-Id: I473b4162e141e05692e89f0420ea74c745dfc9e5
2018-09-09 11:54:19 +01:00
huang.zhiping 95ed2c8643 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: I74d40f4a620a302365e164e6780340baf68e9e33
Story: #2002586
Task: #24319
2018-08-21 13:22:08 +00:00
huang.zhiping 2b7874d4a9 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: I70400ff17043061d77f78222b8fb814768a60a06
Story: #2002586
Task: #24319
2018-08-21 13:20:13 +00:00
Heba Naser 2e5eee8dfd Switch to using project-templates
In order to have more centralized configuration, switch the role
to use the project-template instead.

Change-Id: Ie914dde902006272c338575e27b0af2b1047b502
2018-06-22 15:54:26 -04:00
Jesse Pretorius 1d399625d6 Implement separate deploy and upgrade tests
The current functional test does a full upgrade process,
but uses the same current role for both the previous
version and the new version.

Ideally we want to test the initial deploy using the
previous series' role, so that we're actually testing
a series upgrade, not just a rabbitmq upgrade.

This patch separates the upgrade test out and makes the
default test just be a deployment. This allows us to
more clearly see where something breaks.

Depends-On: https://review.openstack.org/543245
Change-Id: I43e1e224cd4237ac37b40fde5ce7c279331a012d
2018-02-11 18:36:28 +00:00
James E. Blair 52f3b38b63 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: I8158b7bf6fe5321ec97f2cffedb47f6500641250
2018-02-02 02:48:27 -08:00
Jean-Philippe Evrard 0cea7be809 Allow the experimental trigger of the integrated repo
This would allow someone to test its change with an AIO.

Change-Id: Ia16a08d8575995a8b063f1f2010dbf0f0ac4bdf4
2017-12-06 08:24:05 +00:00
Jesse Pretorius b68c271406 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: I97d4ff7a61dc2c1fd9b8a8455f290d47161cf07a
2017-10-23 11:32:10 +01:00
Jesse Pretorius 6299fc19f4 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: Id4e64c4f57530bfcd8900dd562845f07761a2d43
Depends-On: I0391ec310c4eede436011a48490e3c524c8ddf4d
2017-10-18 17:50:54 +01:00
Jean-Philippe Evrard 17e5df0953 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: I7a1c312268b7219cb3e04058e9563a2fe0c469f0
2017-10-17 20:22:53 +00:00