Difference between revisions of "Software Test Data Recon"

From GlueXWiki
Jump to: navigation, search
(Created page with "= Overview = * This is done by a cron job that runs on ifarm1102 on the gluex account. * The software scripts can be found in the repository at: <pre> https://halldsvn.jlab.or...")
 
(Overview)
Line 4: Line 4:
 
<pre>
 
<pre>
 
https://halldsvn.jlab.org/repos/trunk/scripts/monitoring/recon_test/
 
https://halldsvn.jlab.org/repos/trunk/scripts/monitoring/recon_test/
 +
</pre>
 +
 +
= Adding a New Run Period =
 +
* For each new run period, first create a new workflow:
 +
<pre>
 +
swif create -workflow recon_tests_2016-02
 +
</pre>
 +
 +
* Then tell that workflow to start running (even though there are no jobs yet: this way all the cron job has to do is add a new job):
 +
<pre>
 +
swif run -workflow recon_tests_2016-02
 
</pre>
 
</pre>

Revision as of 14:49, 30 September 2016

Overview

  • This is done by a cron job that runs on ifarm1102 on the gluex account.
  • The software scripts can be found in the repository at:
https://halldsvn.jlab.org/repos/trunk/scripts/monitoring/recon_test/

Adding a New Run Period

  • For each new run period, first create a new workflow:
swif create -workflow recon_tests_2016-02
  • Then tell that workflow to start running (even though there are no jobs yet: this way all the cron job has to do is add a new job):
swif run -workflow recon_tests_2016-02