Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Automation2
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Giorgio Pizzati
Automation2
Commits
34c451c2
Commit
34c451c2
authored
1 year ago
by
Simone Pigazzini
Browse files
Options
Downloads
Patches
Plain Diff
Add HLT workflows from prompt processing
parent
5406a76d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
shared-libs/src/ectrl/vars/GlobalVars.groovy
+1
-1
1 addition, 1 deletion
shared-libs/src/ectrl/vars/GlobalVars.groovy
workflows/time-calibration/batch_script.sh
+1
-1
1 addition, 1 deletion
workflows/time-calibration/batch_script.sh
with
2 additions
and
2 deletions
shared-libs/src/ectrl/vars/GlobalVars.groovy
+
1
−
1
View file @
34c451c2
...
...
@@ -10,7 +10,7 @@ class GlobalVars{
script
.
env
.
image
=
"/cvmfs/unpacked.cern.ch/gitlab-registry.cern.ch/cms-ecal-dpg/ecalelfs/automation:prod"
script
.
env
.
image_setup
=
"source /home/ecalgit/setup.sh; module load lxbatch/tzero"
script
.
env
.
dbinstance
=
"ecal_prompt_v2"
script
.
env
.
campaign
=
"prompt"
script
.
env
.
campaign
=
"prompt
,hlt
"
script
.
env
.
notify_url
=
"https://mattermost.web.cern.ch/hooks/kbdustfxdjyg3b88d96k3xwyoe"
script
.
env
.
ett_notify_url
=
"https://mattermost.web.cern.ch/hooks/zp7kosu3efnhfkdkekp4nbgr6e"
script
.
env
.
eospath
=
"/eos/cms/store/group/dpg_ecal/alca_ecalcalib/automation_prompt"
...
...
This diff is collapsed.
Click to expand it.
workflows/time-calibration/batch_script.sh
+
1
−
1
View file @
34c451c2
...
...
@@ -23,7 +23,7 @@ ecalautomation.py $TASK jobctrl --id $JOBID --running --fields "htc-id:${CLUSTER
mkdir
output
cmsRun
$WDIR
/src/EcalTiming/EcalTiming/test/ecalTime_fromAlcaStream_cfg.py
files
=
$INFILE
outputFile
=
output/AlcaPhiSym_timing_
$JOBID
.root
globalTag
=
$GT
cmsRun
$WDIR
/src/EcalTiming/EcalTiming/test/ecalTime_fromAlcaStream_cfg.py
files
=
$INFILE
outputFile
=
output/AlcaPhiSym_timing_
$JOBID
.root
timealgo
=
ratioMethod
globalTag
=
$GT
RETCMSSW
=
$?
if
[
"
$RETCMSSW
"
==
"0"
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment