5283: crunch-job doesn't use freeze logic after a job fails.
authorBrett Smith <brett@curoverse.com>
Wed, 25 Feb 2015 16:37:26 +0000 (11:37 -0500)
committerBrett Smith <brett@curoverse.com>
Fri, 27 Feb 2015 19:20:13 +0000 (14:20 -0500)
commit0e4de53ab1c26a83a5f542d52935358497959c3e
tree3ef025b90daabd7967eebbb0ed0f5f13795b9a83
parenteab3fd07f8f2eea43a373454a91ba0ca3fc60a6b
5283: crunch-job doesn't use freeze logic after a job fails.

If the job has failed permanently, we want to go through all the
end-of-job logic.  Previously, we were getting sidetracked into
freeze_if_want_freeze, which skips some steps like setting the
permanent job output record.  Refs #4472.
sdk/cli/bin/crunch-job