From 80e6d2e28d239cdfbd7062e436d747a4d6963667 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Wed, 3 Aug 2016 18:17:31 -0500 Subject: [PATCH] Run CI on Intel, not AMD --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c2c1614..6997187 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,13 +1,13 @@ -Python 2.7 AMD CPU: +Python 2.7 Intel CPU: script: - py_version=2.7 - - export PYOPENCL_TEST=amd:pu + - export PYOPENCL_TEST=int:pu - EXTRA_INSTALL="numpy mako" - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh - ". ./build-and-test-py-project.sh" tags: - python2.7 - - amd-cl-cpu + - intel-cl-cpu except: - tags Python 2.7 POCL: -- GitLab