summaryrefslogtreecommitdiff
path: root/zuul.d/project.yaml
blob: 73295b163f78285539d710416ff6614c06d7c6a2 (plain)
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
- project:
    templates:
      - check-requirements
      - openstack-cover-jobs
      - openstack-python3-jobs
      - openstack-python3-jobs-arm64
      - periodic-stable-jobs
      - publish-openstack-docs-pti
      - release-notes-jobs-python3
    check:
      jobs:
        - ironic-tox-unit-with-driver-libs
        - ironic-cross-sushy:
            voting: false
        - ironic-tempest-functional-python3
        # NOTE(rpittau) moving to non-voting until we fix the tests
        # see also https://review.opendev.org/c/openstack/ironic-tempest-plugin/+/882312
        - ironic-tempest-functional-rbac-scope-enforced:
            voting: false
        - ironic-grenade
        - ironic-standalone
        - ironic-standalone-redfish
        - ironic-tempest-bios-redfish-pxe
        - ironic-tempest-uefi-redfish-vmedia
        - ironic-tempest-wholedisk-bios-snmp-pxe
        - ironic-tempest-partition-uefi-ipmi-pxe
        # NOTE(TheJulia) Marking multinode non-voting on 20210311
        # Due to a high failure rate on limestone where the compute1
        # machine never appears to be able to communicate across the
        # vxlan tunnel, possible mtu issue, but non-voting until we
        # understand it in mind for the upcoming release.
        - ironic-tempest-ipa-wholedisk-direct-tinyipa-multinode:
            voting: false
        - ironic-tempest-bios-ipmi-direct-tinyipa
        # Currently broken, fallout from OSSA-2023-003 which was a breaking
        # change. Ironic needs to ensure we use a service token, not the
        # admin token credentials, and we then may need to revise our tempest
        # plugin once we have that sorted.
        # bugs.launchpad.net/ironic/+bug/2019892
        - ironic-tempest-bfv:
            voting: false
        - ironic-tempest-ipa-partition-uefi-pxe-grub2
        - metalsmith-integration-glance-centos8-legacy
        # Non-voting jobs
        - ironic-tox-bandit:
            voting: false
        - ironic-inspector-tempest:
            voting: false
        - ironic-inspector-tempest-managed-non-standalone:
            voting: false
        - ironic-inspector-tempest-uefi-redfish-vmedia:
            voting: false
        - ironic-tempest-ipa-wholedisk-bios-ipmi-direct-dib:
            voting: false
        - ironic-tempest-ipxe-ipv6:
            voting: false
        - ironic-standalone-anaconda:
            voting: false
        - ironic-inspector-tempest-rbac-scope-enforced:
            voting: false
        - bifrost-integration-tinyipa-ubuntu-focal:
            voting: false
        - bifrost-integration-redfish-vmedia-uefi-centos-9:
            voting: false
        - ironic-tempest-pxe_ipmitool-postgres:
            voting: false
        - bifrost-benchmark-ironic:
            voting: false
        - metal3-integration:
            voting: false
    gate:
      jobs:
        - ironic-tox-unit-with-driver-libs
        - ironic-tempest-functional-python3
        # NOTE(rpittau) disabled until we fix the tests
        # see also https://review.opendev.org/c/openstack/ironic-tempest-plugin/+/882312
        #- ironic-tempest-functional-rbac-scope-enforced
        - ironic-grenade
        - ironic-standalone
        - ironic-standalone-redfish
        - ironic-tempest-bios-redfish-pxe
        - ironic-tempest-uefi-redfish-vmedia
        - ironic-tempest-wholedisk-bios-snmp-pxe
        - ironic-tempest-partition-uefi-ipmi-pxe
        # NOTE(TheJulia): Disabled multinode on 20210311 due to Limestone
        # seeming to be 
        # - ironic-tempest-ipa-wholedisk-direct-tinyipa-multinode
        - ironic-tempest-bios-ipmi-direct-tinyipa
        # NOTE(TheJulia): Disabled as of 20230516 until we can get the
        # Cinder boot from volume integration sorted.
        # https://bugs.launchpad.net/ironic/+bug/2019892
        # - ironic-tempest-bfv
        - ironic-tempest-ipa-partition-uefi-pxe-grub2
        - metalsmith-integration-glance-centos8-legacy
    experimental:
      jobs:
        # TODO(dtantsur): these jobs are useful but currently hopelessly
        # broken. Fix them and bring back to the gate.
        - ironic-grenade-multinode-multitenant:
            voting: false
        - ironic-inspector-tempest-discovery-fast-track:
            voting: false