Commit Graph

13 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov 8712a9be07 Replace linters test with integarted one
We've created integrated linters check job a while back and it's successfully
working for several releases. At the moment we experience difficulties
with future maintenance of the linters check from the openstack-ansible-tests
repo. So instead of fixing current one, we replace it with modern version of
the test.

We also switch memcached role to use infra tests to decrease testing time
and execute extra tests against infra.

Change-Id: I753abb5c569d07c64f2fd4cc4f3b09b28e60c479
2021-05-21 15:22:19 +00:00
dmitriy ef259f76f5 [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: Ic259a958c6cbbc97028b66abae8e805c4cf54eb3
2021-01-22 18:23:33 +02:00
Jean-Philippe Evrard 323ad222ce 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: I94ec3e87277173a4ecd5d6db0fe3feebdad32e50
2019-05-22 07:21:21 +00:00
wangqi 622097b55a missing document start "---"
Change-Id: I06ccea4613e2090ae23cb26a1bfee0b812cd7582
2018-10-30 08:00:00 +00:00
huang.zhiping d196690068 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: Id9fe2f43e7202014420a758da009497a5684ad5b
Story: #2002586
Task: #24319
2018-08-21 13:21:48 +00:00
huang.zhiping b7baa85eb7 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: I94aaf9cfe75f5612c50c78f832ace18aeb182406
Story: #2002586
Task: #24319
2018-08-21 12:53:05 +00:00
Heba Naser bf4eeae124 Switch to using project-templates
In order to have more centralized configuration, switch the role
to use the project-template instead.

Change-Id: I0a3506d0f1d719487d2dd58e2e2a71c2e376a057
2018-06-22 13:46:25 -04:00
Jean-Philippe Evrard fa9e1cc896 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: I2b27f7eaee4d78e1e2ab7843d9b58cf59e47c854
2018-05-14 20:55:17 +02:00
James E. Blair 0e526d63e6 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: Ia4b80b7746beae83356456a814d2e89b8bb63327
2018-02-02 07:10:14 -08:00
Jean-Philippe Evrard 257c18f35b Allow the experimental trigger of the integrated repo
This would allow someone to test its change with an AIO.

Change-Id: I697300f4aa7b87ae265c9d07532b1eabfbc74eac
2017-12-06 08:21:18 +00:00
Jesse Pretorius 731c02797c 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: I26fcb23b2b9888829d036fa99fd887df7f5dbe0d
2017-10-23 11:13:19 +01:00
Jesse Pretorius 4429a47834 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: I34a5e8f9728f89d1e8ab629129731132f4b191eb
Depends-On: I0391ec310c4eede436011a48490e3c524c8ddf4d
2017-10-18 17:47:07 +01:00
Jean-Philippe Evrard 89319fd345 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: Iaee6f1c1836ee85770fd46a215e65cf2b2d517fa
2017-10-17 18:21:07 +00:00