Skip to content

Commit a77c0a0

Browse files
guitargeekanigamova
authored andcommitted
[ci] Remove redundant tests from the CMSSW CI
Many tests that were hardcoded in the YAML config of the CMSSW CI are also in the CMake tests, which are always run on all CI platforms. While it makes sense to keep some test around also in the explicit YAML config so that the output can be inspected manually, this doesn't make sense anymore for tests that compare the output against a reference file, as no manual inspection of the output is required. This commit removes such tests from the CMSSW CI.
1 parent 61aa0b6 commit a77c0a0

File tree

1 file changed

+0
-62
lines changed

1 file changed

+0
-62
lines changed

.github/workflows/cvmfs-ci.yml

Lines changed: 0 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -179,15 +179,6 @@ jobs:
179179
cd ..
180180
cd build_test
181181
ctest3 --output-on-failure .
182-
183-
- uses: ./.github/actions/run-in-cvmfs
184-
name: Counting datacard
185-
# Only run this test in CMSSW mode, because otherwise we already run this in the unit tests
186-
if: ${{ env.CMSSW_VERSION != '' }}
187-
with:
188-
script: |
189-
text2workspace.py data/tutorials/multiDim/toy-hgg-125.txt -m 125 -P HiggsAnalysis.CombinedLimit.PhysicsModel:floatingXSHiggs --PO modes=ggH,qqH
190-
combine -M MultiDimFit data/tutorials/multiDim/toy-hgg-125.root --setParameterRanges r=-5,5
191182
192183
- uses: ./.github/actions/run-in-cvmfs
193184
name: Countind datacard Fixed Point from csv
@@ -197,59 +188,6 @@ jobs:
197188
text2workspace.py data/tutorials/multiDim/toy-hgg-125.txt -m 125 -P HiggsAnalysis.CombinedLimit.PhysicsModel:floatingXSHiggs --PO modes=ggH,qqH
198189
combineTool.py -M MultiDimFit data/tutorials/multiDim/toy-hgg-125.root --fromfile data/tutorials/multiDim/fixed.csv
199190
200-
- uses: ./.github/actions/run-in-cvmfs
201-
name: Parametric analysis
202-
if: ${{ env.CMSSW_VERSION != '' }}
203-
with:
204-
script: |
205-
text2workspace.py data/tutorials/CAT23001/datacard-3-parametric-analysis.txt -o ws_parametric-analysis.root --mass 125
206-
combine -M MultiDimFit ws_parametric-analysis.root --algo singles --setParameterRanges r=-2,1
207-
208-
- uses: ./.github/actions/run-in-cvmfs
209-
name: Template analysis CMSHistFunc
210-
with:
211-
script: |
212-
text2workspace.py data/ci/template-analysis_shapeInterp.txt -o ws_template-analysis.root --mass 200
213-
combine -M MultiDimFit ws_template-analysis.root --algo singles --setParameterRanges r=-5,5
214-
215-
- uses: ./.github/actions/run-in-cvmfs
216-
name: Template analysis CMSHistFunc shapeN
217-
with:
218-
script: |
219-
text2workspace.py data/ci/template-analysis_shapeNInterp.txt -o ws_template-analysis.root --mass 200
220-
combine -M MultiDimFit ws_template-analysis.root --algo singles --setParameterRanges r=-5,5
221-
222-
- uses: ./.github/actions/run-in-cvmfs
223-
name: CMSHistFunc with channel masks
224-
with:
225-
script: |
226-
text2workspace.py data/ci/htt_multiple_regions.txt -o ws_template-analysis_masks.root --mass 125 --channel-masks
227-
combine -M MultiDimFit ws_template-analysis_masks.root --algo singles --setParameterRanges r=-5,5 --setParameters mask_htt_tt_2_8TeV=1
228-
229-
230-
- uses: ./.github/actions/run-in-cvmfs
231-
name: Template analysis CMSHistSum
232-
if: ${{ env.CMSSW_VERSION != '' }}
233-
with:
234-
script: |
235-
text2workspace.py data/ci/template-analysis_shapeInterp.txt -o ws_template-analysis.root --mass 200 --for-fits --no-wrappers --use-histsum
236-
combine -M MultiDimFit ws_template-analysis.root --algo singles --setParameterRanges r=-5,5 --X-rtd FAST_VERTICAL_MORPH
237-
238-
- uses: ./.github/actions/run-in-cvmfs
239-
name: Template analysis CMSHistSum with shapeN
240-
if: ${{ env.CMSSW_VERSION != '' }}
241-
with:
242-
script: |
243-
text2workspace.py data/ci/template-analysis_shapeNInterp.txt -o ws_template-analysis.root --mass 200 --for-fits --no-wrappers --use-histsum
244-
combine -M MultiDimFit ws_template-analysis.root --algo singles --setParameterRanges r=-5,5 --X-rtd FAST_VERTICAL_MORPH
245-
246-
- uses: ./.github/actions/run-in-cvmfs
247-
name: CMSHistSum with channel masks
248-
with:
249-
script: |
250-
text2workspace.py data/ci/htt_multiple_regions.txt -o ws_template-analysis_masks.root --mass 125 --channel-masks --for-fits --no-wrappers --use-histsum
251-
combine -M MultiDimFit ws_template-analysis_masks.root --algo singles --setParameterRanges r=-5,5 --setParameters mask_htt_tt_2_8TeV=1 --X-rtd FAST_VERTICAL_MORPH
252-
253191
- uses: ./.github/actions/run-in-cvmfs
254192
name: RooMultiPdf
255193
if: ${{ !matrix.CMSSW_VERSION || startsWith(matrix.CMSSW_VERSION, 'CMSSW_14') }}

0 commit comments

Comments
 (0)