File: metal-jobs.yaml

package info (click to toggle)
python-openstacksdk 4.7.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,904 kB
  • sloc: python: 127,036; sh: 153; makefile: 23
file content (32 lines) | stat: -rw-r--r-- 949 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
---
# Definitions of Ironic based jobs with a dedicated project entry to keep them
# out of general entry.
- job:
    name: metalsmith-integration-openstacksdk-src
    parent: metalsmith-integration-http-cirros
    required-projects:
      - openstack/openstacksdk

- job:
    name: bifrost-integration-openstacksdk-src
    parent: bifrost-integration-tinyipa-ubuntu-jammy
    required-projects:
      - openstack/ansible-collections-openstack
      - openstack/openstacksdk

- job:
    name: ironic-inspector-tempest-openstacksdk-src
    parent: ironic-inspector-tempest
    required-projects:
      - openstack/openstacksdk

- project:
    check:
      jobs:
        # Ironic jobs, non-voting to avoid tight coupling
        - ironic-inspector-tempest-openstacksdk-src:
            voting: false
        - bifrost-integration-openstacksdk-src:
            voting: false
        - metalsmith-integration-openstacksdk-src:
            voting: false