Merge "Add and use a deploy pipeline"
This commit is contained in:
commit
fa100f46f4
@ -194,6 +194,28 @@
|
||||
failure:
|
||||
mysql:
|
||||
|
||||
- pipeline:
|
||||
name: deploy
|
||||
description: |
|
||||
This pipeline runs jobs that operate after each change is merged
|
||||
in order to run production deployment playbooks.
|
||||
success-message: Build succeeded (deploy pipeline).
|
||||
failure-message: |
|
||||
Build failed (deploy pipeline). For information on how to proceed, see
|
||||
https://docs.opendev.org/opendev/infra-manual/latest/developers.html#automated-testing
|
||||
manager: independent
|
||||
precedence: high
|
||||
post-review: True
|
||||
trigger:
|
||||
gerrit:
|
||||
- event: change-merged
|
||||
success:
|
||||
gerrit: {}
|
||||
mysql:
|
||||
failure:
|
||||
gerrit: {}
|
||||
mysql:
|
||||
|
||||
- pipeline:
|
||||
name: opendev-prod-hourly
|
||||
post-review: true
|
||||
|
@ -3318,7 +3318,7 @@
|
||||
- project-config-bindep-fallback-centos-7
|
||||
- project-config-bindep-fallback-opensuse-15
|
||||
- project-config-bindep-fallback-ubuntu-xenial
|
||||
promote:
|
||||
deploy:
|
||||
jobs:
|
||||
- promote-infra-index:
|
||||
files: *infra-docs-index
|
||||
|
Loading…
Reference in New Issue
Block a user