File: .zuul.yaml

package info (click to toggle)
python-osprofiler 3.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 700 kB
  • sloc: python: 4,518; makefile: 168; sh: 136
file content (52 lines) | stat: -rw-r--r-- 1,543 bytes parent folder | download
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
50
51
52
- project:
    templates:
      - check-requirements
      - lib-forward-testing-python3
      - openstack-cover-jobs
      - openstack-lower-constraints-jobs
      - openstack-python3-victoria-jobs
      - periodic-stable-jobs
      - publish-openstack-docs-pti
      - release-notes-jobs-python3
    check:
      jobs:
        - openstack-tox-functional-py36
        - tempest-smoke-py3-osprofiler-redis
        - tempest-smoke-py3-osprofiler-sqlalchemy
    gate:
      jobs:
        - openstack-tox-functional-py36

- job:
    name: tempest-smoke-py3-osprofiler-redis
    parent: tempest-full-py3
    voting: false
    post-run: playbooks/osprofiler-post.yaml
    description: |
      Run full tempest on py3 with profiling enabled (redis driver)
    required-projects:
      - openstack/osprofiler
    vars:
      tox_envlist: smoke
      devstack_localrc:
        OSPROFILER_COLLECTOR: redis
        OSPROFILER_HMAC_KEYS: SECRET_KEY
      devstack_plugins:
        osprofiler: https://opendev.org/openstack/osprofiler

- job:
    name: tempest-smoke-py3-osprofiler-sqlalchemy
    parent: tempest-full-py3
    voting: false
    post-run: playbooks/osprofiler-post.yaml
    description: |
      Run full tempest on py3 with profiling enabled (sqlalchemy driver)
    required-projects:
      - openstack/osprofiler
    vars:
      tox_envlist: smoke
      devstack_localrc:
        OSPROFILER_COLLECTOR: sqlalchemy
        OSPROFILER_HMAC_KEYS: SECRET_KEY
      devstack_plugins:
        osprofiler: https://opendev.org/openstack/osprofiler