93c841d379
This is follow-up of I5549e5edea33e720a7d5cf67c3056036daca52fc and always disables ceph repository in Ubuntu Jammy. This is required to disable the repository in litmus jobs. Depends-on: https://review.opendev.org/871542 Change-Id: I79aefa3e9d19c34fa6f13c861008cce3f6cb97ef
16 lines
468 B
YAML
16 lines
468 B
YAML
- hosts: all
|
|
tasks:
|
|
- shell:
|
|
cmd: |
|
|
set -ex
|
|
trap "./copy_logs.sh" EXIT
|
|
export CEPH_VERSION={{ ceph }}
|
|
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 }}'
|
|
|