zuul-jobs/.zuul.yaml
James E. Blair aaffa55dd1 Add documentation to jobs
Change-Id: Ie2b130af6ce5bb336d829fc2ec9458effc81f844
Depends-On: Ida98e767db561dd77090bc5710026349342d58b2
2017-06-08 16:48:22 -07:00

40 lines
969 B
YAML

- job:
name: unittests
parent: base
description: |
Perform setup common to all unit test jobs.
This performs basic host and general project setup tasks common
to all types of unit test jobs.
pre-run: unittests/pre
- job:
name: unittests-python
parent: unittests
description: |
Perform setup common to python unit test jobs.
This performs basic host and general project setup tasks common
to all python unit test jobs.
run: unittests/python
- job:
name: python27
parent: unittests-python
description: |
Run unit tests for a Python project under cPython version 2.7.
Uses tox with the "py27" environment.
vars:
zuul_python_version: 27
- job:
name: python35
parent: unittests-python
description: |
Run unit tests for a Python project under cPython version 3.5.
Uses tox with the "py35" environment.
vars:
zuul_python_version: 35