From de7d5a956fe2ec6968283f5194bb27a6d8ded576 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Fri, 28 Jul 2023 16:20:18 +0200 Subject: [PATCH] * .gitlab-ci.yml: temporary disable raspbian. --- .gitlab-ci.yml | 42 +++++++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 19 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 348bacba1..424f7bc21 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -458,22 +458,26 @@ publish-unstable: - curl -X POST -F ref=master -F token=$TRIGGER_SPOT_WEB -F "variables[spot_branch]=next" https://gitlab.lre.epita.fr/api/v4/projects/131/trigger/pipeline - curl -X POST -F ref=master -F token=$TRIGGER_SANDBOX https://gitlab.lre.epita.fr/api/v4/projects/181/trigger/pipeline -raspbian: - stage: build - only: - - branches - except: - - /wip/ - tags: - - armv7 - script: - - autoreconf -vfi - - ./configure - - make - - make distcheck || { chmod -R u+w ./spot-*; false; } - artifacts: - when: always - paths: - - ./spot-*/_build/sub/tests/*/*.log - - ./*.log - - ./*.tar.gz + +# The SD card of our Raspberry failed. Disable this job until we +# can make it work again. +# +# raspbian: +# stage: build +# only: +# - branches +# except: +# - /wip/ +# tags: +# - armv7 +# script: +# - autoreconf -vfi +# - ./configure +# - make +# - make distcheck || { chmod -R u+w ./spot-*; false; } +# artifacts: +# when: always +# paths: +# - ./spot-*/_build/sub/tests/*/*.log +# - ./*.log +# - ./*.tar.gz