bde052c8e4
This patch moves in the Puppet OpenStack integration jobs as well as the module tests in-repo. Depends-On: Ib96ee354cbf9c88f9265f5743a97b2d013addc70 Change-Id: Idd846c569a6e067125e130f189be9ae8ffba1646
13 lines
425 B
YAML
13 lines
425 B
YAML
- hosts: all
|
|
tasks:
|
|
- shell:
|
|
cmd: |
|
|
set -ex
|
|
trap "./copy_logs.sh" EXIT
|
|
export PUPPET_MAJ_VERSION={{ puppet }}
|
|
export SCENARIO={{ scenario }}
|
|
export GEM_HOME=`pwd`/.bundled_gems
|
|
./run_tests.sh
|
|
executable: /bin/bash
|
|
chdir: '{{ ansible_user_dir }}/workspace/puppet-openstack-integration'
|
|
environment: '{{ zuul | zuul_legacy_vars }}' |