Mark publish-openstack-artifacts and pipelines as post-review

We do not want to allow this job or its children to run without
code-review having happened. Mark it, and the non-speculative pipelines,
as post-review.

Change-Id: I8c8a936798f86283bb4e262164641857b2d6edec
This commit is contained in:
Monty Taylor 2017-08-18 15:27:22 -05:00
parent 25a8d16a02
commit 671a945409
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
2 changed files with 5 additions and 0 deletions

View File

@ -82,6 +82,7 @@
name: publish-openstack-artifacts
description: |
Publish job to upload artifacts to tarballs.openstack.org
post-review: True
post-run: playbooks/publish/openstack-artifacts
secrets:
- secret: site_tarballs

View File

@ -58,6 +58,7 @@
http://docs.openstack.org/infra/manual/developers.html#automated-testing
manager: dependent
precedence: high
post-review: True
require:
gerrit:
open: True
@ -95,6 +96,7 @@
description: This pipeline runs jobs that operate after each change is merged.
manager: independent
precedence: low
post-review: True
require:
gerrit:
open: True
@ -118,6 +120,7 @@
description: When a commit is tagged with a pre-release tag, this pipeline runs jobs that publish archives and documentation.
manager: independent
precedence: high
post-review: True
require:
gerrit:
open: True
@ -145,6 +148,7 @@
description: When a commit is tagged as a release, this pipeline runs jobs that publish archives and documentation.
manager: independent
precedence: high
post-review: True
require:
gerrit:
open: True