| |
- PBSTestScriptWriter
- ScriptWriter
-
- AthenaScriptWriter
-
- RecExCommonScriptWriter
-
- JiveXMLScriptWriter
- TrigReleaseIDScriptWriter
-
- TrigReleaseCaloScriptWriter
- TriggerReleaseScriptWriter
- KitValidationScriptWriter
- MonitoringScriptWriter
- NullScriptWriter
- QAmetricsScriptWriter
- RTTSelfTestScriptWriter
- RTTTrivialJobScriptWriter
- RuleCheckerScriptWriter
class AthenaScriptWriter(ScriptWriter) |
| |
Methods defined here:
- __init__(self, jDescriptor)
- Provides a run script for Athena jobs
- athenaCommand(self, release=830)
- Command for running athena. from about 8.2.0, packages started switching to
using python scripts to run athena.
- checkExtension(self, option)
- commandLineFlags(self)
- commandLineOptionLabel(self)
- jobOptionsFile(self)
- Returns the path to the job options file that is to be
tacked on the end of the athena command.
--- If DC1 or dataless job: just return the job options passed in <options> tag
--- If DC2 or BS data: return an RTT created job options that 'includes' the
user one in the <options> tag but then adds the data in the <dataset> tag(s)
to the appropriate Python class (DC2 = EventSelector.InputCollections,
BS = ByteStreamEventStorageInputSvc.FullFileName).
- jobOptionsListHandler(self)
- lsatlF(self, when)
- poolInsertString(self)
- runScript(self)
- Default shell script for running a job.
|
class RTTSelfTestScriptWriter(ScriptWriter) |
| |
Methods defined here:
- __init__(self, jDescriptor)
- runScript(self)
- Checkout head version of RTT. This will be shipped back to the
machine running RTT Scripts, where Test Suite can be run as an
RTT test. Dont run TestSuite on the batch machine to avoid
requiring Python on that machine.
|
class RTTTrivialJobScriptWriter(ScriptWriter) |
| |
Methods defined here:
- __init__(self, jDescriptor)
- runScript(self)
- Checkout head version of RTT. This will be shipped back to the
machine running RTT Scripts, where Test Suite can be run as an
RTT test. Dont run TestSuite on the batch machine to avoid
requiring Python on that machine.
|
class RuleCheckerScriptWriter(ScriptWriter) |
| |
Methods defined here:
- __init__(self, jDescriptor)
- runScript(self)
- CMT stuff needed to run RuleChecker once a directory is checked out.
Empirically, I find gmake has to be run before gmake rulechecker,
I think because the include files need to be installed.
Temporarily (14/7/04) I also need to check out CodeCheck.
Hopefully this will be unecessary soon.
|
|