- Timestamp:
- Mar 17, 2009, 12:08:50 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTasks/fake.pro (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk merged eligible /branches/eam_branches/eam_branch_20090303 23158-23228
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/cnb_branches/cnb_branch_20090301/ippTasks/fake.pro
r21464 r23352 26 26 active true 27 27 end 28 task fake. promoteexp28 task fake.advanceexp 29 29 active true 30 30 end … … 38 38 active false 39 39 end 40 task fake. promoteexp40 task fake.advanceexp 41 41 active false 42 42 end … … 176 176 end 177 177 178 # locked list 179 task.exit crash 180 showcommand crash 181 echo "hostname: $JOB_HOSTNAME" 182 book setword fakePendingImfile $options:0 pantaskState CRASH 183 end 184 178 185 # operation timed out? 179 186 task.exit timeout … … 183 190 end 184 191 185 # promote exposures for which all imfiles have completed processing192 # advance exposures for which all imfiles have completed processing 186 193 # sets the exposure state to full and queues warp processing if requested 187 $fake_ promote_DB = 0188 task fake. promoteexp194 $fake_advance_DB = 0 195 task fake.advanceexp 189 196 host local 190 197 … … 195 202 196 203 stdout NULL 197 stderr $LOGDIR/fake. promoteexp.log198 199 task.exec 200 $run = faketool - promoteexp -limit 10204 stderr $LOGDIR/fake.advanceexp.log 205 206 task.exec 207 $run = faketool -advanceexp -limit 10 201 208 if ($DB:n == 0) 202 209 option DEFAULT 203 210 else 204 211 # save the DB name for the exit tasks 205 option $DB:$fake_ promote_DB206 $run = $run -dbname $DB:$fake_ promote_DB207 $fake_ promote_DB ++208 if ($fake_ promote_DB >= $DB:n) set fake_promote_DB = 0212 option $DB:$fake_advance_DB 213 $run = $run -dbname $DB:$fake_advance_DB 214 $fake_advance_DB ++ 215 if ($fake_advance_DB >= $DB:n) set fake_advance_DB = 0 209 216 end 210 217 add_poll_args run … … 219 226 task.exit default 220 227 showcommand failure 228 end 229 230 task.exit crash 231 showcommand crash 221 232 end 222 233 … … 278 289 end 279 290 291 task.exit crash 292 showcommand crash 293 end 294 280 295 # operation times out? 281 296 task.exit timeout … … 331 346 end 332 347 348 task.exit crash 349 showcommand crash 350 book setword fakePendingCleanup $options:0 pantaskState CRASH 351 end 352 333 353 # operation timed out? 334 354 task.exit timeout
Note:
See TracChangeset
for help on using the changeset viewer.
