File: .zuul.yaml

package info (click to toggle)
python-ceilometermiddleware 3.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 352 kB
  • sloc: python: 759; makefile: 19; sh: 2
file content (18 lines) | stat: -rw-r--r-- 437 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
- job:
    name: ceilometermiddleware-integration
    parent: telemetry-dsvm-integration
    required-projects:
      - openstack/ceilometermiddleware

- project:
    templates:
      - openstack-python3-jobs
      - publish-openstack-docs-pti
      - release-notes-jobs-python3
      - check-requirements
    check:
      jobs:
        - ceilometermiddleware-integration
    gate:
      jobs:
        - ceilometermiddleware-integration