puppet-openstack-integration/playbooks/run-libraries-litmus-tests....

17 lines
546 B
YAML

- hosts: all
tasks:
- shell:
cmd: |
set -e
set -x
trap "{{ ansible_user_dir }}/workspace/puppet-openstack-integration/copy_logs.sh" EXIT
export CEPH_VERSION={{ ceph }}
if [ "{{ puppet_gem_version }}" != "latest" ]; then
export PUPPET_GEM_VERSION='~> {{ puppet_gem_version }}'
fi
./run_litmus_tests.sh
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
become: yes
environment: '{{ zuul | zuul_legacy_vars }}'