Skip to content
Snippets Groups Projects
  1. May 17, 2020
    • Michal Nasiadka's avatar
      CI: Add ansible-lint to tox · d8f31e0a
      Michal Nasiadka authored
      * Reworked tox pep8 into linters job, that runs:
        - pep8
        - bandit
        - bashate
        - doc8
        - yamllint
        - ansible-lint (validate-all-files.py + ansible-lint)
      
      * Skip E701 - missing galaxy_info in meta and E602 see [1].
      * Skip E301 and E503 - followup later in a separate change
      * Added ansible-role-jobs to zuul.d/project.yaml which will run
        openstack-tox-linters job in check queue
      * Fixed remaining style issue
      * Made tox and docs reference the new env for linters
      * Dropped pype environment (not supported)
      
      [1]: https://github.com/ansible/ansible-lint/issues/457
      
      Change-Id: I494b4b151804aac8173120e6c6e42bc2fdb00234
      d8f31e0a
  2. Apr 26, 2020
    • Radosław Piliszek's avatar
      Cleanup py27 support · 234272eb
      Radosław Piliszek authored
      Removes and/or replaces all mentions of py27.
      
      Cleans up obsolete requirements and their lower-constraints.
      
      Separates test-requirements.
      
      Makes lower-constraints pass outside of CI (MarkupSafe).
      
      Adds FIXMEs about some hacky Mocks that may misbehave.
      
      Change-Id: Ifc090bf3c1db17d8542ee591c91e8225a597bfe2
      234272eb
  3. Jun 17, 2019
  4. Jun 06, 2019
    • Mark Goddard's avatar
      Update contributor guide · 68796d79
      Mark Goddard authored
      ... or "what I wish existed when I first became PTL"
      
      Some general improvements to the contributor guide, plus new sections
      for PTL duties and release management.
      
      Change-Id: If2f3b7c18de2e6c8d9bac131a16c28c2eeb348f2
      68796d79
  5. Sep 28, 2018
  6. Feb 08, 2018
  7. Sep 06, 2017
  8. Jul 21, 2017
  9. Jun 21, 2017
  10. Apr 03, 2017
    • caoyuan's avatar
      Fix the "tox -e docs" failed · b9378126
      caoyuan authored
      doc/running-tests.rst:64: D001 Line too long
      doc/bifrost.rst:164: D000 Unknown target name: "edit-inventory".
      doc/nova-fake-driver.rst:: WARNING: document isn't included in any
      toctree
      
      Change-Id: I83bb44ed10cb464f87e5235a423a475151ace208
      b9378126
  11. Mar 08, 2017
  12. Jan 04, 2017
    • Cao Xuan Hoang's avatar
      Remove trailing backtick · 4a16028c
      Cao Xuan Hoang authored
       This patch is removing a trailing backtick (`) from the
      doc/running-tests.rst document.
      
      Change-Id: I66d555ad73738a1a7fb674a27472143e0f0d6609
      4a16028c
  13. Oct 17, 2016
  14. Sep 21, 2016
  15. Jun 13, 2016
    • MD NADEEM's avatar
      Added test document · 66b6eccd
      MD NADEEM authored
      This doc explain how to run kolla tests.
      
      Change-Id: I498e18187c2c69bbd37c490ce4e1a8548f933791
      Partially-implements: blueprint documentation-rework
      66b6eccd
Loading