Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

workflow_run_manager: fix workflow stop #250

Merged
merged 3 commits into from
Sep 3, 2019

Commits on Sep 2, 2019

  1. workflow_run_manager: fix workflow stop

    * We were trying to delete Job IDs which didn't exist in Kubernetes.
      To fix this a new method has been added to resolve the REANA IDs
      to backend IDs, which will be helpful once we implement stop
      for HTCondor jobs (closes reanahub/reana-client#314).
    Diego Rodriguez committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    fee152a View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. workflow_run_manager: simplify stop interface

    * WorkflowRunManger can determine which jobs to delete by itself.
    Diego Rodriguez committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    ac86b5f View commit details
    Browse the repository at this point in the history
  2. travis: force Mock greater than 3

    * pytest-reana declares as dependency `mock>=2` and Travis installs
      2.0 instead of lasted one (3.x). To be removed once we upgrade the
      `mock` version in pytest-reana.
    Diego Rodriguez committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    4031516 View commit details
    Browse the repository at this point in the history