From a70af36ac0b2bd4263620eb68a6a3679a25f0941 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Mon, 3 Jul 2023 11:23:32 -0500 Subject: [PATCH] Disable Firedrake CI on Gitlab --- .gitlab-ci.yml | 48 ++++++++++++++++++++++++++---------------------- 1 file changed, 26 insertions(+), 22 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf6fff80d..1fd428d0e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,28 +49,32 @@ Python 3 POCL Examples: except: - tags -Python 3 POCL Firedrake: - tags: - - "docker-runner" - image: "firedrakeproject/firedrake" - script: - - . .ci/install-for-firedrake.sh - - cd test - - python -m pytest --tb=native --junitxml=pytest.xml -rxsw test_firedrake_interop.py - artifacts: - reports: - junit: test/pytest.xml - -Python 3 POCL Firedrake Examples: - tags: - - "docker-runner" - image: "firedrakeproject/firedrake" - script: - - . .ci/install-for-firedrake.sh - - . ./.ci/run_firedrake_examples.sh - artifacts: - reports: - junit: test/pytest.xml +# The machine shop is too old for the Firedrake container. +# Lawrence Mitchell says that they likely build PETSc with -march=native +# on something like Skylake. +# +# Python 3 POCL Firedrake: +# tags: +# - "docker-runner" +# image: "firedrakeproject/firedrake" +# script: +# - . .ci/install-for-firedrake.sh +# - cd test +# - python -m pytest --tb=native --junitxml=pytest.xml -rxsw test_firedrake_interop.py +# artifacts: +# reports: +# junit: test/pytest.xml +# +# Python 3 POCL Firedrake Examples: +# tags: +# - "docker-runner" +# image: "firedrakeproject/firedrake" +# script: +# - . .ci/install-for-firedrake.sh +# - . ./.ci/run_firedrake_examples.sh +# artifacts: +# reports: +# junit: test/pytest.xml Python 3 Conda: script: |