-
In order to run real REANA jobs on HTCondor we should copy over the workspace files to the scratch space so the job can work with them. Also, we should retrieve the results so they can be offered to t…
-
Spotted in a job output:
```console
$ git grep recast
reana_workflow_engine_yadage/tasks.py: log.info('running recast workflow on context: {ctx}'.format(ctx=ctx))
```
It would be good t…
-
As in https://github.com/reanahub/reana-workflow-engine-yadage/issues/17, user name, password and broker address are currently hardcoded in:
https://github.com/reanahub/reana-workflow-controller/blob…
-
We currently have:
```console
$ git grep HTCONDOR_SUBMITTER_POD_MAX_LIFETIME
reana_job_controller/config.py:HTCONDOR_SUBMITTER_POD_MAX_LIFETIME = 3600
```
This should be definitely use…
-
Stemmed from https://github.com/reanahub/reana-client/pull/181#issuecomment-422426948
```console
$ reana-client upload
File /m2/reana/reana-demo-root6-roofit/foo could not be uploaded: /m2/reana/…
-
Following up the package structure introduced in #5, the `server` code should be moved under `reana_workflow_package` (and the `Dockerfile` should be amended accordingly).
-
Whether the user is logged in or not should be part of the state of the React application. Currently, we just add links to the pages, for example to [`my GitLab projects`](https://github.com/reanahub/…
-
Hardcoded variable should get value from [here](https://github.com/reanahub/reana-resources-k8s/blob/master/reana_resources_k8s/templates/deployments/workers-template.yaml#L26)
```
$ git grep CEPHFS…
-
E.g. `cwltool` has a lot of additional options that can be made use of (see `cwltool --help` or https://github.com/common-workflow-language/cwltool/blob/cf18555dec2be1943f6e27dd4235c00b7571d656/cwltoo…
-
Currently docs are mostly written for end-users that use `reana-client` to interact with REANA cloud.
There is a getting started with development section, but it focuses on bringing up REANA cluste…