From 9bca6a0cd38f09d2e4ffecd6bbac4d8e6775f868 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Thu, 1 Oct 2020 16:50:38 -0400 Subject: [PATCH] Pocl GPU support is experimental right now, so removing it from the tests and leaving only the pocl CPU tests. --- .gitlab-ci.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a8ce605..cc0d059f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,16 +63,6 @@ test-amdgpu-cpu: tags: - compute -test-pocl-gpu: - image: aparapi/aparapi-pocl:latest - stage: test - script: - - clinfo - - if [[ "$(clinfo | grep 'Device Type')" != *"GPU"* ]]; then exit -1; fi - - mvn $MAVEN_CLI_OPTS test - tags: - - opencl - test-pocl-cpu: image: aparapi/aparapi-pocl:latest stage: test -- GitLab