Commit Graph

13 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov af0c55f683 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.


Change-Id: Ia6802a303ff2bb27f8722cb7c69b91a1a392f466
2021-05-21 15:52:19 +03:00
dmitriy b5b040dcc6 [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: I31d20acb1f2b76fa333cc1a7c62458638c42f401
2021-01-22 18:24:11 +02:00
Jean-Philippe Evrard 2bacab4b58 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: I402db2f3716d3634229d87bcc26ea38fce56c3f8
2019-05-22 07:23:49 +00:00
wangqi 9719229957 missing document start "---"
Change-Id: Ie024132c9658dbf495885964b20dd77531953dea
2018-10-30 08:02:03 +00:00
huang.zhiping de238f6b4a 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: I247d79371af2636f2ec32c0591e6ed11f85bf265
Story: #2002586
Task: #24319
2018-08-21 13:21:50 +00:00
huang.zhiping 331e66241e 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: I8a689d412c9ff85dcdadf05c7a5639546765c317
Story: #2002586
Task: #24319
2018-08-21 12:59:55 +00:00
Heba Naser c32a01f390 Switch to using project-templates
In order to have more centralized configuration, switch the role to use the project-template instead.

Change-Id: Icf71c1e2f858e6fe58d36137386272ee33059bab
2018-06-22 14:12:52 -04:00
Jean-Philippe Evrard c6d220d9c5 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: I156d707ca1af01fede81bfa75a68f0220f33e1b5
2018-05-14 20:57:36 +02:00
James E. Blair 735e066ba1 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: Id10cca447c55c7743446b0eefc1bf93e0999ccc4
2018-02-01 13:41:13 -08:00
Jean-Philippe Evrard ed6439dc3b Allow the experimental trigger of the integrated repo
This would allow someone to test its change with an AIO.

Change-Id: Ie1eb50a82d6e58ea4a3603f9b431ace94ffd0b49
2017-12-06 08:21:28 +00:00
Jesse Pretorius df34a4f181 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: I90a435c04f2f7ae339841e5c5c4cf95004e3f5d2
2017-10-23 11:14:36 +01:00
Jesse Pretorius 2b1a711a74 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: I479711d41091f6154599f0a9895f88af8f806bad
Depends-On: I0391ec310c4eede436011a48490e3c524c8ddf4d
2017-10-18 17:47:24 +01:00
Jean-Philippe Evrard 2e5bb04298 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: Iace58c2c89d32e016ff15f0496f9053cdfd0ef3a
2017-10-17 18:20:38 +00:00