Commit Graph

10 Commits

Author SHA1 Message Date
Guilherme Steinmüller d5244c86ef Retire openstack-ansible-os_searchlight
Change-Id: Ie7c495b997ea91b1bcccfc031b60284e30d9c6f6
2019-04-17 23:49:05 +00:00
huang.zhiping ae21047e94 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: I0d8714cafb6a885bf42263cfecd481f2438b8912
Story: #2002586
Task: #24319
2018-08-21 13:22:04 +00:00
huang.zhiping 36a0318f9c 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: Iad078d6502c1f72acf761f093ea8141d604bd2f3
Story: #2002586
Task: #24319
2018-08-21 13:18:00 +00:00
Jonathan Rosser 37bc206de4 Switch to using project-templates
In order to have more centralized configuration, switch the role
to use the project-template instead.

This role is very special in that none of the functional tests are
voting.

Depends-On: https://review.openstack.org/588962
Change-Id: Ib26b42aa4d74beaecf9c06cc3114eee32fffb01b
2018-08-06 16:47:53 +00:00
Mohammed Naser 066d21b2d8 Switch non-voting jobs to use Zuul stanza
The extra jobs that we have are not something that is needed, we simply can
set the jobs to non-voting in the project definition and avoid having non
voting jobs.

Change-Id: Iaaa440373172dcc89c052dbb7a0bfa2f876e0561
2018-06-13 21:40:08 -04:00
Jesse Pretorius 00e1b9575e Make unstable functional test non-voting
Given that the functional build for this repo
rarely passes and the repo itself is currently
unused, we can set the functional test to
non-voting in order to allow general pattern
changes to be implemented without delay.

This does mean that reviewers applying functional
changes will have to be disciplined about checking
the results, but I think that is OK in this case.

Depends-On: https://review.openstack.org/556253
Change-Id: I3f795e59f1b58862f2f196b2ac06d9891c3a17fa
2018-03-25 16:46:43 +01:00
James E. Blair 003d1dd751 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: I31e6655743d3f69a84046978fe40f76021823cf3
2018-01-27 22:59:48 -08:00
Jean-Philippe Evrard 85eda9f0ef Allow the experimental trigger of the integrated repo
This would allow someone to test its change with an AIO.

Change-Id: Ibb75fee39aa1ea6903d1e83fc6a12c60daf7f5d9
2017-12-06 08:23:18 +00:00
Jesse Pretorius 0799f49f00 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: I8658108ad13cdc2fb2ff27e3079577f638cdbb11
2017-10-23 11:26:24 +01:00
Jesse Pretorius 82241cc2ee 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.

Depends-On: I0391ec310c4eede436011a48490e3c524c8ddf4d
Change-Id: I3cb805ca067970033ba49f9ec5ef6c2db1fb8719
2017-10-18 17:33:44 +00:00