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

workflows should "fail" if an HPC job fails #170

Open
tiborsimko opened this issue Feb 21, 2021 · 0 comments
Open

workflows should "fail" if an HPC job fails #170

tiborsimko opened this issue Feb 21, 2021 · 0 comments

Comments

@tiborsimko
Copy link
Member

Currently, HPC compute backend jobs fail, but the workflow is reported as being "finished". Should rather be reported as "failed". for consistency.

Example: reanahub/reana-demo-worldpopulation#38

$ reana-client status -w hello-cwl-hpc            
NAME            RUN_NUMBER   CREATED               STARTED               ENDED                 STATUS     PROGRESS
hello-cwl-hpc   1            2021-02-18T17:52:35   2021-02-18T17:52:35   2021-02-18T17:53:42   finished   0/1   

$ reana-client logs -w hello-cwl-hpc | grep Status
==> Status: failed

Note: Serial and Yadage report well:

$ reana-client list | grep hpc
world-yad-hpc          1            2021-02-21T10:13:23   2021-02-21T10:13:24   2021-02-21T10:19:33   failed  
hello-yad-hpc          1            2021-02-18T14:20:26   2021-02-18T14:20:27   2021-02-18T14:21:17   failed  
world-ser-hpc          1            2021-02-21T09:45:32   2021-02-21T09:45:33   2021-02-21T09:51:18   failed  
hello-ser-hpc          1            2021-02-18T17:38:13   2021-02-18T17:38:14   2021-02-18T17:39:18   failed  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant