Commit Graph

10 Commits

Author SHA1 Message Date
Guilherme Steinmüller c30e4a5a34 Retire openstack-ansible-os_zaqar
Change-Id: Id1b0aa720d293298ab48fae2e926e79fb7df4511
2019-04-17 23:43:21 +00:00
huang.zhiping 63f9e0f1a9 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: I660942927988cc1e76fe2292494eb53f80161c8c
Story: #2002586
Task: #24319
2018-08-28 06:39:22 +00:00
huang.zhiping 5ca9002fc3 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: Ie2a58c94009d1108f717618dbce2a586e1f7a814
Story: #2002586
Task: #24319
2018-08-21 13:19:15 +00:00
Jonathan Rosser f94e78205c Switch to using project-templates
In order to have more centralized configuration, switch the role
to use the project-template instead.

Mark newly introduced failing jobs as non-voting.

Depends-On: https://review.openstack.org/588962
Change-Id: I559d19d38a419a373d5cbb3d9f423607f8d29a74
2018-08-06 10:29:10 +00:00
fpxie 0c9be87746 Trivial: Fix the pep8 warning
The yaml should start with "---"

Change-Id: I42e978fb46c3aac16e0840b22f1a0d1b8ab6a26e
2018-05-08 14:07:02 +08:00
James E. Blair 4a4357c6a8 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: I256382fd78704c80008c031e3e8bc878cdc6e2c7
2018-02-01 19:43:51 -08:00
Jean-Philippe Evrard 336afc0409 Allow the experimental trigger of the integrated repo
This would allow someone to test its change with an AIO.

Change-Id: Ic0d619b9854fa189c52902ee129d6bef5ea01dab
2017-12-06 08:23:50 +00:00
Jesse Pretorius 0139b6270b 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: Ia8a54b619cf28fd924264206caff926ee9ed2ca8
2017-10-23 11:30:13 +01:00
Jesse Pretorius 688a09c1b4 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: Iabc6a88989deb963e62771f12709a2c8642e1fdc
Depends-On: I0391ec310c4eede436011a48490e3c524c8ddf4d
2017-10-18 17:50:24 +01:00
Jesse Pretorius 9990de8551 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: I52b289966ad7a9d2a056e79b1decc218ee65b857
2017-10-17 20:57:20 +00:00