From 5bfc67f9e7efde8c8ffae9b56f63186d682b9d44 Mon Sep 17 00:00:00 2001 From: David Tellenbach Date: Thu, 4 Mar 2021 17:33:40 +0100 Subject: Deactive CI for Power due to problems with GitLab runner --- ci/test.gitlab-ci.yml | 176 +++++++++++++++++++++++++------------------------- 1 file changed, 88 insertions(+), 88 deletions(-) (limited to 'ci/test.gitlab-ci.yml') diff --git a/ci/test.gitlab-ci.yml b/ci/test.gitlab-ci.yml index d2d9d7b66..1698c927e 100644 --- a/ci/test.gitlab-ci.yml +++ b/ci/test.gitlab-ci.yml @@ -298,91 +298,91 @@ test:aarch64:linux:clang-10:cxx11-on:unsupported: ##### ppc64le ################################################################## # GCC-10 -.test:ppc64le:linux:gcc-10:cxx11-off: - extends: .test:linux:base - variables: - EIGEN_CI_CXX_COMPILER: g++-10 - EIGEN_CI_CC_COMPILER: gcc-10 - needs: [ "build:ppc64le:linux:gcc-10:cxx11-off" ] - allow_failure: true - tags: - - eigen-runner - - linux - - ppc64le - -test:ppc64le:linux:gcc-10:cxx11-off:official: - extends: .test:ppc64le:linux:gcc-10:cxx11-off - variables: - EIGEN_CI_TEST_LABEL: "Official" - -test:ppc64le:linux:gcc-10:cxx11-off:unsupported: - extends: .test:ppc64le:linux:gcc-10:cxx11-off - variables: - EIGEN_CI_TEST_LABEL: "Unsupported" - -.test:ppc64le:linux:gcc-10:cxx11-on: - extends: .test:linux:base - variables: - EIGEN_CI_CXX_COMPILER: g++-10 - EIGEN_CI_CC_COMPILER: gcc-10 - needs: [ "build:ppc64le:linux:gcc-10:cxx11-on" ] - allow_failure: true - tags: - - eigen-runner - - linux - - ppc64le - -test:ppc64le:linux:gcc-10:cxx11-on:official: - extends: .test:ppc64le:linux:gcc-10:cxx11-on - variables: - EIGEN_CI_TEST_LABEL: "Official" - -test:ppc64le:linux:gcc-10:cxx11-on:unsupported: - extends: .test:ppc64le:linux:gcc-10:cxx11-on - variables: - EIGEN_CI_TEST_LABEL: "Unsupported" - -# Clang 10 -.test:ppc64le:linux:clang-10:cxx11-off: - extends: .test:linux:base - variables: - EIGEN_CI_CXX_COMPILER: clang++-10 - EIGEN_CI_CC_COMPILER: clang-10 - needs: [ "build:ppc64le:linux:clang-10:cxx11-off" ] - allow_failure: true - tags: - - eigen-runner - - linux - - ppc64le - -test:ppc64le:linux:clang-10:cxx11-off:official: - extends: .test:ppc64le:linux:clang-10:cxx11-off - variables: - EIGEN_CI_TEST_LABEL: "Official" - -test:ppc64le:linux:clang-10:cxx11-off:unsupported: - extends: .test:ppc64le:linux:clang-10:cxx11-off - variables: - EIGEN_CI_TEST_LABEL: "Unsupported" - -.test:ppc64le:linux:clang-10:cxx11-on: - extends: .test:linux:base - variables: - EIGEN_CI_CXX_COMPILER: clang++-10 - EIGEN_CI_CC_COMPILER: clang-10 - needs: [ "build:ppc64le:linux:clang-10:cxx11-on" ] - allow_failure: true - tags: - - eigen-runner - - linux - - ppc64le - -test:ppc64le:linux:clang-10:cxx11-on:official: - extends: .test:ppc64le:linux:clang-10:cxx11-on - variables: - EIGEN_CI_TEST_LABEL: "Official" - -test:ppc64le:linux:clang-10:cxx11-on:unsupported: - extends: .test:ppc64le:linux:clang-10:cxx11-on - variables: - EIGEN_CI_TEST_LABEL: "Unsupported" +# .test:ppc64le:linux:gcc-10:cxx11-off: +# extends: .test:linux:base +# variables: +# EIGEN_CI_CXX_COMPILER: g++-10 +# EIGEN_CI_CC_COMPILER: gcc-10 +# needs: [ "build:ppc64le:linux:gcc-10:cxx11-off" ] +# allow_failure: true +# tags: +# - eigen-runner +# - linux +# - ppc64le + +# test:ppc64le:linux:gcc-10:cxx11-off:official: +# extends: .test:ppc64le:linux:gcc-10:cxx11-off +# variables: +# EIGEN_CI_TEST_LABEL: "Official" + +# test:ppc64le:linux:gcc-10:cxx11-off:unsupported: +# extends: .test:ppc64le:linux:gcc-10:cxx11-off +# variables: +# EIGEN_CI_TEST_LABEL: "Unsupported" + +# .test:ppc64le:linux:gcc-10:cxx11-on: +# extends: .test:linux:base +# variables: +# EIGEN_CI_CXX_COMPILER: g++-10 +# EIGEN_CI_CC_COMPILER: gcc-10 +# needs: [ "build:ppc64le:linux:gcc-10:cxx11-on" ] +# allow_failure: true +# tags: +# - eigen-runner +# - linux +# - ppc64le + +# test:ppc64le:linux:gcc-10:cxx11-on:official: +# extends: .test:ppc64le:linux:gcc-10:cxx11-on +# variables: +# EIGEN_CI_TEST_LABEL: "Official" + +# test:ppc64le:linux:gcc-10:cxx11-on:unsupported: +# extends: .test:ppc64le:linux:gcc-10:cxx11-on +# variables: +# EIGEN_CI_TEST_LABEL: "Unsupported" + +# # Clang 10 +# .test:ppc64le:linux:clang-10:cxx11-off: +# extends: .test:linux:base +# variables: +# EIGEN_CI_CXX_COMPILER: clang++-10 +# EIGEN_CI_CC_COMPILER: clang-10 +# needs: [ "build:ppc64le:linux:clang-10:cxx11-off" ] +# allow_failure: true +# tags: +# - eigen-runner +# - linux +# - ppc64le + +# test:ppc64le:linux:clang-10:cxx11-off:official: +# extends: .test:ppc64le:linux:clang-10:cxx11-off +# variables: +# EIGEN_CI_TEST_LABEL: "Official" + +# test:ppc64le:linux:clang-10:cxx11-off:unsupported: +# extends: .test:ppc64le:linux:clang-10:cxx11-off +# variables: +# EIGEN_CI_TEST_LABEL: "Unsupported" + +# .test:ppc64le:linux:clang-10:cxx11-on: +# extends: .test:linux:base +# variables: +# EIGEN_CI_CXX_COMPILER: clang++-10 +# EIGEN_CI_CC_COMPILER: clang-10 +# needs: [ "build:ppc64le:linux:clang-10:cxx11-on" ] +# allow_failure: true +# tags: +# - eigen-runner +# - linux +# - ppc64le + +# test:ppc64le:linux:clang-10:cxx11-on:official: +# extends: .test:ppc64le:linux:clang-10:cxx11-on +# variables: +# EIGEN_CI_TEST_LABEL: "Official" + +# test:ppc64le:linux:clang-10:cxx11-on:unsupported: +# extends: .test:ppc64le:linux:clang-10:cxx11-on +# variables: +# EIGEN_CI_TEST_LABEL: "Unsupported" -- cgit v1.2.3