summaryrefslogtreecommitdiff
path: root/.zuul.yaml
blob: 7e020cb47b803a8aacc63bc512194e673558052e (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
- project:
    check:
      jobs:
        - python-saharaclient-scenario
        - python-saharaclient-tempest
        - openstack-tox-lower-constraints
    gate:
      jobs:
        - python-saharaclient-scenario
        - python-saharaclient-tempest

        - openstack-tox-lower-constraints
- job:
    name: python-saharaclient-scenario
    description: |
      Run scenario tests for Sahara against python-saharaclient changes.
    parent: sahara-tests-scenario
    required-projects:
      - openstack/python-saharaclient
    vars:
      devstack_localrc:
        LIBS_FROM_GIT: '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
    vars:
      devstack_localrc:
        LIBS_FROM_GIT: 'python-saharaclient'