-
We should decide whether we want to use `_` or `-` in k8s labels and whether we want to use the prefix `reana.io/...` (as we do for example for the `reana.io/system` label).
For reference: https:/…
-
Seen with REANA 0.8.
A workflow finished fine at time T1, meaning that the workspace was properly populated, and the reana-run-batch workflow-engine logs say:
```
2022-03-22 20:36:00,185 | adag…
-
**Current behaviour**
After the `validate` command was enriched in REANA 0.7.3, we could improve it even more.
For example, currently, the typos in compute backend clause are not detected:
``…
-
via `-p`/`--parameters` I can do e.g.
```
reana-client run --name recast-pmsssm-1234 --file reana-demo-atlas-recast/reana.yaml -parameter foo=bar
```
but sometimes workflows have nested parame…
-
Discovered in https://github.com/reanahub/reana-workflow-engine-yadage/pull/212#discussion_r736451333
r-job-controller when successfully starting a new job and returns `started` status but such sta…
VMois updated
9 months ago
-
It is hard-coded now: https://github.com/reanahub/reana-job-controller/blob/5937ca3fd72a2b59d81f6ea1b61145a48557ee0f/reana_job_controller/app.py#L223-L239
-
After introducing [code mount in dev mode for life reload](https://github.com/reanahub/reana-workflow-controller/pull/280), job pods stay indefinitely in `Terminating` state, but never cleaned:
```…
-
-
for RECAST scans often we want to submit N (N=100 or so) workflows in one go. While we can submit them using a pure loop in bash, it might be nice to be able to submit/manipulate a group of workflows …
-
It has happened that because of a mistake, the `KUBECONFIG` variable was pointing to a non development instance and a `reana-dev cluster-undeploy` was run. Scenario:
```console
$ export KUBECONFIG=~…