f418a8d533
This fixes a byte vs str problem on python3 in the tox role's sibling library. As part of this fix add unit testing of the function that was failing under python3 and functional testing of the role that covers siblings. Change-Id: I2df4ddce91dfd53f5c4177a19288e97120bc3e3b
32 lines
765 B
YAML
32 lines
765 B
YAML
- job:
|
|
name: zuul-jobs-test-ensure-sphinx
|
|
description: Test the ensure-sphinx role
|
|
files:
|
|
- roles/ensure-sphinx/.*
|
|
run: test-playbooks/simple-role-test.yaml
|
|
vars:
|
|
role_name: ensure-sphinx
|
|
|
|
- job:
|
|
name: zuul-jobs-test-tox-siblings
|
|
description: Test the tox role's sibling functionality
|
|
files:
|
|
- roles/tox/.*
|
|
run: test-playbooks/tox-siblings.yaml
|
|
required-projects:
|
|
- zuul/zuul
|
|
- zuul/nodepool
|
|
|
|
# -* AUTOGENERATED *-
|
|
# The following project section is autogenerated by
|
|
# tools/update-test-platforms.py
|
|
# Please re-run to generate new job lists
|
|
|
|
- project:
|
|
check:
|
|
jobs: &id001
|
|
- zuul-jobs-test-ensure-sphinx
|
|
- zuul-jobs-test-tox-siblings
|
|
gate:
|
|
jobs: *id001
|