Task #12894
Make new scripts for NOvA use case
Start date:
06/08/2016
Due date:
% Done:
100%
Estimated time:
Description
Two new scripts, and possibly web calls to back them up:
- register_poms_campaign [options] campaign_name -- will make sure a campaign is present and has appropriate information associated (software version, etc.)
- get_task_id campaign_name -- will return a new task_id attached to the campaign
Then the recommended way to launch jobs will not be to use the poms_jobsub_wrapper, but rather
register_poms_campaign --version v1_2_3 ... campaign_name
jobsub_submit -e POMS_TASK_ID=`get_task_id campaign_name` ...
Associated revisions
looks like register_campaign and get_id work to first order now issue #12894
History
#1 Updated by Marc Mengel over 4 years ago
- Description updated (diff)
#2 Updated by Marc Mengel over 4 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
I cut these in poms_client / poms_jobsub_wrapper b0_5 releases.
Probably they'll need updating later, but for now it looks good.
#3 Updated by Marc Mengel over 4 years ago
- Status changed from Resolved to Closed
backends for issue #12894