File: .zuul.yaml

package info (click to toggle)
python-saharaclient 3.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,240 kB
  • sloc: python: 11,938; makefile: 24
file content (58 lines) | stat: -rw-r--r-- 1,664 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
- project:
    templates:
      - openstack-cover-jobs
      - openstack-lower-constraints-jobs
      - openstack-python3-victoria-jobs
      - publish-openstack-docs-pti
      - check-requirements
      - release-notes-jobs-python3
      - openstackclient-plugin-jobs
    check:
      jobs:
        - python-saharaclient-scenario
        - python-saharaclient-scenario-v2
        - python-saharaclient-tempest
        - python-saharaclient-tempest-v2
    gate:
      queue: sahara
      jobs:
        - python-saharaclient-scenario
        - python-saharaclient-scenario-v2
        - python-saharaclient-tempest
        - python-saharaclient-tempest-v2

- job:
    name: python-saharaclient-scenario
    description: |
      Run scenario tests for Sahara against python-saharaclient
      changes.
    parent: sahara-tests-scenario
    required-projects:
      - openstack/python-saharaclient

- job:
    name: python-saharaclient-scenario-v2
    description: |
      Run scenario tests for Sahara on API v2 against python-saharaclient
      changes.
    parent: sahara-tests-scenario-v2
    required-projects:
      - openstack/python-saharaclient

- job:
    name: python-saharaclient-tempest
    description: |
      Run Tempest tests from the Sahara plugin against python-saharaclient
      changes.
    parent: sahara-tests-tempest
    required-projects:
      - openstack/python-saharaclient

- job:
    name: python-saharaclient-tempest-v2
    description: |
      Run Tempest tests from the Sahara plugin on API v2 against
      python-saharaclient changes.
    parent: sahara-tests-tempest-v2
    required-projects:
      - openstack/python-saharaclient