-
**Current behaviour**
Consider the workflow definition containing an invalid image specification due to trailing whitespace, such as the following helloworld serial demo:
```diff
diff --git a/r…
-
Similarly to CWL and Yadage, the Serial workflow engine should support partial workflow execution.
This will be useful for incremental workflow development and debugging, e.g. run preparatory steps…
-
Currently, any component that uses REANA-Commons will have have failing tests e.g. [this build in RWC](https://travis-ci.org/github/reanahub/reana-workflow-controller/builds/734323159), because of:
…
-
The starting times of jobs are not saved in the database. Note that, instead, finishing times are correctly persisted.
How to reproduce:
1. Execute one of the demo yadage workflows
2. Connect to …
-
`cgi` is used in
https://github.com/reanahub/reana-client/blob/9a4dfc2d5dccf6d3bc0290719f0ad6bb3dc3735a/reana_client/api/client.py#L10
but in the `recast-atlas` tests `reana-client` is raising
…
-
## Feature request
Define how REANA can be used to upload and run a Jupyter Notebook
*(If outside CERN, REANA needs tunelling to work)*
* install `reana-client` and export the access toke…
-
We are currently using PostgreSQL 12 in our Helm chart:
https://github.com/reanahub/reana/blob/9cb65c8302290e699c4e23273b54bab1a4bcf376/helm/reana/templates/reana-db.yaml#L34
Given that we have al…
-
I am using minikube 0.28 to start a kubenetes 1.64, and using python 2 with reana 0.20.
I could run through the common-workflow-language test with only 3 failures. However, when I were testing with m…
xzhub updated
5 years ago
-
Stemmed from https://github.com/reanahub/reana-server/pull/67/files#r205376296
Since we are using OpenAPI spec to document and consume our REST API and it is based on JSON Schema, we should investi…
-
When REANA asks k8s to terminate batch pod, k8s sends SIGTERM (soft kill) signal to all containers in batch pod. At this time, `workflow-engine` is already exited with status 0, so the only running co…
VMois updated
9 months ago