Commit Graph

12 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov f72de305b8 Retire openstack-ansible-repo_build role
As repo_build role has been succesfully replaced with
python_venv_build role, we have no need in it's futher maintaining and
releasing.

Depends-On: https://review.opendev.org/717715
Change-Id: Iaf1d6da8192afbbd18c64e2b58d54fa5804fe43c
2020-04-06 14:30:36 +03:00
wangqi b59026d98a missing document start "---"
Change-Id: I32076d155ae0a1ff73d99fad74a1b40513bf63a3
2018-10-30 08:04:13 +00:00
huang.zhiping a845f4824d 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: I128ef2bff5a5b9bb4eb413dd072322f5c11b069a
Story: #2002586
Task: #24319
2018-08-21 13:22:09 +00:00
huang.zhiping 555e88516b 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: I770905ceaa5a51b16038e58237db9946587af89b
Story: #2002586
Task: #24319
2018-08-21 13:20:26 +00:00
Zuul 98f5834814 Merge "Trivial: Fix the pep8 warning" 2018-07-11 08:02:36 +00:00
fpxie 63faaf8184 Trivial: Fix the pep8 warning
The yaml should start with "---"

Change-Id: Ibf8a41b10c0aa222c5ce1c78f39a33f70c2ffcb7
2018-06-20 16:16:57 +08:00
Mohammed Naser 18cc1efa4f Switch to using project-templates
In order to have more centralized configuration, switch the role
to use the project-template instead.

Change-Id: I067a5ca85261128e73e000463d2b75d43630506e
2018-06-19 09:38:43 -04:00
James E. Blair c838009492 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: I6a184560a119bc66773a932cd28e7fadf6bf36d4
2018-01-29 05:50:06 -08:00
Jean-Philippe Evrard 59a3f444c2 Allow the experimental trigger of the integrated repo
This would allow someone to test its change with an AIO.

Change-Id: I5e87769cb6879dc03718e21866f18609d7da8070
2017-12-06 22:13:52 +00:00
Jesse Pretorius 1237aa4e0f 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: Id67812444dbcfc0bcaad3f74281cf6ba57ca42d5
2017-10-23 11:32:49 +01:00
Jesse Pretorius c5dcfcd07b 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: If9f78ff59721f7979a1c0ab24edc2b7c47dd35e4
Depends-On: I0391ec310c4eede436011a48490e3c524c8ddf4d
2017-10-18 17:51:06 +01:00
Jesse Pretorius e0215f2e1f 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: I075faca888afaad8a987e3113478747b4bd61067
2017-10-17 18:04:12 +01:00