-
Notifications
You must be signed in to change notification settings - Fork 6
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
Dashboard reports incorrect completion state #5
Comments
I'll ping this issue again with a current example. See http://cycamore-ci.fuelcycle.org/dashboard issue 175. It is reported as successful, but if you go to the batlab run, you'll notice it failed. |
It looks like the problem is that |_NMI_STEP_FAILED| is being evaluated #!/bin/bash polyphemus post_all callbacksif [ -z ] which will always be true! On Mon Jan 20 10:59:42 2014, Anthony Scopatz wrote:
Zach Welch |
So I'm looking into this again, and it might actually be on batlab's end... take a look at the Result field of this run: http://submit-1.batlab.org/nmi/results/details?runID=226876 |
The overall batlab result also claimed success in the original run I linked to at the start of the issue |
Ok, I've checked the postall script for pr #25, and it's correct. this is batlab's problem. |
I assume @zwelchWI can handle it on batlab's end, if that's ok? |
So, one last comment (sorry). Are we sure the post_all script is doing what we think it's doing? If the step it's checking failure against is the post_all step, then it will definitely succeed. |
I'm reworking how we detect failure in post_all, because |
Thank @zwelchWI. |
GOOD NEWS: I have fixed our batlab stuff so it correctly sends FAIL BAD NEWS: Polyphemus crashes when it gets a FAIL. Continuing to work on this On Thu Feb 6 17:27:34 2014, Anthony Scopatz wrote:
Zach Welch |
I'd like to think that this happens because Polyphemus gets so distraught over a failed batlab run that he just can't take it anymore. |
See http://198.101.154.53:8080/dashboard for Issue #666, whose batlab result is:
http://submit-1.batlab.org/nmi/results/details?runID=215388
The text was updated successfully, but these errors were encountered: