Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mpp
Mpp
Commits
dbb6e981
Commit
dbb6e981
authored
Apr 01, 2022
by
mathias.reichardt3
Browse files
add slurm test
parent
8466a962
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
dbb6e981
...
...
@@ -10,8 +10,8 @@ variables:
OS_VERSION
:
"
20.04"
IMAGE_NAME_MPP
:
"
mpp-${OS}${OS_VERSION}:${CI_COMMIT_SHORT_SHA}-${CI_PIPELINE_ID}"
RUN_UNIT_TESTS
:
"
all"
RUN_PROJECTS
:
"
all
"
RUN_BENCHMARK
:
"
fals
e"
RUN_PROJECTS
:
"
none
"
RUN_BENCHMARK
:
"
tru
e"
DOCKER_TLS_CERTDIR
:
"
/certs"
UPSTREAM_COMMIT
:
${CI_COMMIT_SHA}
UPSTREAM_PIPELINE_ID
:
${CI_PIPELINE_ID}
...
...
@@ -29,6 +29,20 @@ services:
script
:
-
echo "Hier jetzt Benchmark Tests einfügen"
.job_template
:
&benchmark_slurm
stage
:
benchmark
image
:
$MPP_REGISTRY_USER2:$MPP_REGISTRY_PASS@${MPP_REGISTRY}#${MPP_REGISTRY_REPO_DEV}/${IMAGE_NAME_MPP}
variables
:
USE_NAME
:
"
slurm_job"
SLURM_PARTITION
:
"
dev_single"
SLURM_EXCLUSIVE
:
"
ON"
SLURM_TIME
:
"
00:30:00"
only
:
variables
:
-
($RUN_BENCHMARK == "true")
script
:
-
echo "Hier jetzt Benchmark Tests einfügen"
build-mpp
:
stage
:
build
image
:
docker:latest
...
...
@@ -210,6 +224,10 @@ benchmark-mpp-bwuni:
<<
:
*benchmark_enroot
tags
:
-
bwuni_test
benchmark-mpp-slurm-bwuni
:
<<
:
*benchmark_slurm
tags
:
-
bwuni_test
benchmark-mpp-enroot
:
<<
:
*benchmark_enroot
tags
:
...
...
Write
Preview
Markdown
is supported
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