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 · 3e572565
      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: Ief3940a37f05ba0b51947c857dff9767050bf2e8
      Story: #2002586
      Task: #24302
      3e572565
  6. 22 Mar, 2018 1 commit
  7. 10 Feb, 2018 1 commit
    • James E. Blair's avatar
      Zuul: Remove project name · 479297ad
      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: If4cc01c6a0e1c33c343440d54a7b47896abf4a84
      479297ad
  8. 08 Jan, 2018 1 commit
    • Ruby Loo's avatar
      Centralize list of irrelevant files · f88e6b09
      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)
      f88e6b09
  9. 24 Dec, 2017 1 commit
  10. 15 Dec, 2017 1 commit
    • John L. Villalovos's avatar
      Use the tempest plugin from openstack/ironic-tempest-plugin · 7d525bbf
      John L. Villalovos authored
      Use the tempest plugin from openstack/ironic-tempest-plugin as we
      have moved the tempest code there. Soon the tempest code will be
      deleted from openstack/ironic.
      
      Change-Id: Ibda055f3d574e50fa3ce9884e842c93d77d4ac77
      Depends-On: I78fead573222465d8e5dd9e172697d9d1f4634f9
      (cherry picked from commit 4a9f3db8)
      7d525bbf
  11. 07 Nov, 2017 1 commit
    • Andreas Jaeger's avatar
      Use functional tox environment · 6eb88c40
      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
      6eb88c40
  12. 06 Nov, 2017 1 commit
    • Ruby Loo's avatar
      Move legacy python-ironic-inspector-client jobs · b9f4cc5b
      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)
      b9f4cc5b
  13. 15 May, 2017 1 commit
  14. 09 Mar, 2017 1 commit
  15. 26 Jan, 2017 2 commits
  16. 23 Jan, 2017 1 commit
  17. 20 Jan, 2017 2 commits
  18. 16 Jan, 2017 2 commits
  19. 09 Jan, 2017 1 commit
    • dparalen's avatar
      List introspection statuses support · 1512448f
      dparalen authored
      This patch adds support to list introspection statuses as provided by
      the Ironic Inspector service.
      
      The CLI code in shell.py:StatusCommand.take_action was refactored to
      be able to be reused in the new CLI class shell.py:StatusListCommand.
      
      Change-Id: I121306c158bf71eaa83973cdbd404876a6f8b479
      1512448f
  20. 15 Dec, 2016 1 commit
  21. 08 Dec, 2016 1 commit
    • Jim Rollenhagen's avatar
      Pin functest-requirements to a specific SHA · 790ef1ad
      Jim Rollenhagen authored
      This pins the requirements in functest-requirements.txt to a specific
      SHA of ironic-inspector (currently HEAD of master). This means that the
      set of requirements for a given release of
      python-ironic-inspector-client won't change depending when the client is
      installed. This should be changed when a new version of ironic-inspector
      or it's test requirements are needed in the client.
      
      This has a side effect of making these releases properly reviewable.
      
      Change-Id: I5bc73fe80d901bfb4533a7a76e392d7322a6b710
      790ef1ad
  22. 02 Dec, 2016 3 commits
  23. 18 Nov, 2016 2 commits
  24. 14 Nov, 2016 2 commits
  25. 09 Nov, 2016 1 commit
  26. 06 Nov, 2016 1 commit
  27. 02 Nov, 2016 1 commit
  28. 31 Oct, 2016 1 commit
  29. 21 Oct, 2016 2 commits
  30. 19 Oct, 2016 2 commits
    • Jay Faulkner's avatar
      Bump hacking to 0.11.0 in test-requirements · e76bdaaa
      Jay Faulkner authored
      Hacking's latest release is 0.11.0. Most other ironic projects are using
      this release.
      
      These updates are done project-by-project to avoid introducing
      unexpected new hacking rules to projects. This version bump already
      applies cleanly to python-ironic-inspector-client with no code style
      changes.
      
      Change-Id: Ibd8d3a8a0ccbfaafb24761ae783490bc32c21709
      e76bdaaa
    • OpenStack Proposal Bot's avatar
      Updated from global requirements · a2bdbc15
      OpenStack Proposal Bot authored
      Change-Id: I68f68d83f93aebaa2c7525dc76a09d5760dbbbe8
      a2bdbc15
  31. 15 Oct, 2016 1 commit