forked from opentelekomcloud/python-otcextensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.zuul.yaml
More file actions
35 lines (32 loc) · 853 Bytes
/
.zuul.yaml
File metadata and controls
35 lines (32 loc) · 853 Bytes
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
- job:
name: openstacksdk-functional
parent: otc-tox-functional
description: |
Run openstacksdk functional tests against a OTC
- job:
name: openstacksdk-functional-otc
parent: openstacksdk-functional
description: |
Run openstacksdk functional tests using default python against OTC
- job:
name: openstacksdk-functional-otc-python3
parent: openstacksdk-functional
description: |
Run openstacksdk functional tests using python3 against OTC
vars:
tox_environment:
OPENSTACKSDK_TOX_PYTHON: python3
OS_CLOUD: otc
- project:
check:
jobs:
- tox-py36
- tox-py27
- tox-pep8
- openstacksdk-functional-otc-python3
gate:
jobs:
- tox-py36
- tox-py27
- tox-pep8
- openstacksdk-functional-otc-python3