Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hep-workloads-GPU
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
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
HEP-Benchmarks
hep-workloads-GPU
Merge requests
!55
improve CI
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
improve CI
qa-patatrack-cpuOnly
into
qa
Overview
0
Commits
34
Pipelines
1
Changes
8
Merged
Domenico Giordano
requested to merge
qa-patatrack-cpuOnly
into
qa
4 years ago
Overview
0
Commits
34
Pipelines
1
Changes
8
Expand
CI uses extends and include
0
0
Merge request reports
Compare
qa
qa (base)
and
latest version
latest version
6bd3e511
34 commits,
4 years ago
8 files
+
77
−
98
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
cms/patatrack/ci-scripts/snapshot_cvmfs.sh
+
4
−
1
Options
@@ -16,7 +16,10 @@ function _script() {
docker
exec
cvmfs_
${
CI_JOB_ID
}
cvmfs_config probe
# Here comes the dry run of the CMS Patatrack container. Arguments are for the time being defaults/hardcoded FIXME
docker pull
${
INTERIM_IMAGE
}
docker run
--name
patatrack_container
--gpus
'"device=0"'
-v
${
CIENV_CVMFSVOLUME
}
:/cvmfs
${
INTERIM_IMAGE
}
-e
100
-t
8
-c
1
# just check the list of GPUs via the ${INTERIM_IMAGE}
docker run
--rm
--gpus
all
${
INTERIM_IMAGE
}
nvidia-smi
--list-gpus
docker run
--name
patatrack_container
--gpus
all
-v
${
CIENV_CVMFSVOLUME
}
:/cvmfs
${
INTERIM_IMAGE
}
-e
100
-t
8
-c
1
# run shrinkwrapper
docker
exec
cvmfs_
${
CI_JOB_ID
}
/root/shrinkwrap.sh
-t
/tmp/traces
-e
${
CVMFS_EXPORT_DIR
}
# get the generated traces from the container
Loading