1. 19 Apr, 2019 1 commit
  2. 24 Mar, 2019 1 commit
  3. 28 Sep, 2018 1 commit
  4. 23 Aug, 2018 1 commit
  5. 16 Aug, 2018 1 commit
    • Doug Hellmann's avatar
      import zuul job settings from project-config · 8c0ee877
      Doug Hellmann 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: I84b149541bf9f57066e3d5e5d3a82a3b88740476
      Story: #2002586
      Task: #24302
      8c0ee877
  6. 22 Mar, 2018 1 commit
  7. 10 Feb, 2018 1 commit
    • James E. Blair's avatar
      Zuul: Remove project name · 0a2d7485
      James E. Blair authored
      Zuul no longer requires the project-name for in-repo configuration.
      Omitting it makes forking or renaming projects easier.
      
      Change-Id: I8625b099b5835d9a8f86b9c2cf52729ff5ea9379
      0a2d7485
  8. 14 Dec, 2017 1 commit
  9. 05 Dec, 2017 1 commit
    • Ruby Loo's avatar
      Centralize list of irrelevant files · fad4ad3c
      Ruby Loo authored
      For python-ironic-inspector-client-tempest-dsvm:
      - moves the list of irrelevant-files from project.yaml to
        legacy-*-jobs.yaml
      - adds more irrelevant files to the list
      - removes requirements.txt from the list of irrelevant files, since
        we want the job to run if this file changes
      
      For openstack-tox-functional, the irrelevant files were added to
      that job in openstack-zuul-jobs repo (in
      e8a0a62fdc936f8b3e307951c95c3848597124aa).
      
      Change-Id: I3bd1c2b552108f8fccf504696f09034bfe2c40f6
      (cherry picked from commit 9a683efc)
      fad4ad3c
  10. 07 Nov, 2017 1 commit
    • Andreas Jaeger's avatar
      Use functional tox environment · 056bc26c
      Andreas Jaeger authored
      Rename func to function tox environment and replace custom
      legacy func job with cross-project openstack-tox-functional job.
      
      Leave func as shim for current users.
      
      Change-Id: I104433ac72ab3d48dacdcd67b36111093f600d4e
      Depends-On: Ibebf9d0eeccabaefa2777a43592a72d19d064b6b
      056bc26c
  11. 06 Nov, 2017 1 commit
    • Ruby Loo's avatar
      Move legacy python-ironic-inspector-client jobs · 55624ce8
      Ruby Loo authored
      This moves the legacy python-ironic-inspector-client CI jobs into
      the python-ironic-inspector-client tree, instead of storing them
      in openstack-infra/openstack-zuul-jobs.
      
      Change-Id: I3c24ee14dd90146caa2435a811ba0c811557504f
      (cherry picked from commit ac2c8e4b)
      55624ce8
  12. 21 Sep, 2017 1 commit
  13. 13 Aug, 2017 1 commit
  14. 11 Aug, 2017 1 commit
  15. 28 Jul, 2017 2 commits
  16. 26 Jul, 2017 1 commit
    • Julia Kreger's avatar
      Make recent release note more readable · 0ccc7674
      Julia Kreger authored
      In time for the next release, I reviewed the
      releasenotes since the last release and found
      that it needed a little polishing to be easier
      to understand.
      
      Change-Id: I7d3056c13d6a44236f2fb406dbad475d1242523a
      0ccc7674
  17. 23 Jul, 2017 1 commit
  18. 21 Jul, 2017 2 commits
  19. 19 Jul, 2017 2 commits
  20. 11 Jul, 2017 2 commits
  21. 10 Jul, 2017 2 commits
  22. 10 Jun, 2017 1 commit
  23. 02 Jun, 2017 1 commit
  24. 23 May, 2017 1 commit
  25. 17 May, 2017 1 commit
  26. 16 May, 2017 1 commit
  27. 15 May, 2017 1 commit
    • Anton Arefiev's avatar
      Functional tests: pin *inspector* to HEAD · 9c0447c4
      Anton Arefiev authored
      Func tests broken due bug #1676809, this change pins *inspector*
      to f5791da9e2bba2dcf50ba64393c015edf6e0afef (HEAD), which
      contains mentioned fix.
      
      Also updates common tests methods due changed signature.
      Related-Bug: #1676809
      
      Change-Id: Ieda60726d491dec08528a9659d6e48c930191566
      9c0447c4
  28. 04 May, 2017 1 commit
  29. 03 May, 2017 1 commit
  30. 01 May, 2017 1 commit
  31. 23 Apr, 2017 1 commit
  32. 20 Apr, 2017 1 commit
    • Anton Arefiev's avatar
      Do not depend on python-openstackclient · 1538d568
      Anton Arefiev authored
      
      
      OpenStack client is not a runtime dependency of inspector client,
      and having it in requirements just brings in many dependencies
      which might not be needed at all when using the Python API of the client
      only (for example in server-side applications, like ironic-conductor).
      
      Although dependency on osc-lib is enough for unit and functional tests
      to pass.
      
      Also, add a setuptools 'extra' so that users can install openstackclient
      together with inspector client:
      
          pip install python-ironic-inspector-client[cli]
      
      Co-Authored-By: default avatarPavlo Shchelokovskyy <shchelokovskyy@gmail.com>
      Closes-Bug: #1562023
      Change-Id: I430549146a25eb05cc7905b221abb81d144e0f8b
      1538d568
  33. 12 Apr, 2017 1 commit
  34. 30 Mar, 2017 1 commit
  35. 02 Mar, 2017 1 commit