-
Both CWL and Yadage provide a “scatter-gather” paradigm. The workflow takes the input as an array and runs the specified steps on each element of the array as if it were a single input (Yadage allows …
-
Error checking for various Kubernetes API errors (described with HTTP error codes) should be added.
E.g. 409 Conflict, with corresponding description is given if a Deployment object already exists wh…
-
In case of version mismatch between what is specified in cluster specification file and what Kubernetes instance reports, no error is raised.
Also, in case Kubernetes instance doesn't fall within min…
-
Currently, we can deploy REANA infrastructure components (REANA-Server, REANA-Workflow-Controller, REANA-Cache and REANA-Message-Broker) in a different namespace just by passing the namespace name to …
-
Currently we use `reana-` prefix when referring to any REANA component in (almost?) all configuration, specification, definitions, etc. files and in documentation as well.
However, inside Kubernet…
-
`options` is a new property that can be passed [under `workflow`](http://docs.reana.io/reference/reana-yaml/#reanayaml-workflow) in reana.yaml
-
Current implementation of Kubernetes manifest generation uses [`yaml.load()`](https://github.com/reanahub/reana-cluster/blob/db7dfb84f9caafcbc8827b232f6575024a30aa63/reana_cluster/backends/kubernetes/…
-
We need a command-line interface to tell ReAna to execute our evolution-aware algorithm. At the moment, we will probably also need to provide the actual evolution step being analyzed, since we current…
-
_As an analyzer I want to run the MadMiner steps out of an MLflow Project so I can take advantage of the service's features_
# Acceptance Criteria
1. MLflow runs its steps via an [MLProject yaml f…
-
Add an option to only show failed job logs.
Example:
```
reana-client logs -w workflow --failed
```
Motivation:
If a user runs a big workflow with hundreds of jobs it can be cumbersome …