Skip to content

Commit

Permalink
Run GPU tests when testing the ROCm image
Browse files Browse the repository at this point in the history
  • Loading branch information
jngrad committed Oct 8, 2019
1 parent a84e014 commit 518ffa4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,21 @@ test/clang-python3:6.0:
test/rocm-python3:latest:
extends: .test_template
needs: ["rocm-python3:latest:build"]
script:
- git clone --depth=1 --recursive https://github.com/espressomd/espresso
- cd espresso
- maintainer/CI/build_cmake.sh
- cd build
- ctest -L gpu -LE long -E '^(tutorial|sample)_' --output-on-failure
variables:
make_check: "false"
myconfig: "maxset"
HIP_PLATFORM: "hcc"
HCC_AMDGPU_TARGET: "gfx900"
tags:
- docker
- linux
- amdgpu
test/intel-python3:18:
extends:
- .test_template
Expand Down

0 comments on commit 518ffa4

Please sign in to comment.