Changeset 32876 for trunk/ippdor/src/ipp/constants/Chip.py
- Timestamp:
- Dec 7, 2011, 10:20:55 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippdor/src/ipp/constants/Chip.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdor/src/ipp/constants/Chip.py
r32874 r32876 10 10 class Chip: 11 11 """ 12 This class is not intended to be used as a class instance.12 This class is not intended to be instantiated. 13 13 All its members are static. 14 14 """ … … 18 18 REQUIREMENTS = 'LoadAvg < 0.3' 19 19 email_subject = '' 20 21 # This is the e-mail body which is sent when revert as 22 # failed. Some values need to be replaced, namely: 23 # - @COUNT_FAILED_CHIPS@: the number of chips which have failed; 24 # - @LABEL@: the label; 25 # - @EXPOSURE_NAME@: the exposure name; 26 # - @LIST_PROCESSING_LOGS@: the list of log files that should be 27 # checked by the operator; 28 # - @CHIPTOOL_UPDATEPROCESSEDIMFILE@: the list of commands that 29 # could be run to ignore some flaky OTAs 30 # - @CHIPTOOL_REVERTPROCESSEDIMFILE@: the command that shoudl be 31 # run to revert the exposure. 32 # It is also expected to valuate this expression with one argument: 33 # - #1: The path to Globals.LOCAL_TMP_DIR 20 34 email_body_failed_revert = """Hi, 21 35 … … 38 52 39 53 Once you have FIXED ALL PROBLEMS FOR ALL EXPOSURES, on the host where the Condor task was submitted, submit the DAG (the host name is shown in the following line) again: 40 condor_submit_dag -maxidle 1000 -maxjobs 500 %s/ %s/ch2st.dag54 condor_submit_dag -maxidle 1000 -maxjobs 500 %s/@LABEL@/ch2st.dag 41 55 42 56 Thanks,
Note:
See TracChangeset
for help on using the changeset viewer.
