Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Samuel Van Stroud
training-dataset-dumper
Commits
203f64a4
Commit
203f64a4
authored
Mar 30, 2022
by
Samuel Van Stroud
Browse files
Rename tests to fix docs
parent
f96b5124
Pipeline
#3783683
failed with stages
in 12 minutes and 13 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
203f64a4
...
...
@@ -64,34 +64,34 @@ test_pflow:
-
ci-pflow
expire_in
:
1 hour
test_
trackjets
:
test_
slim
:
stage
:
run
needs
:
[
compile_analysisbase
]
script
:
-
test-dumper -d $PWD/ci-
trackjets trackjets
-
test-dumper -d $PWD/ci-
pflow-slim slim
artifacts
:
paths
:
-
ci-
trackjets
-
ci-
pflow-slim
expire_in
:
1 hour
test_
all
:
test_
truth
:
stage
:
run
needs
:
[
compile_analysisbase
]
script
:
-
test-dumper -d $PWD/ci-pflow-
all all
-
test-dumper -d $PWD/ci-pflow-
truth truth
artifacts
:
paths
:
-
ci-pflow-
all
-
ci-pflow-
truth
expire_in
:
1 hour
test_tr
uth
:
test_tr
ackjets
:
stage
:
run
needs
:
[
compile_analysisbase
]
script
:
-
test-dumper -d $PWD/ci-
pflow-truth truth
-
test-dumper -d $PWD/ci-
trackjets trackjets
artifacts
:
paths
:
-
ci-
pflow-truth
-
ci-
trackjets
expire_in
:
1 hour
test_trackless
:
...
...
@@ -201,9 +201,9 @@ build_img_tag:
###################################
docs_pflow
:
stage
:
docs
needs
:
[
test_
all
]
needs
:
[
test_
truth
]
script
:
-
docs/scripts/ci-dump-variable-docs pflow ci-pflow-
all
/output.h5
-
docs/scripts/ci-dump-variable-docs pflow ci-pflow-
truth
/output.h5
artifacts
:
paths
:
-
ci-docs-pflow
...
...
BTagTrainingPreprocessing/test/test-dumper
View file @
203f64a4
...
...
@@ -3,7 +3,7 @@
set
-Eeu
print-usage
()
{
echo
"usage:
$0
[-rh] [-d <dir>] (pflow|
all
|truth|trackjets|hbb|ca|minimal|retag|upgrade|trackless|trigger)"
1>&2
echo
"usage:
$0
[-rh] [-d <dir>] (pflow|
slim
|truth|trackjets|hbb|ca|minimal|retag|upgrade|trackless|trigger)"
1>&2
}
usage
()
{
...
...
@@ -57,8 +57,8 @@ MODE=$1
#
CFG_DIR
=
$(
dirname
$(
readlink
-e
${
BASH_SOURCE
[0]
}
))
/../../configs
declare
-A
CONFIGS
=(
[
pflow]
=
${
CFG_DIR
}
/single-b-tag/EMPFlow
Slim
.json
[
all
]
=
${
CFG_DIR
}
/single-b-tag/EMPFlow.json
[
pflow]
=
${
CFG_DIR
}
/single-b-tag/EMPFlow.json
[
slim
]
=
${
CFG_DIR
}
/single-b-tag/EMPFlow
Slim
.json
[
truth]
=
${
CFG_DIR
}
/single-b-tag/EMPFlowTruth.json
[
trackjets]
=
${
CFG_DIR
}
/single-b-tag/TrackJets.json
[
hbb]
=
${
CFG_DIR
}
/hbb/2020_ftag5dev.json
...
...
@@ -71,7 +71,7 @@ declare -A CONFIGS=(
)
declare
-A
DATAFILES
=(
[
pflow]
=
22.2.X/2022-01-12T2101/DAOD_PHYSVAL.small.pool.root
[
all
]
=
22.2.X/2022-01-12T2101/DAOD_PHYSVAL.small.pool.root
[
slim
]
=
22.2.X/2022-01-12T2101/DAOD_PHYSVAL.small.pool.root
[
truth]
=
22.2.X/2022-01-12T2101/DAOD_PHYSVAL.small.pool.root
[
trackjets]
=
22.2.X/2022-01-12T2101/DAOD_PHYSVAL.small.pool.root
[
hbb]
=
22.2.X/2022-01-12T2101/DAOD_PHYSVAL.small.pool.root
...
...
@@ -84,7 +84,7 @@ declare -A DATAFILES=(
)
declare
-A
TESTS
=(
[
pflow]
=
dump-single-btag
[
all
]
=
dump-single-btag
[
slim
]
=
dump-single-btag
[
truth]
=
dump-single-btag
[
trackjets]
=
dump-single-btag
[
hbb]
=
dump-hbb
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment