cyborg/.zuul.yaml
Shogo Saito 38119f675e python3 patch (including zuul config)
Fix points are extracted in following methods.

1st: check with sixer:
    change unicode function to use sixer lib.
2nd: check & fix manually.
    2-1: as_dict() function
         fix as_dict() to work in py3 env.
    2-2: delete unnecessary as_dict() call in response to the change in as_dict()
    2-3: fix all_pfs_have_vf() to be able to treat both list and iterator,
         because filter() function returns list in py2, iterator in py3.
    2-4: To treats map() in same way in py2/3 env , wrap map() with list()  in P6,P7
    2-5: add python3.7 to setup.cfg
    2-6: add py3 tests, as voting

Change-Id: Ibfdec7258c731ee45ce1b9bdba4b2024cea78a12
Story: #2003219
Task: #23418
2019-09-13 09:27:22 -07:00

15 lines
286 B
YAML

- project:
templates:
- openstack-python-jobs
- check-requirements
- release-notes-jobs-python3
- openstack-python3-train-jobs
- publish-openstack-docs-pti
check:
jobs:
- cyborg-tempest
gate:
jobs:
- cyborg-tempest