---
- project:
    templates:
      - noop-jobs
    check:
      jobs:
        - starlingx-common-tox-linters
        - starlingx-common-tox-pylint
        - stx-virtual-deployment-tox-unittests
        - stx-virtual-deployment-tox-flake8
    gate:
      jobs:
        - starlingx-common-tox-linters
        - starlingx-common-tox-pylint
        - stx-virtual-deployment-tox-unittests
        - stx-virtual-deployment-tox-flake8

- job:
    name: stx-virtual-deployment-tox-unittests
    parent: tox
    description: Run unit tests
    vars:
      tox_envlist: unittests

- job:
    name: stx-virtual-deployment-tox-flake8
    parent: tox
    description: Run pep8/flake8
    vars:
      tox_envlist: flake8