diff options
author | Nguyen Hai <nguyentrihai93@gmail.com> | 2018-08-20 15:35:48 +0900 |
---|---|---|
committer | Nguyen Hai <nguyentrihai93@gmail.com> | 2018-08-20 15:35:48 +0900 |
commit | 5fa921a5c717c6168a6501783a7fd36c7b3c5fc8 (patch) | |
tree | f5a16b719c45aa8285bdf2473b780848ba56b1a3 /.zuul.yaml | |
parent | 14599028d9c47c259272ff3b1fbaf8c6599dc768 (diff) | |
download | python-glanceclient-5fa921a5c717c6168a6501783a7fd36c7b3c5fc8.tar.gz |
add lib-forward-testing-python3 test job
This is a mechanically generated patch to add a functional test job
running under Python 3 as part of the python3-first goal.
See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html
Change-Id: I6c76d04d28a610d3bf563f9cecffcdcbd432fc52
Story: #2002586
Task: #24297
Diffstat (limited to '.zuul.yaml')
-rw-r--r-- | .zuul.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -130,6 +130,7 @@ - publish-openstack-docs-pti - check-requirements - lib-forward-testing + - lib-forward-testing-python3 check: jobs: - glanceclient-dsvm-functional-v1 |