Changeset 28628 for trunk/pstamp/scripts/pstamp_checkdependent.pl
- Timestamp:
- Jul 7, 2010, 4:22:55 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_checkdependent.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_checkdependent.pl
r28145 r28628 277 277 # if chipProcessedImfile.state is cleaned call check_states_chip 278 278 279 # need to code warptool -setskyfiletoupdate280 279 my $metadata = shift; 281 280 my $whole_run = shift; # if true queue entire run for update … … 287 286 my $warp_id = $metadata->{warp_id}; 288 287 my $state = $metadata->{state}; 289 if ( $state =~ /error/) {288 if (($state =~ /error/) or ($state =~ /purged/) or ($state =~ /scrubbed/) or ($state eq 'drop')) { 290 289 print STDERR "warpRun $warp_id has state $state faulting jobs\n"; 291 290 faultJobs('stop', undef, undef, $PSTAMP_GONE);
Note:
See TracChangeset
for help on using the changeset viewer.
