36d642a6a0
This finalises the ports of the legacy jobs to zuul native jobs. The dib-setup-gate-mirrors role preconfigures the repo templates, etc. for the openstack-ci-mirrors element. The dib-functests role runs the tests as specified by dib_functests, and can run under python2 or 3. Change-Id: Ied67a31f0d31503d13eccad8662c29740c93f33e
8 lines
305 B
YAML
8 lines
305 B
YAML
---
|
|
dib_python: python3
|
|
dib_virtualenv: "{{ ansible_user_dir }}/dib-venv"
|
|
dib_functests: []
|
|
# This is a bit of hack; it allows us to template out jobs where the
|
|
# base tests are defined in dib_functests, but then add a few extra
|
|
# tests to run in this variable for a specific test.
|
|
dib_functests_extra: [] |