Add org.centos.stage.* playbook for staging
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
a73c3b4078
commit
b6a5393afe
3 changed files with 42 additions and 0 deletions
14
playbooks/org.centos.stage.ci.dist-git-pr.test.complete.yml
Normal file
14
playbooks/org.centos.stage.ci.dist-git-pr.test.complete.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
- name: ci.dist-git-pr.test.complete
|
||||
hosts: localhost
|
||||
gather_facts: false
|
||||
|
||||
vars_files:
|
||||
- "/srv/private/vars_loopabull.yml"
|
||||
|
||||
tasks:
|
||||
- debug: var=msg
|
||||
|
||||
roles:
|
||||
- {role: flag_ci_pr, msg: msg, state: "complete"}
|
||||
|
14
playbooks/org.centos.stage.ci.dist-git-pr.test.error.yml
Normal file
14
playbooks/org.centos.stage.ci.dist-git-pr.test.error.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
- name: ci.dist-git-pr.test.error
|
||||
hosts: localhost
|
||||
gather_facts: false
|
||||
|
||||
vars_files:
|
||||
- "/srv/private/vars_loopabull.yml"
|
||||
|
||||
tasks:
|
||||
- debug: var=msg
|
||||
|
||||
roles:
|
||||
- {role: flag_ci_pr, msg: msg, state: "error"}
|
||||
|
14
playbooks/org.centos.stage.ci.dist-git-pr.test.running.yml
Normal file
14
playbooks/org.centos.stage.ci.dist-git-pr.test.running.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
- name: ci.dist-git-pr.test.running
|
||||
hosts: localhost
|
||||
gather_facts: false
|
||||
|
||||
vars_files:
|
||||
- "/srv/private/vars_loopabull.yml"
|
||||
|
||||
tasks:
|
||||
- debug: var=msg
|
||||
|
||||
roles:
|
||||
- {role: flag_ci_pr, msg: msg, state: "running"}
|
||||
|
Reference in a new issue