Skip to content

Commit ff18633

Browse files
committed
ci - temporarily disable SYCL tests
1 parent 87d77c1 commit ff18633

File tree

1 file changed

+27
-24
lines changed

1 file changed

+27
-24
lines changed

.gitlab-ci.yml

Lines changed: 27 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -142,30 +142,33 @@ noether-cpu:
142142
# ----------------------------------------------------------------------------------------
143143
# Check SYCL backends build
144144
# ----------------------------------------------------------------------------------------
145-
noether-sycl:
146-
stage: test:gpu-and-float
147-
tags:
148-
- sycl
149-
interruptible: true
150-
before_script:
151-
# Environment
152-
- . /opt/intel/oneapi/setvars.sh
153-
- export COVERAGE=1 CC=icx CXX=icpx
154-
- export NPROC_POOL=8
155-
- echo "-------------- nproc ---------------" && NPROC_CPU=$(nproc) && NPROC_GPU=$(($(nproc)<8?$(nproc):8)) && echo "NPROC_CPU" $NPROC_CPU && echo "NPROC_GPU" $NPROC_GPU
156-
- echo "-------------- CC ------------------" && $CC --version
157-
- echo "-------------- CXX -----------------" && $CXX --version
158-
script:
159-
- rm -f .SUCCESS
160-
# libCEED
161-
- make configure SYCL_DIR=/opt/intel/oneapi/compiler/latest OPT='-O -march=native -ffp-contract=fast'
162-
- BACKENDS_SYCL=$(make info-backends-all | grep -o '/sycl[^ ]*' | tr '\n' ' ')
163-
- echo "-------------- libCEED -------------" && make info
164-
- echo "-------------- BACKENDS_SYCL -------" && echo $BACKENDS_SYCL
165-
- make clean
166-
- make -j$NPROC_CPU
167-
# Report status
168-
- touch .SUCCESS
145+
146+
# SYCL tests currently disabled
147+
148+
#noether-sycl:
149+
# stage: test:gpu-and-float
150+
# tags:
151+
# - sycl
152+
# interruptible: true
153+
# before_script:
154+
# # Environment
155+
# - . /opt/intel/oneapi/setvars.sh
156+
# - export COVERAGE=1 CC=icx CXX=icpx
157+
# - export NPROC_POOL=8
158+
# - echo "-------------- nproc ---------------" && NPROC_CPU=$(nproc) && NPROC_GPU=$(($(nproc)<8?$(nproc):8)) && echo "NPROC_CPU" $NPROC_CPU && echo "NPROC_GPU" $NPROC_GPU
159+
# - echo "-------------- CC ------------------" && $CC --version
160+
# - echo "-------------- CXX -----------------" && $CXX --version
161+
# script:
162+
# - rm -f .SUCCESS
163+
# # libCEED
164+
# - make configure SYCL_DIR=/opt/intel/oneapi/compiler/latest OPT='-O -march=native -ffp-contract=fast'
165+
# - BACKENDS_SYCL=$(make info-backends-all | grep -o '/sycl[^ ]*' | tr '\n' ' ')
166+
# - echo "-------------- libCEED -------------" && make info
167+
# - echo "-------------- BACKENDS_SYCL -------" && echo $BACKENDS_SYCL
168+
# - make clean
169+
# - make -j$NPROC_CPU
170+
# # Report status
171+
# - touch .SUCCESS
169172

170173

171174
# ----------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)