Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hep-workloads
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
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Merge requests
!1012
merge qa-build-gen-pepper-ma commit
9361e377
from 10405484
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
merge qa-build-gen-pepper-ma commit
9361e377
from 10405484
tmp_qa-build-gen-pepper-ma_9361e377
into
master
Overview
0
Commits
14
Pipelines
0
Changes
9
Merged
hep-wl-merge-request
requested to merge
tmp_qa-build-gen-pepper-ma_9361e377
into
master
1 month ago
Overview
0
Commits
14
Pipelines
0
Changes
9
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
d231a4d2
14 commits,
1 month ago
9 files
+
238
−
20
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
build-executor/utility.sh
+
2
−
2
Options
@@ -483,14 +483,14 @@ function test_singularity_from_registry(){
theimage
=
oras://
${
CIENV_SINGULARITYREGISTRY
}
/
${
HEPWL_DOCKERIMAGENAME
}
:
${
thetag
}
echo
-e
"
\n
[test_singularity_from_registry] Run WL in singularity to test the image
${
theimage
}
"
[
!
-e
${
CIENV_JOBDIR
}
/results
]
&&
mkdir
-p
${
CIENV_JOBDIR
}
/results
&&
chmod
a+rw
${
CIENV_JOBDIR
}
/results
execute_command_retry singularity run
-e
-C
$USEGPU
-B
${
CIENV_JOBDIR
}
/results:/results
${
theimage
}
$HEPWL_BMKOPTS
-d
execute_command_retry singularity run
--no-privs
-e
-C
$USEGPU
-B
${
CIENV_JOBDIR
}
/results:/results
${
theimage
}
$HEPWL_BMKOPTS
-d
status
=
$?
echo
-e
"
\n
[test_singularity_from_registry] Run WL in singularity (to test the image) via execute_command_retry - completed (status=
$status
)"
if
[
$status
-ne
0
]
;
then
rm
-f
${
theimage
}
.sif
;
fail
"[test_singularity_from_registry] Run WL in singularity"
;
fi
execute_command_retry singularity run
-e
-C
$USEGPU
-B
${
CIENV_JOBDIR
}
/results:/results
${
theimage
}
$HEPWL_BMKOPTS
-h
>
x86_image_folder_dump.txt
execute_command_retry singularity run
--no-privs
-e
-C
$USEGPU
-B
${
CIENV_JOBDIR
}
/results:/results
${
theimage
}
$HEPWL_BMKOPTS
-h
>
x86_image_folder_dump.txt
echo
"[test_singularity_from_registry] finished at
$(
date
)
"
echo
-e
"
\n
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"
echo
-e
"
\n
[utility.sh]
${
FUNCNAME
[0]
}
finished at
$(
date
)
\n
"
Loading