- 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 - job: name: zuul-jobs-test-fetch-tox-output description: Test the fetch-tox-output files: - roles/ensure-output-dirs/.* - roles/fetch-tox-output/.* - roles/fetch-output/.* run: test-playbooks/python/fetch-tox-output.yaml vars: zuul_use_fetch_output: true - job: name: zuul-jobs-test-fetch-tox-output-synchronize description: Test the fetch-tox-output files: - roles/fetch-tox-output/.* run: test-playbooks/python/fetch-tox-output.yaml vars: zuul_use_fetch_output: false - project: check: jobs: &id001 - zuul-jobs-test-ensure-sphinx - zuul-jobs-test-tox-siblings - zuul-jobs-test-fetch-tox-output - zuul-jobs-test-fetch-tox-output-synchronize gate: jobs: *id001