Add promote pipeline

This is for a demonstration of how we could promote some artifacts
directly from the gate pipeline without generating them in post.

Change-Id: Id60b5e292b5750d701ec77b51ff73f12becf3cbd
This commit is contained in:
James E. Blair 2018-05-03 07:39:10 -07:00
parent 5e2cfc965c
commit d2c26a6a87
1 changed files with 17 additions and 0 deletions

View File

@ -117,6 +117,23 @@
failure:
mysql:
- pipeline:
name: promote
description: |
This pipeline runs jobs that operate after each change is merged
in order to promote artifacts generated in the gate
pipeline.
manager: independent
precedence: low
post-review: True
trigger:
gerrit:
- event: change-merged
success:
mysql:
failure:
mysql:
- pipeline:
name: pre-release
description: When a commit is tagged with a pre-release tag, this pipeline runs jobs that publish archives and documentation.