File: .zuul.yaml

package info (click to toggle)
python-zaqarclient 4.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 832 kB
  • sloc: python: 4,417; makefile: 18; sh: 2
file content (42 lines) | stat: -rw-r--r-- 1,433 bytes parent folder | download | duplicates (3)
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
- job:
    name: python-zaqarclient-functional
    parent: devstack-tox-functional
    required-projects:
      - opendev.org/openstack/horizon
      - opendev.org/openstack/python-zaqarclient
      - opendev.org/openstack/zaqar
      - opendev.org/openstack/zaqar-tempest-plugin
    vars:
      devstack_plugins:
        zaqar: https://opendev.org/openstack/zaqar
      devstack_services:
        # it does not seem to work with tls-proxy at the time
        # of the legacy -> Zuul v3 porting
        tls-proxy: false
        # probably other services can be disabled;
        # the old legacy job only uses mysql, keystone, zaqar and tempest
        s-account: false
        s-container: false
        s-object: false
        s-proxy: false
        c-bak: false
      # FIXME: only a few functional tests work at the end of Victoria cycle
      # when they have been enabled again by a native Zuul v3 job.
      # The failing job can be checked by removing this filter.
      tox_extra_args: -vv -- tests.functional.queues.v2.test_health
      tox_environment:
        ZAQAR_ENDPOINT: "http://localhost/messaging"

- project:
    templates:
      - check-requirements
      - openstack-python3-jobs
      - openstackclient-plugin-jobs
      - publish-openstack-docs-pti
      - release-notes-jobs-python3
    check:
      jobs:
        - python-zaqarclient-functional
    gate:
      jobs:
        - python-zaqarclient-functional