diff --git a/.gitreview b/.gitreview index 237e6f426..0abd7042a 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=review.opendev.org port=29418 project=starlingx/distcloud.git +defaultbranch=r/stx.8.0 diff --git a/.zuul.yaml b/.zuul.yaml index abdabe723..b98faf08b 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -9,7 +9,6 @@ jobs: - openstack-tox-linters - stx-distcloud-tox-pep8 - - stx-distcloud-tox-py27 - stx-distcloud-tox-py39 - stx-distcloud-tox-pylint - stx-distcloud-tox-pep8-debian @@ -18,7 +17,6 @@ jobs: - openstack-tox-linters - stx-distcloud-tox-pep8 - - stx-distcloud-tox-py27 - stx-distcloud-tox-py39 - stx-distcloud-tox-pylint - stx-distcloud-tox-pep8-debian @@ -27,20 +25,6 @@ jobs: - stx-distcloud-upload-git-mirror -- job: - name: stx-distcloud-tox-py27 - parent: tox - description: Run py27 for distcloud - nodeset: ubuntu-xenial - required-projects: - - starlingx/fault - - starlingx/nfv - - starlingx/update - - starlingx/config - vars: - tox_envlist: py27 - tox_extra_args: -c distributedcloud/tox.ini - - job: name: stx-distcloud-tox-py39 parent: tox-py39