Update git submodules

* Update cloudkitty-tempest-plugin from branch 'master'
  to 72752c4cdbdb937ce8daddb2b43d551922b2e1c0
  - Add doc/requirements
    
    We need to specify doc requirements in doc/requirements.txt
    to avoid problems with the pip resolver [1] for the release team [2][3].
    Removed specific doc requirements from test-requirements.txt.
    
    The problem here is that this repos haven't doc/requirements.txt file
    and by default in this case zuul will use the test-requirements.txt file
    to pull requirements [4].
    
    This requirements file contains extra requirements like flake8 that
    collided with those allowed in our job environment and so the new pip
    resolver fails to install these requirements and the job exits in error.
    
    This project meet the conditions leading to the bug however it doesn't
    produce any doc or releasenotes, but uniformization can't hurt and help
    us in the future.
    
    /!\/!\/!\
    Notice that I voluntarily added the doc directory even if no docs
    are generated here because zuul will try to pull this requirements from
    there first and the contained requirements are needed for reno but AFAIK
    the releasenotes dir is ignored by zuul. c.f [4] for further details.
    /!\/!\/!\
    
    [1] http://lists.openstack.org/pipermail/release-job-failures/2021-January/001500.html
    [2] http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019611.html
    [3] http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019612.html
    [4] https://opendev.org/zuul/zuul-jobs/src/branch/master/roles/ensure-sphinx/tasks/main.yaml#L36
    
    Change-Id: I18fdf133b6c3ea9b60e784c0e1dfb7ce1217eda5
This commit is contained in:
Hervé Beraud 2021-01-06 13:55:20 +01:00 committed by Gerrit Code Review
parent 00f7f02501
commit 6dcd1097b8
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 05f144b90bd1525b0a6dab2de01e1019c3430c02
Subproject commit 72752c4cdbdb937ce8daddb2b43d551922b2e1c0