Commit Graph

11 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov dda14d52f2 Add integrated linters test
Change-Id: I3988429bbca72f849fc23be753e2a7e718463e71
2021-07-01 14:27:20 +03:00
dmitriy 2eec061c1b [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: I8d64b81360db95b0c8cacb4d05f32cd2e551271c
2021-01-22 18:23:05 +02:00
huang.zhiping 8fae60ae0c 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: I91f83a48d6280672b1ebd22dfca17db8fd8a12da
Story: #2002586
Task: #24319
2018-08-21 13:21:44 +00:00
huang.zhiping 55f9ee5982 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: Ic4493783a111131acea0870ced4ee1c550814d35
Story: #2002586
Task: #24319
2018-08-21 12:38:59 +00:00
Heba Naser 1cdf2f80b1 Switch to using project-templates
In order to have more centralized configuration, switch the role
to use the project-template instead.

Change-Id: I5b018903ead734e40156c4e4806c45adf692abde
2018-06-22 18:07:17 +00:00
Jean-Philippe Evrard e9499091ba 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: Ie520a061679f7c38cc0e27fbf3319805692d8494
2018-05-14 20:47:52 +02:00
James E. Blair af87185d6d 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: I3c8ee192b5add9158f4d18d10f5269a18f1c9d8c
2018-02-02 10:31:43 -08:00
Jean-Philippe Evrard 8747c0cdc9 Allow the experimental trigger of the integrated repo
This would allow someone to test its change with an AIO.

Change-Id: I9739923f6743cab01f1e534a3641f7956f296ce0
2017-12-05 10:30:45 +00:00
Jesse Pretorius 2cbbf782cc 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: I224c1e083bddb69ce612e89ead3544cfdfa21cbc
2017-10-23 11:08:50 +01:00
Jesse Pretorius 8628b24294 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: Ie8f1f29716587db7d632ef68e40daa7fc70029af
Depends-On: I0391ec310c4eede436011a48490e3c524c8ddf4d
2017-10-18 17:46:20 +01:00
Jean-Philippe Evrard 5f290f61cf 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: I3a228b777bbf452d495399b87b9ff9b59c325a5d
2017-10-17 16:33:32 +00:00