Commit Graph

10 Commits

Author SHA1 Message Date
Guilherme Steinmüller 1f61130240 Retire openstack-ansible-os_watcher
Change-Id: I0dfd5318a7b953618673eb4ffd17f89a1cf900c4
2019-04-24 16:51:54 -04:00
wangqi fa4ee68cec missing document start "---"
Change-Id: I2a9755f43aaafedbdcf659f5f5a55fd6d469fd5a
2018-10-30 07:47:22 +00:00
huang.zhiping aafe20c60f 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: I6b2f6e168e19664a00bc09459a678d87a1d76c8a
Story: #2002586
Task: #24319
2018-08-21 13:22:06 +00:00
huang.zhiping 9daf68b85d 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: Ic74a53d79da98a53c84e7d81bc5a2f6184962d44
Story: #2002586
Task: #24319
2018-08-21 13:19:03 +00:00
Jonathan Rosser a85445521f 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: Ib62f45b912659ea5b152287ee17341ea3ef32ab9
2018-08-06 16:44:13 +00:00
James E. Blair 1b5e682647 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: Ie83e523146f514a6107a9ee8f8d4d6477c811384
2018-02-05 21:42:28 -08:00
Jean-Philippe Evrard 1ce5d845dd Allow the experimental trigger of the integrated repo
This would allow someone to test its change with an AIO.

Change-Id: I7b096f1b9a185875ecb2c7716acc6e755b5c867a
2017-12-06 08:23:44 +00:00
Jesse Pretorius bb8bbc5da7 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: I60f58d83422771af0a6d2cf1ba0bd49957dabd55
2017-10-23 11:29:36 +01:00
Jesse Pretorius 6900061f20 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: I4cfbc4ddc8e73e5040a44ba2e331687a4fdcbd06
Depends-On: I0391ec310c4eede436011a48490e3c524c8ddf4d
2017-10-18 17:50:18 +01:00
Jesse Pretorius b52cc7af48 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: I3b72774f0859c2453e2f9b219eefbebd4b631108
2017-10-17 20:50:58 +00:00