Changeset 27517 for branches/eam_branches/20100225/ippTasks/warp.pro
- Timestamp:
- Mar 29, 2010, 3:55:49 PM (16 years ago)
- Location:
- branches/eam_branches/20100225
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTasks/warp.pro (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20100225
- Property svn:mergeinfo changed
-
branches/eam_branches/20100225/ippTasks/warp.pro
r27005 r27517 171 171 if ($N == 0) break 172 172 if ($NETWORK == 0) break 173 173 if ($BURNTOOLING == 1) break 174 174 175 # look for new images in warpInputExp (pantaskState == INIT) 175 176 book getpage warpInputExp 0 -var pageName -key pantaskState INIT … … 427 428 host local 428 429 429 periods -poll 5.0430 periods -exec 60.0430 periods -poll 60.0 431 periods -exec 1800.0 431 432 periods -timeout 120.0 432 433 npending 1 … … 473 474 host local 474 475 475 periods -poll 5.0476 periods -exec 60.0476 periods -poll 60.0 477 periods -exec 1800.0 477 478 periods -timeout 120.0 478 479 npending 1 … … 483 484 task.exec 484 485 if ($LABEL:n == 0) break 485 $run = warptool -revertwarped 486 # Only revert failures with fault=2 (SYS_ERROR), which tend to be 487 # temporary filesystem problems. Every other fault type is 488 # interesting and should be kept for debugging (and so it doesn't 489 # continue to occur). 490 $run = warptool -revertwarped -fault 2 486 491 if ($DB:n == 0) 487 492 option DEFAULT
Note:
See TracChangeset
for help on using the changeset viewer.
