Skip to content

Commit d43178c

Browse files
committed
Disabling c-backup service for osc-functional-devstack-tips job
Since swift isn't compatible with py3 currently and disabled for this gate job, c-backup service will always fail configuring. The backup related tests can be handled by other jobs having swift enabled. The c-backup service can be enabled along with swift services once swift is compatible with py3. This patch disables the the c-backup service for osc-functional-devstack-tips gate job. Change-Id: Ifd3a4e1a15f1365107a2a1367513e2ef79bd13cc
1 parent 55cbbbe commit d43178c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.zuul.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,11 @@
166166
s-container: false
167167
s-object: false
168168
s-proxy: false
169+
# As swift is not available for this job, c-backup service won't be functional.
170+
# The backup related tests can be handled by other jobs having swift enabled.
171+
# The backup service along with swift services can be enabled once swift is
172+
# compatible with py3
173+
c-backup: false
169174
tox_envlist: functional
170175
tox_install_siblings: true
171176

0 commit comments

Comments
 (0)