diff --git a/.zuul.yaml b/.zuul.yaml index 88041d72..61b185ef 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -14,7 +14,6 @@ - fault-tox-pylint - stx-fault-build - fault-rest-api-py27 - - fault-rest-api-py36 - fault-rest-api-py39 gate: jobs: @@ -22,7 +21,6 @@ - openstack-tox-pep8 - fault-tox-pylint - fault-rest-api-py27 - - fault-rest-api-py36 - fault-rest-api-py39 post: jobs: @@ -72,18 +70,6 @@ tox_envlist: py27 tox_extra_args: -c fm-rest-api/fm/tox.ini -- job: - name: fault-rest-api-py36 - parent: tox - description: | - Run py36 test for fm-rest-api - nodeset: ubuntu-bionic - required-projects: - - starlingx/config - vars: - tox_envlist: py36 - tox_extra_args: -c fm-rest-api/fm/tox.ini - - job: name: fault-rest-api-py39 parent: tox-py39