summaryrefslogtreecommitdiff
path: root/.zuul.yaml
blob: bd81d847dec356b7b791e8273919ad851d7dd6b3 (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
- project:
    templates:
      - check-requirements
      - lib-forward-testing
      - lib-forward-testing-python3
      - openstack-cover-jobs
      - openstack-lower-constraints-jobs
      - openstack-python-jobs
      - openstack-python35-jobs
      - openstack-python36-jobs
      - periodic-stable-jobs
      - publish-openstack-docs-pti
      - release-notes-jobs-python3
    check:
      jobs:
        - openstack-tox-functional
        - openstack-tox-functional-py35
        - tempest-full-py3-profiler-enabled
    gate:
      jobs:
        - openstack-tox-functional
        - openstack-tox-functional-py35
        - tempest-full-py3-profiler-enabled

- job:
    name: tempest-full-py3-profiler-enabled
    parent: tempest-full-py3
    voting: false
    description: |
      Run full tempest on py3 with profiling enabled
    required-projects:
      - openstack/osprofiler
    vars:
      tox_envlist: full
      devstack_localrc:
        OSPROFILER_COLLECTOR: redis
        OSPROFILER_HMAC_KEYS: SECRET_KEY
      devstack_plugins:
        osprofiler: https://git.openstack.org/openstack/osprofiler