-
Notifications
You must be signed in to change notification settings - Fork 69
/
.zuul.yaml
103 lines (97 loc) · 2.58 KB
/
.zuul.yaml
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
- job:
name: zaqar-grenade-base
abstract: true
parent: grenade
description: |
Abstract base grenade job for zaqar tempest plugin
required-projects:
- opendev.org/openstack/python-zaqarclient
- opendev.org/openstack/zaqar
- opendev.org/openstack/zaqar-tempest-plugin
vars:
devstack_plugins:
zaqar: https://opendev.org/openstack/zaqar
devstack_services:
# probably other services can be disabled;
# the old legacy job only uses mysql, keystone, zaqar and tempest
s-account: false
s-container: false
s-object: false
s-proxy: false
c-bak: false
tempest_plugins:
- zaqar-tempest-plugin
tempest_test_regex: zaqar_tempest_plugin.tests
tox_envlist: all
irrelevant-files:
- ^(test-|)requirements.txt$
- ^setup.cfg$
- job:
name: zaqar-grenade-mongodb
parent: zaqar-grenade-base
voting: false
vars:
grenade_devstack_localrc:
shared:
ZAQAR_BACKEND: mongodb
- job:
name: zaqar-grenade-redis
parent: zaqar-grenade-base
voting: false
vars:
grenade_devstack_localrc:
shared:
ZAQAR_BACKEND: redis
- job:
name: zaqar-grenade-swift
parent: zaqar-grenade-base
voting: false
vars:
devstack_services:
s-account: true
s-container: true
s-object: true
s-proxy: true
grenade_devstack_localrc:
shared:
ZAQAR_BACKEND: swift
- job:
name: zaqar-tox-integration
parent: openstack-tox
description: |
Run Zaqar integration tests using tox with environment ``integration``.
vars:
tox_envlist: integration
- job:
name: zaqar-rally
parent: rally-task-zaqar
vars:
rally_task: rally-jobs/zaqar-zaqar.yaml
- project:
queue: zaqar
templates:
- openstack-python3-jobs
- openstack-python3-jobs-arm64
- publish-openstack-docs-pti
- periodic-stable-jobs
- check-requirements
- release-notes-jobs-python3
check:
jobs:
- zaqar-tox-integration
- zaqar-tempest-plugin-mongodb
- zaqar-tempest-plugin-redis
- zaqar-tempest-plugin-swift
- zaqar-tempest-plugin-swift-ipv6
- zaqar-grenade-mongodb
- zaqar-grenade-redis
- zaqar-grenade-swift
- zaqar-rally:
voting: false
gate:
jobs:
- zaqar-tox-integration
- zaqar-tempest-plugin-mongodb
- zaqar-tempest-plugin-redis
- zaqar-tempest-plugin-swift
- zaqar-tempest-plugin-swift-ipv6