966fcf3250
This patch is creating a new job running on fedora-28 images which runs scenario-py3.sh to validate python3 builds on fedora. Job is non-voting. Additionally this patch is fixing puppetfile to get newer versions, aligned with what we have in p-o-i. Change-Id: I404fc6d38dd5177a3aaef51b0450ad2850595e32
14 lines
465 B
YAML
14 lines
465 B
YAML
- name: packstack-integration-tempest
|
|
shell:
|
|
cmd: |
|
|
set -e
|
|
set -x
|
|
export SCENARIO='{{ scenario }}'
|
|
export DELOREAN='{{ delorean | default('') }}'
|
|
export DELOREAN_DEPS='{{ delorean_deps | default('') }}'
|
|
export SELINUX_ENFORCING='{{ selinux_enforcing | default('true') }}'
|
|
./run_tests.sh
|
|
executable: /bin/bash
|
|
chdir: '{{ ansible_user_dir }}/workspace/packstack'
|
|
environment: '{{ zuul }}'
|