1. 25 May, 2020 1 commit
  2. 02 Apr, 2020 1 commit
    • Renat Akhmerov's avatar
      Setting Python version explicitly to 3 for devstack jobs · 3ff9a7ef
      Renat Akhmerov authored
      * Backports to stable/train are now failing because tempest requires
        Py3 but for some reason Py2 is provided. So we have to explicitly
        define the version of Python in master because there are no
        stable branches for tempest.
      
      Change-Id: I19b57e686306b9d3f26bc5a0228ebf5d7c08bb20
      3ff9a7ef
  3. 26 Feb, 2020 1 commit
    • Eyal's avatar
      Fix preinstalled workflows tests · 6f746b92
      Eyal authored
      The 'std' prefix was removed from the workflow name
      make sure it passes on both cases.
      
      Change-Id: I9bd36bf2ad1a36ff569f385190c186b63b78f1e1
      6f746b92
  4. 18 Feb, 2020 2 commits
  5. 11 Feb, 2020 2 commits
  6. 04 Feb, 2020 1 commit
    • Eyal's avatar
      Drop support in py2 · 792bf80f
      Eyal authored
      Change-Id: I199ccdbf6684c1bc979428898a7d9094a7267f9d
      792bf80f
  7. 30 Jan, 2020 1 commit
  8. 27 Jan, 2020 1 commit
  9. 23 Jan, 2020 1 commit
  10. 15 Jan, 2020 1 commit
  11. 09 Jan, 2020 1 commit
  12. 30 Dec, 2019 1 commit
  13. 27 Dec, 2019 1 commit
  14. 25 Dec, 2019 1 commit
  15. 24 Oct, 2019 1 commit
    • caoyuan's avatar
      tox: Keeping going with docs · 9bd2ff96
      caoyuan authored
      Sphinx 1.8 introduced [1] the '--keep-going' argument which, as its name
      suggests, keeps the build running when it encounters non-fatal errors.
      This is exceptionally useful in avoiding a continuous edit-build loop
      when undertaking large doc reworks where multiple errors may be
      introduced.
      
      [1] https://github.com/sphinx-doc/sphinx/commit/e3483e9b045
      
      Change-Id: If027d55cea9fd88fadbb1539bbe713b2c2a7bd29
      9bd2ff96
  16. 03 Sep, 2019 1 commit
  17. 25 Aug, 2019 1 commit
    • Eyal's avatar
      use python3 for gate · 87112692
      Eyal authored
      Change-Id: Idc39d6f6e367d3dea673d48a160b8314a51394e8
      87112692
  18. 27 Jun, 2019 1 commit
  19. 19 Jun, 2019 1 commit
    • jacky06's avatar
      Sync Sphinx requirement · 2fa0ce69
      jacky06 authored
      1. Sync sphinx dependency with global requirements. It caps python 2 since
      sphinx 2.0 no longer supports Python 2.7.
      2. Remove unncessary "=="
      
      Change-Id: I0008ca81b9c753d26ef97e10957a1745d340d2c0
      2fa0ce69
  20. 19 May, 2019 1 commit
    • Andreas Jaeger's avatar
      Update docs job · 1dd821f2
      Andreas Jaeger authored
      build-openstack-sphinx-docs jobs are obsolete since some time,
      use the newer build-openstack-docs-pti jobs instead - using
      a template.
      
      Update tox.ini to use proper sphinx-build invocation.
      
      Change-Id: Idfa081711a24a6076e8b9a0ca770423d6fa62f94
      1dd821f2
  21. 23 Apr, 2019 1 commit
  22. 19 Apr, 2019 1 commit
  23. 08 Apr, 2019 1 commit
  24. 03 Apr, 2019 1 commit
  25. 18 Mar, 2019 1 commit
  26. 14 Jan, 2019 1 commit
  27. 09 Jan, 2019 1 commit
  28. 04 Jan, 2019 1 commit
  29. 21 Dec, 2018 1 commit
  30. 05 Dec, 2018 1 commit
  31. 04 Dec, 2018 1 commit
  32. 27 Nov, 2018 1 commit
  33. 14 Nov, 2018 1 commit
  34. 13 Nov, 2018 1 commit
    • Dougal Matthews's avatar
      Add sorting to the "in list filter" test · b63d95a5
      Dougal Matthews authored
      Without this change, the result can be accurate but in the wrong order,
      causing a failure like:
      
          AssertionError:
          Lists differ: ['greeting', 'farewell'] != ['farewell', 'greeting']
      
      Change-Id: Ia0f3e9fa03834feb4c87c6ac50930a0d533a19bd
      b63d95a5
  35. 09 Nov, 2018 1 commit
  36. 29 Sep, 2018 1 commit
  37. 18 Aug, 2018 1 commit
    • Nguyen Hai's avatar
      import zuul job settings from project-config · 0646dcc7
      Nguyen Hai authored
      This is a mechanically generated patch to complete step 1 of moving
      the zuul job settings out of project-config and into each project
      repository.
      
      Because there will be a separate patch on each branch, the branch
      specifiers for branch-specific jobs have been removed.
      
      Because this patch is generated by a script, there may be some
      cosmetic changes to the layout of the YAML file(s) as the contents are
      normalized.
      
      See the python3-first goal document for details:
      https://governance.openstack.org/tc/goals/stein/python3-first.html
      
      Change-Id: I1625aa8becf4b5a4d59c3e0a0ffc1eab490f1881
      Story: #2002586
      Task: #24311
      0646dcc7
  38. 19 Jul, 2018 1 commit
    • Andras Kovi's avatar
      Use id of workflow instead of name to keep track of what is created · e6e8f61c
      Andras Kovi authored
      With concurrent test executions it is possible that namespaced and
      non-namespaced tests run at the same time, making it flaky whether
      the name of the workflow is enough to identify the workflow. Using
      the id should work in all cases.
      
      Change-Id: Ib0e7d31f9a983c723704b64b1c46940aace545d7
      e6e8f61c