summaryrefslogtreecommitdiff
path: root/.zuul.yaml
blob: a79fada511306cc02a7f9c4ea9aaf789d11bfd60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
- project:
    name: x/pyeclib
    templates:
      - openstack-python-jobs
      - publish-to-pypi
    check:
      jobs:
        - openstack-tox-py35
        - openstack-tox-py36
        - openstack-tox-py37
        - pyeclib-tox-py27-centos-7
        - libec-pyeclib-unit-centos-7
        - libec-pyeclib-unit
    gate:
      jobs:
        - openstack-tox-py35
        - openstack-tox-py36
        - openstack-tox-py37
        - pyeclib-tox-py27-centos-7
        - libec-pyeclib-unit-centos-7
        - libec-pyeclib-unit

- job:
    name: pyeclib-tox-py27-centos-7
    parent: openstack-tox
    description: |
      Run unit tests using ``py27`` environment on CentOS 7.
    nodeset: centos-7
    vars:
      tox_envlist: py27

- job:
    name: libec-pyeclib-unit-centos-7
    parent: legacy-base
    run: playbooks/legacy/libec-pyeclib-unit-centos-7/run.yaml
    timeout: 1800
    nodeset: legacy-centos-7
    required-projects:
      - x/liberasurecode
      - x/pyeclib

- job:
    name: libec-pyeclib-unit
    parent: legacy-base
    run: playbooks/legacy/libec-pyeclib-unit/run.yaml
    timeout: 1800
    required-projects:
      - x/liberasurecode
      - x/pyeclib