Skip to content

Commit

Permalink
ci: Update CI-gpu nvidia openmp self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Leitevmd committed Mar 18, 2021
1 parent bfd826c commit 962e682
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/pytest-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@ jobs:
name: [
# NOTE: We can re-instate this as a 'failing' build
# as soon as the hardware is ready
#pytest-gpu-omp,
pytest-gpu-omp,
pytest-gpu-acc
# pytest-gpu-aomp
]
include:
#- name: pytest-gpu-omp
#test_file: "tests/test_gpu_openmp.py"
#env_file: "devito-ci-nvidia-openmp.env"
#test_drive_cmd: "nvidia-smi"
#arch: "clang"
#platform: "nvidiaX"
#language: "openmp"
#tags: ["self-hosted", "gpu", "openmp"]
- name: pytest-gpu-omp
test_file: "tests/test_gpu_openmp.py"
env_file: "devito-ci-nvidia-openmp.env"
test_drive_cmd: "nvidia-smi"
arch: "clang"
platform: "nvidiaX"
language: "openmp"
tags: ["self-hosted", "gpu", "openmp"]

- name: pytest-gpu-acc
test_file: "tests/test_gpu_openacc.py"
Expand Down

0 comments on commit 962e682

Please sign in to comment.