Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DaVinci
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
LHCb
DaVinci
Commits
46e60a84
Commit
46e60a84
authored
4 years ago
by
Nicole Skidmore
Browse files
Options
Downloads
Plain Diff
Merge branch 'removeDSTtests2' into 'removingstripping'
Remove ds ttests2 See merge request
!401
parents
4d8641c0
b23d7964
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!1103
Draft: Add AnalysisHelpers to DaVinci Stack
,
!401
Remove ds ttests2
,
!398
First removal of stripping related stuff
Pipeline
#1663491
passed
4 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
DaVinciTests/tests/options/DVMonitorDst.py
+0
-36
0 additions, 36 deletions
DaVinciTests/tests/options/DVMonitorDst.py
DaVinciTests/tests/qmtest/io.qms/test_monitor_reco14_fulldst.qmt
+0
-29
0 additions, 29 deletions
...Tests/tests/qmtest/io.qms/test_monitor_reco14_fulldst.qmt
with
0 additions
and
65 deletions
DaVinciTests/tests/options/DVMonitorDst.py
deleted
100644 → 0
+
0
−
36
View file @
4d8641c0
###############################################################################
# (c) Copyright 2000-2018 CERN for the benefit of the LHCb Collaboration #
# #
# This software is distributed under the terms of the GNU General Public #
# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". #
# #
# In applying this licence, CERN does not waive the privileges and immunities #
# granted to it by virtue of its status as an Intergovernmental Organization #
# or submit itself to any jurisdiction. #
###############################################################################
##############################################################################
# $Id: DVMonitorDst.py,v 1.4 2010/03/17 18:44:33 pkoppenb Exp $
#
# syntax: gaudirun.py $DAVINCIMONITORSROOT/options/DVMonitorDst.py
#
# Author: Patrick Koppenburg <patrick.koppenburg@cern.ch>
#
##############################################################################
from
DaVinci.Configuration
import
*
from
Gaudi.Configuration
import
*
##############################################################################
#
# the stuff
#
importOptions
(
"
$DAVINCIMONITORSROOT/options/DaVinciMonitoring.py
"
)
##############################################################################
#
# Histograms
#
DaVinci
().
HistogramFile
=
"
DVMonitors.root
"
##############################################################################
#
# Most of this will be configured from Dirac
#
##############################################################################
DaVinci
().
EvtMax
=
100
This diff is collapsed.
Click to expand it.
DaVinciTests/tests/qmtest/io.qms/test_monitor_reco14_fulldst.qmt
deleted
100755 → 0
+
0
−
29
View file @
4d8641c0
<?xml version="1.0" ?>
<!--
(c) Copyright 2000-2018 CERN for the benefit of the LHCb Collaboration
This software is distributed under the terms of the GNU General Public
Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".
In applying this licence, CERN does not waive the privileges and immunities
granted to it by virtue of its status as an Intergovernmental Organization
or submit itself to any jurisdiction.
-->
<!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'>
<extension
class=
"GaudiTest.GaudiExeTest"
kind=
"test"
>
<argument
name=
"program"
><text>
gaudirun.py
</text></argument>
<argument
name=
"timeout"
><integer>
3600
</integer></argument>
<argument
name=
"args"
><set>
<text>
-T
</text>
<text>
$DAVINCITESTSROOT/tests/options/DVMonitorDst.py
</text>
<text>
$APPCONFIGOPTS/DaVinci/DataType-2012.py
</text>
<text>
$PRCONFIGOPTS/DaVinci/Stripping/Collision12-4TeV-Reco14-FULLDST.py
</text>
</set></argument>
<argument
name=
"validator"
><text>
findReferenceBlock("""
ApplicationMgr INFO Application Manager Finalized successfully
ApplicationMgr INFO Application Manager Terminated successfully
""", stdout, result, causes, signature_offset = 0)
countErrorLines({"FATAL":0})
</text></argument>
</extension>
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