File: .zuul.yaml

package info (click to toggle)
python-muranoclient 2.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,324 kB
  • sloc: python: 10,663; sh: 231; makefile: 27
file content (39 lines) | stat: -rw-r--r-- 1,070 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
38
39
- project:
    templates:
      - openstack-cover-jobs
      - openstack-python3-zed-jobs
      - check-requirements
      - release-notes-jobs-python3
      - publish-openstack-docs-pti
      - openstackclient-plugin-jobs
    check:
      jobs:
        - muranoclient-functional-test-mysql-backend
    gate:
      jobs:
        - muranoclient-functional-test-mysql-backend

- job:
    name: muranoclient-functional-test-mysql-backend
    parent: devstack-tox-functional
    timeout: 4200
    vars:
      openrc_enable_export: true
      devstack_plugins:
        heat: https://opendev.org/openstack/heat
        murano: https://opendev.org/openstack/murano
      devstack_localrc:
        KEYSTONE_ADMIN_ENDPOINT: true
    irrelevant-files:
      - ^(test-|)requirements.txt$
      - ^setup.cfg$
      - ^doc/.*$
      - ^.*\.rst$
      - ^releasenotes/.*$
      - ^muranoclient/tests/.*$
    required-projects:
      - openstack/heat
      - openstack/murano
      - openstack/murano-dashboard
      - openstack/python-heatclient
      - openstack/python-muranoclient