adding `add_osds` and `add_osds_container` to the ceph-ansible pipeline
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
current-parameters: true
- name: ceph-ansible-pr-syntax-check
current-parameters: true
+ - conditional-step:
+ condition-kind: shell
+ condition-command: |
+ #!/bin/bash
+ set -x
+ git diff --name-only $(git show HEAD | grep Merge | head -n 1 | cut -d ':' -f2) | grep 'infrastructure-playbooks/add-osd'
+ on-evaluation-failure: dont-run
+ steps:
+ - multijob:
+ name: 'ceph-ansible purge playbook testing'
+ condition: SUCCESSFUL
+ execution-type: PARALLEL
+ projects:
+ - name: 'ceph-ansible-prs-luminous-add_osds'
+ current-parameters: true
+ - name: 'ceph-ansible-prs-luminous-add_osds_container'
+ current-parameters: true
- conditional-step:
condition-kind: shell
condition-command: |