Commit Graph

10 Commits

Author SHA1 Message Date
Guilherme Steinmüller d4e03338cf Retire openstack-ansible-os_molteniron
Change-Id: Idbf958f59a5443abc35d5ed09d086be0ec9688d6
2019-04-24 16:33:17 -04:00
wangqi 863ec68fd1 missing document start "---"
Change-Id: Iccc88980f38678aa0867e9dfb4ff306eae6e07f2
2018-10-30 07:41:46 +00:00
huang.zhiping a3a584b6f1 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: I734a5c133a48f309724f582e489251a472b034bb
Story: #2002586
Task: #24319
2018-08-21 13:21:59 +00:00
huang.zhiping 0565554524 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: I6e736cc7186451e541ac5dad2c967fb95769dc6c
Story: #2002586
Task: #24319
2018-08-21 13:15:58 +00:00
Heba Naser b17e22f688 Switch to using project-templates
In order to have more centralized configuration, switch the role
to use the project-template instead.

Change-Id: I90a157ff5046a2019e2e64918b6d950e75688357
2018-06-22 15:10:05 -04:00
James E. Blair 07c6cdc462 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: I73558acf0d53efba7a0cf83e60fceb35b86b787f
2018-02-01 09:59:41 -08:00
Jean-Philippe Evrard c2d74814be Allow the experimental trigger of the integrated repo
This would allow someone to test its change with an AIO.

Change-Id: I9810a2fc5da39309b61f2f81057edf10eb366923
2017-12-06 08:22:48 +00:00
Jesse Pretorius 840ac7379c 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: I67c708e03138165dd26bf6290302613997b2fd5e
2017-10-23 11:23:05 +01:00
Jesse Pretorius a9b41ca9e4 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: Ieb688466adce1203a570bc2c4664ae20baecb3f8
Depends-On: I0391ec310c4eede436011a48490e3c524c8ddf4d
2017-10-18 17:49:08 +01:00
Jesse Pretorius 4ddfa7315e 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: I4d74893c21c36042b640acf42457495ad862770e
2017-10-18 10:16:46 +01:00