current-parameters: true
- name: 'ceph-ansible-prs-luminous-filestore_osds_non_container'
current-parameters: true
- - conditional-step:
- condition-kind: shell
- condition-command: |
- #!/bin/bash
- set -x
- # if the target branch is not stable-3.2 then we DON'T RUN these tests
- if [[ "$ghprbTargetBranch" =~ stable-3.[0-1]|stable-4.0|master ]]; then
- exit 1
- fi
- git diff --name-only $(git show HEAD | grep Merge | head -n 1 | cut -d ':' -f2) | grep -E 'roles/ceph-defaults/tasks/facts.yml|roles/ceph-osd|ceph-validate'
- on-evaluation-failure: dont-run
- steps:
- - multijob:
- name: 'ceph-ansible osd scenarios playbook testing'
- condition: SUCCESSFUL
- execution-type: PARALLEL
- projects:
- - name: 'ceph-ansible-prs-luminous-centos-non_container-bluestore_lvm_osds'
- current-parameters: true
- - name: 'ceph-ansible-prs-luminous-centos-container-bluestore_lvm_osds'
- current-parameters: true
- conditional-step:
condition-kind: shell
condition-command: |