diff options
author | Tim Burke <tim.burke@gmail.com> | 2020-01-22 08:31:23 -0800 |
---|---|---|
committer | Tim Burke <tim.burke@gmail.com> | 2020-01-22 08:31:23 -0800 |
commit | 0bbc2cdbec2ffa6482c40fc45af22140f48d2670 (patch) | |
tree | 977df41090773679ec90353aababe901af63e8c2 /.zuul.yaml | |
parent | 80cdada0c20edd672e962c96a87f33932c61e1fe (diff) | |
download | python-swiftclient-0bbc2cdbec2ffa6482c40fc45af22140f48d2670.tar.gz |
Make py38 job voting
Depends-On: https://review.opendev.org/#/c/693401/
Change-Id: Ifb4e466eda0c45b49c16e63b0c77023f65b039b8
Diffstat (limited to '.zuul.yaml')
-rw-r--r-- | .zuul.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -47,11 +47,15 @@ - swiftclient-swift-functional - swiftclient-functional - swiftclient-functional-py2 + - openstack-tox-py38: + voting: true gate: jobs: - swiftclient-swift-functional - swiftclient-functional - swiftclient-functional-py2 + - openstack-tox-py38: + voting: true post: jobs: - openstack-tox-cover |