Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
id2
geoperil
easyWave
Commits
4207ce44
Commit
4207ce44
authored
Mar 19, 2021
by
Matthias Rüster
Browse files
CI: Add tests for GPU runner
parent
25c40ba0
Pipeline
#20946
failed with stages
in 5 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4207ce44
...
...
@@ -56,7 +56,7 @@ check_style_bash:
-
cd "${TESTS_DIR}"
-
shellcheck *.sh
run_tests
:
run_tests
_cpu
:
image
:
ubuntu:20.04
stage
:
test
before_script
:
...
...
@@ -68,3 +68,21 @@ run_tests:
-
*compile_easywave
-
cd "${TESTS_DIR}"
-
./test-cpu.sh
run_tests_gpu
:
image
:
nvidia/cuda:11.0.3-devel-ubuntu20.04
stage
:
test
tags
:
-
cuda
-
intel
-
p5000
-
x86_64
before_script
:
-
apt-get update
-
DEBIAN_FRONTEND=noninteractive apt-get upgrade -y
-
DEBIAN_FRONTEND=noninteractive apt-get install -y python3 python3-pip build-essential autoconf gdal-bin
-
pip3 install -r "${TESTS_DIR}/requirements.txt"
script
:
-
*compile_easywave
-
cd "${TESTS_DIR}"
-
./test-gpu.sh
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment