Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Relval campaign accessing, creation and deletion

Sharad Agarwal edited this page Jun 11, 2019 · 3 revisions

Relval campaigns

Relval campaigns are automatically created and deleted by unified.

Relval campaign creation:

Unified/batchor.py creates the campaigns with default config:

The fraction pass is always supposed to be 0.

` default_setup = {

    "go" :True,

    "parameters" : {

        "SiteWhitelist": [ "T1_US_FNAL" ],

        "MergedLFNBase": "/store/relval",

        "Team" : "relval",

        "NonCustodialGroup" : "RelVal"

        },

    "custodial_override" : "notape",

    "phedex_group" : "RelVal",

    "lumisize" : -1,

    "fractionpass" : 0.0,

    "maxcopies" : 1

    }

`

Relval campaign deletion

code deleting the campaign

closing campaign in closor

Checking relval campaigns

  • ReqMgr2 JSON's gives the name of the campaign for the relval workflow
  • It doesn't exist in campaigns.json
  • Go to vocms0275, setup basic proxy, and export, source python environment as per the repo readme
  • In the WmAgentScripts repo, Run python campaignsConfiguration.py --name {campaign name}
  • This gives you the configuration of the campaign
Clone this wiki locally