~rakhmerov/python-mistralclient/master

419.1.1 by Brad P. Crochet
Restore devstack job for python-mistralclient
1
- job:
457 by Brad P. Crochet
Migrate python-mistralclient jobs to Zuul v3
2
    name: python-mistralclient-functional-devstack
3
    parent: devstack-tox-functional-consumer
4
    timeout: 9000
5
    vars:
6
      devstack_plugins:
7
        mistral: https://git.openstack.org/openstack/mistral
8
        heat: https://git.openstack.org/openstack/heat
9
      devstack_services:
10
        heat: True
11
        h-api: True
12
        h-api-cfn: True
13
        h-api-cw: True
14
        h-eng: True
15
      tox_envlist: functional
16
      tox_environment:
17
        IDENTITY_API_VERSION: 3
18
        PYTHONUNBUFFERED: 'true'
19
        MISTRAL_USE_MOD_WSGI: True
20
        MISTRAL_RPC_IMPLEMENTATION: oslo
21
        MYSQL_ROOT_PW: secretdatabase
419.1.1 by Brad P. Crochet
Restore devstack job for python-mistralclient
22
    required-projects:
23
      - openstack/heat
24
      - openstack/mistral
25
      - openstack/python-mistralclient
26
27
- project:
28
    check:
29
      jobs:
457 by Brad P. Crochet
Migrate python-mistralclient jobs to Zuul v3
30
        - python-mistralclient-functional-devstack
427 by Sagi Shnaidman
Add TripleO jobs for mistral client
31
        # TripleO jobs that deploy Mistral.
32
        # Note we don't use a project-template here, so it's easier
33
        # to disable voting on one specific job if things go wrong.
34
        # tripleo-ci-centos-7-scenario003-multinode-oooq will only
35
        # run on stable/pike while the -container will run in Queens
36
        # and beyond.
37
        # If you need any support to debug these jobs in case of
38
        # failures, please reach us on #tripleo IRC channel.
39
        - tripleo-ci-centos-7-scenario003-multinode-oooq
40
        - tripleo-ci-centos-7-scenario003-multinode-oooq-container
436 by Doug Hellmann
add lower-constraints job
41
        - openstack-tox-lower-constraints
419.1.1 by Brad P. Crochet
Restore devstack job for python-mistralclient
42
    gate:
43
      jobs:
457 by Brad P. Crochet
Migrate python-mistralclient jobs to Zuul v3
44
        - python-mistralclient-functional-devstack
427 by Sagi Shnaidman
Add TripleO jobs for mistral client
45
        - tripleo-ci-centos-7-scenario003-multinode-oooq
46
        - tripleo-ci-centos-7-scenario003-multinode-oooq-container
457 by Brad P. Crochet
Migrate python-mistralclient jobs to Zuul v3
47
        - openstack-tox-lower-constraints
419.1.1 by Brad P. Crochet
Restore devstack job for python-mistralclient
48