1. 11 Nov, 2021 1 commit
  2. 04 Nov, 2021 1 commit
  3. 03 Nov, 2021 1 commit
  4. 02 Nov, 2021 1 commit
  5. 26 Oct, 2021 3 commits
  6. 19 Oct, 2021 1 commit
  7. 18 Oct, 2021 1 commit
  8. 16 Oct, 2021 1 commit
  9. 15 Oct, 2021 2 commits
  10. 12 Oct, 2021 1 commit
  11. 04 Oct, 2021 1 commit
  12. 25 Sep, 2021 1 commit
  13. 24 Sep, 2021 1 commit
  14. 23 Sep, 2021 2 commits
  15. 22 Sep, 2021 2 commits
  16. 09 Sep, 2021 2 commits
  17. 01 Sep, 2021 1 commit
  18. 31 Aug, 2021 1 commit
  19. 30 Aug, 2021 1 commit
  20. 26 Aug, 2021 2 commits
  21. 25 Aug, 2021 3 commits
  22. 24 Aug, 2021 1 commit
    • Bernard Cafarelli's avatar
      Check if advanced image flavor already exists · d30297b7
      Bernard Cafarelli authored
      Flavor added in 79c67968 fails in
      at least stable/wallaby neutron-ovn-tempest-slow job, as the flavor
      already exists.
      
      This checks if a flavor with this name already exists before trying to
      create it
      
      Change-Id: I624f53e39c4bcdd988900aca375ee5e4ddd445fe
      Related-Bug: #1940243
      d30297b7
  23. 23 Aug, 2021 1 commit
  24. 22 Aug, 2021 2 commits
  25. 19 Aug, 2021 1 commit
    • Rodolfo Alonso Hernandez's avatar
      Create a 384MB flavor for advance image · 79c67968
      Rodolfo Alonso Hernandez authored
      In order to reduce the CI memory consuption, this patch creates a 384MB
      flavor to replace the 512MB previously used for the advance image
      (Ubuntu 18.04).
      
      Flavor specs:
      - 384MB RAM: aroung 100MB are used when the VM is started.
      - 4GB disk: around 1,1GB are used when the VM is started.
      - 1 VCPU.
      
      Change-Id: I267a848d57183ddc39128f12d40b076360dfd3bc
      Partial-Bug: #1940243
      79c67968
  26. 13 Aug, 2021 1 commit
    • wu.shiming's avatar
      setup.cfg: Replace dashes with underscores · e48e42d6
      wu.shiming authored
      Setuptools v54.1.0 introduces a warning that the use of dash-separated
      options in 'setup.cfg' will not be supported in a future version [1].
      Get ahead of the issue by replacing the dashes with underscores. Without
      this, we see 'UserWarning' messages like the following on new enough
      versions of setuptools:
      
        UserWarning: Usage of dash-separated 'description-file' will not be
        supported in future versions. Please use the underscore name
        'description_file' instead
      
      [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb
      
      Change-Id: If5cb829ef8530690f9208f9b15915e2c17367190
      e48e42d6
  27. 12 Aug, 2021 1 commit
  28. 10 Aug, 2021 1 commit
  29. 09 Aug, 2021 2 commits