diff options
author | Doug Hellmann <doug@doughellmann.com> | 2018-08-20 16:33:57 -0400 |
---|---|---|
committer | Luigi Toscano <ltoscano@redhat.com> | 2018-08-21 00:22:34 +0200 |
commit | f8566f6daf18b29be8bc44ec1ce5e9dd16c87ef3 (patch) | |
tree | b4e103624e8763d084376cabf688918246d13943 | |
parent | 10b64c23a359ac4fa3f3b0e8816aaf9308dcdea6 (diff) |
add python 3.6 unit test job
This is a mechanically generated patch to add a unit test job running
under Python 3.6 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: I8bd10600daa79cb92b8be35fa4ddd708231f569d
Story: #2002586
Task: #24332
Notes
Notes (review):
Code-Review+2: Luigi Toscano <ltoscano@redhat.com>
Workflow+1: Luigi Toscano <ltoscano@redhat.com>
Verified+2: Zuul
Submitted-by: Zuul
Submitted-at: Tue, 21 Aug 2018 00:50:14 +0000
Reviewed-on: https://review.openstack.org/593909
Project: openstack/sahara
Branch: refs/heads/master
-rw-r--r-- | .zuul.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ | |||
2 | templates: | 2 | templates: |
3 | - openstack-python-jobs | 3 | - openstack-python-jobs |
4 | - openstack-python35-jobs | 4 | - openstack-python35-jobs |
5 | - openstack-python36-jobs | ||
5 | - periodic-stable-jobs | 6 | - periodic-stable-jobs |
6 | - publish-openstack-docs-pti | 7 | - publish-openstack-docs-pti |
7 | - check-requirements | 8 | - check-requirements |