-
Notifications
You must be signed in to change notification settings - Fork 535
TST Automatic retries in travis #1659
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
Conversation
Current coverage is 70.98% (diff: 100%)@@ master #1659 diff @@
==========================================
Files 1027 1027
Lines 51555 51865 +310
Methods 0 0
Messages 0 0
Branches 7301 7385 +84
==========================================
+ Hits 36553 36816 +263
- Misses 13919 13960 +41
- Partials 1083 1089 +6
|
if $INSTALL_DEB_DEPENDECIES; then | ||
source /etc/fsl/fsl.sh; | ||
source /etc/afni/afni.sh; fi; | ||
export FSLOUTPUTTYPE=NIFTI_GZ; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How does failure of one line in this function propagates to the exit code of the whole thing? Since the individual commands are not joined by &&
wouldn't only the exit code of the last command count in the decision if a retry is needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ack, of course.
I think this is ready for merge (assuming circleci passes) |
@chrisfilo |
issue #1622
I've finished retries for travis. I need to focus on other things so circle will have to wait.