File: .zuul.yaml

package info (click to toggle)
python-watcherclient 4.9.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 852 kB
  • sloc: python: 8,569; makefile: 29; sh: 2
file content (37 lines) | stat: -rw-r--r-- 1,007 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
- job:
    name: python-watcherclient-functional
    parent: devstack-tox-functional
    timeout: 7200
    required-projects:
      - openstack/watcher
      - openstack/python-watcherclient
    vars:
      # Run cross-project watcherclient functional tests on watcher repo.
      zuul_work_dir: src/opendev.org/openstack/python-watcherclient
      openrc_enable_export: true
      devstack_plugins:
        watcher: https://opendev.org/openstack/watcher
      devstack_services:
        watcher-api: true
        watcher-decision-engine: true
        watcher-applier: true
        s-account: false
        s-container: false
        s-object: false
        s-proxy: false
    irrelevant-files:
      - ^.*\.rst$
      - ^doc/.*$
      - ^releasenotes/.*$


- project:
    templates:
      - openstack-cover-jobs
      - openstack-python3-jobs
      - publish-openstack-docs-pti
      - check-requirements
      - openstackclient-plugin-jobs
    check:
      jobs:
        - python-watcherclient-functional