Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
datasets
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
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
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
campaigns
datasets
Commits
a7fa50ea
Commit
a7fa50ea
authored
Nov 21, 2021
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
More diagnostics in CI
parent
900e6121
No related branches found
No related tags found
1 merge request
!31
More diagnostics in CI
Pipeline
#24840
failed
Nov 21, 2021
Stage: gzip
Stage: nevents
Stage: timings
Stage: collect
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+7
-1
7 additions, 1 deletion
.gitlab-ci.yml
with
7 additions
and
1 deletion
.gitlab-ci.yml
+
7
−
1
View file @
a7fa50ea
...
...
@@ -20,6 +20,8 @@ stages:
stage
:
gzip
script
:
-
mc config host add S3rw https://dtn01.sdcc.bnl.gov:9000 ${S3RW_ACCESS_KEY} ${S3RW_SECRET_KEY}
-
echo $DATA
-
cat $DATA
-
cat $DATA | grep -v "^\#" | parallel -j $JOBS --colsep "," scripts/gzip_hepmc.sh {1} {2} {3}
.nevents
:
...
...
@@ -27,6 +29,8 @@ stages:
script
:
-
mc config host add S3 https://dtn01.sdcc.bnl.gov:9000 ${S3_ACCESS_KEY} ${S3_SECRET_KEY}
-
mkdir -p $(dirname results/datasets/nevents/$DATA)
-
echo $DATA
-
cat $DATA
-
cat $DATA | grep -v "^\#" | parallel -j $JOBS --colsep "," scripts/count_events.sh {1} {2} {3} | sort | tee results/datasets/nevents/$DATA
.timings
:
...
...
@@ -34,7 +38,9 @@ stages:
script
:
-
mc config host add S3 https://dtn01.sdcc.bnl.gov:9000 ${S3_ACCESS_KEY} ${S3_SECRET_KEY}
-
mkdir -p $(dirname results/datasets/timings/$DATA)
-
cat results/datasets/nevents/$DATA | grep -v "^\#" | head -n 1 | parallel -j $JOBS --colsep "," scripts/determine_timing.sh {1} {2} {3} | sort | tee results/datasets/timings/$DATA && echo $?
-
echo $DATA
-
cat results/datasets/nevents/$DATA
-
cat results/datasets/nevents/$DATA | grep -v "^\#" | head -n 1 | parallel -j $JOBS --colsep "," scripts/determine_timing.sh {1} {2} {3} | sort | tee results/datasets/timings/$DATA
-
|
IFS="," read file nevents dt0 dt1 < results/datasets/timings/$DATA
export dt0 dt1
...
...
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