- Timestamp:
- May 26, 2009, 1:59:32 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTasks/chip.pro (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090301/ippTasks/chip.pro
r23594 r24244 82 82 83 83 task.exec 84 if ($LABEL:n == 0) break 84 85 $run = chiptool -pendingimfile 85 86 if ($DB:n == 0) … … 93 94 end 94 95 add_poll_args run 96 add_poll_labels run 95 97 command $run 96 98 end … … 202 204 # locked list 203 205 task.exit crash 204 showcommand crash 205 echo "hostname: $JOB_HOSTNAME" 206 book setword chipPendingImfile $options:0 pantaskState CRASH 206 ### Getting a lot of chip crashes (no idea why), so remove verbosity for now 207 #showcommand crash 208 #echo "hostname: $JOB_HOSTNAME" 209 210 # Set a fault code in the database 211 exec chiptool -addprocessedimfile -dbname $DBNAME -chip_id $CHIP_ID -class_id $CLASS_ID -fault $EXIT_CRASH_ERR 212 process_exit chipPendingImfile $options:0 $EXIT_CRASH_ERR 207 213 end 208 214 … … 223 229 224 230 periods -poll $LOADPOLL 225 periods -exec $LOADEXEC 226 periods -timeout 30 231 # periods -exec $LOADEXEC 232 periods -exec 30 233 periods -timeout 60 227 234 npending 1 228 235 … … 231 238 232 239 task.exec 240 if ($LABEL:n == 0) break 233 241 $run = chiptool -advanceexp -limit 10 234 242 if ($DB:n == 0) … … 242 250 end 243 251 add_poll_args run 252 add_poll_labels run 244 253 command $run 245 254 end … … 283 292 284 293 task.exec 294 if ($LABEL:n == 0) break 285 295 $run = chiptool -pendingcleanuprun 286 296 if ($DB:n == 0) … … 294 304 end 295 305 add_poll_args run 306 add_poll_labels run 296 307 command $run 297 308 end
Note:
See TracChangeset
for help on using the changeset viewer.
