Skip to content
Snippets Groups Projects
Commit a63dbcb8 authored by Ulrich Schwickerath's avatar Ulrich Schwickerath
Browse files

allow failure of builds for aarch64 due to instable runners

parent 53ff6a87
Branches DELPHI-387
Tags
1 merge request!15add the database access stuff to the search path
...@@ -12,6 +12,7 @@ cernlib_al8_aarch64: ...@@ -12,6 +12,7 @@ cernlib_al8_aarch64:
- echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig - echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig
- . /etc/kinit.sh ; klist - . /etc/kinit.sh ; klist
- path=`pwd`; cd install; export DELPHI_INSTALL_DIR=$path/delphi; make profiles; . delphi.sh; make clean setup cernlib - path=`pwd`; cd install; export DELPHI_INSTALL_DIR=$path/delphi; make profiles; . delphi.sh; make clean setup cernlib
allow_failure: true
artifacts: artifacts:
paths: paths:
- delphi - delphi
...@@ -27,6 +28,7 @@ dstana_al8_aarch64: ...@@ -27,6 +28,7 @@ dstana_al8_aarch64:
- echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig - echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig
- . /etc/kinit.sh ; klist - . /etc/kinit.sh ; klist
- path=`pwd`; cd install; export DELPHI_INSTALL_DIR=$path/delphi; make profiles; . delphi.sh; make dstana - path=`pwd`; cd install; export DELPHI_INSTALL_DIR=$path/delphi; make profiles; . delphi.sh; make dstana
allow_failure: true
artifacts: artifacts:
paths: paths:
- delphi - delphi
...@@ -43,6 +45,7 @@ ddb_al8_aarch64: ...@@ -43,6 +45,7 @@ ddb_al8_aarch64:
- echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig - echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig
- . /etc/kinit.sh ; klist - . /etc/kinit.sh ; klist
- path=`pwd`; cd install; export DELPHI_INSTALL_DIR=$path/delphi; make profiles; . delphi.sh; make ddb - path=`pwd`; cd install; export DELPHI_INSTALL_DIR=$path/delphi; make profiles; . delphi.sh; make ddb
allow_failure: true
artifacts: artifacts:
paths: paths:
- delphi - delphi
...@@ -61,6 +64,7 @@ lep1simana_al8_aarch64: ...@@ -61,6 +64,7 @@ lep1simana_al8_aarch64:
- echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig - echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig
- . /etc/kinit.sh ; klist - . /etc/kinit.sh ; klist
- path=`pwd`; cd install; export DELPHI_INSTALL_DIR=$path/delphi; make profiles; . delphi.sh; make v95d v94c v93d v92e - path=`pwd`; cd install; export DELPHI_INSTALL_DIR=$path/delphi; make profiles; . delphi.sh; make v95d v94c v93d v92e
allow_failure: true
artifacts: artifacts:
paths: paths:
- delphi - delphi
...@@ -79,6 +83,7 @@ lep2simana_al8_aarch64: ...@@ -79,6 +83,7 @@ lep2simana_al8_aarch64:
- echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig - echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig
- . /etc/kinit.sh ; klist - . /etc/kinit.sh ; klist
- path=`pwd`; cd install; export DELPHI_INSTALL_DIR=$path/delphi; make profiles; . delphi.sh; make va0u va0e v99e v98e v97g v96g - path=`pwd`; cd install; export DELPHI_INSTALL_DIR=$path/delphi; make profiles; . delphi.sh; make va0u va0e v99e v98e v97g v96g
allow_failure: true
artifacts: artifacts:
paths: paths:
- delphi - delphi
...@@ -97,6 +102,7 @@ delgra_al8_aarch64: ...@@ -97,6 +102,7 @@ delgra_al8_aarch64:
- . /etc/kinit.sh ; klist - . /etc/kinit.sh ; klist
- dnf -y --enablerepo powertools install libGLEW glew-devel - dnf -y --enablerepo powertools install libGLEW glew-devel
- path=`pwd`; cd install; export DELPHI_INSTALL_DIR=$path/delphi; make profiles; . delphi.sh; make openphigs delgra - path=`pwd`; cd install; export DELPHI_INSTALL_DIR=$path/delphi; make profiles; . delphi.sh; make openphigs delgra
allow_failure: true
artifacts: artifacts:
paths: paths:
- delphi - delphi
...@@ -116,6 +122,7 @@ des_al8_aarch64: ...@@ -116,6 +122,7 @@ des_al8_aarch64:
- echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig - echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig
- . /etc/kinit.sh ; klist - . /etc/kinit.sh ; klist
- path=`pwd`; cd install; export DELPHI_INSTALL_DIR=$path/delphi; make profiles; . delphi.sh; make des - path=`pwd`; cd install; export DELPHI_INSTALL_DIR=$path/delphi; make profiles; . delphi.sh; make des
allow_failure: true
artifacts: artifacts:
paths: paths:
- delphi - delphi
...@@ -133,6 +140,7 @@ examples_al8_aarch64: ...@@ -133,6 +140,7 @@ examples_al8_aarch64:
- echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig - echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig
- . /etc/kinit.sh ; klist - . /etc/kinit.sh ; klist
- path=`pwd`; cd install; export DELPHI_INSTALL_DIR=$path/delphi; make profiles; . delphi.sh; make examples docs - path=`pwd`; cd install; export DELPHI_INSTALL_DIR=$path/delphi; make profiles; . delphi.sh; make examples docs
allow_failure: true
artifacts: artifacts:
paths: paths:
- delphi - delphi
...@@ -176,6 +184,7 @@ artifacts_al8_aarch64: ...@@ -176,6 +184,7 @@ artifacts_al8_aarch64:
- export GROUP_DIR=`pwd`/delphi/* - export GROUP_DIR=`pwd`/delphi/*
- delphi/*/scripts/check_install - delphi/*/scripts/check_install
- echo "Packaging artifacts..." - echo "Packaging artifacts..."
allow_failure: true
artifacts: artifacts:
paths: paths:
- delphi - delphi
...@@ -12,6 +12,7 @@ cernlib_al9_aarch64: ...@@ -12,6 +12,7 @@ cernlib_al9_aarch64:
- echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig - echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig
- . /etc/kinit.sh ; klist - . /etc/kinit.sh ; klist
- path=`pwd`; cd install; export DELPHI_INSTALL_DIR=$path/delphi; make profiles; . delphi.sh; make clean setup cernlib - path=`pwd`; cd install; export DELPHI_INSTALL_DIR=$path/delphi; make profiles; . delphi.sh; make clean setup cernlib
allow_failure: true
artifacts: artifacts:
paths: paths:
- delphi - delphi
...@@ -27,6 +28,7 @@ dstana_al9_aarch64: ...@@ -27,6 +28,7 @@ dstana_al9_aarch64:
- echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig - echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig
- . /etc/kinit.sh ; klist - . /etc/kinit.sh ; klist
- path=`pwd`; cd install; export DELPHI_INSTALL_DIR=$path/delphi; make profiles; . delphi.sh; make dstana - path=`pwd`; cd install; export DELPHI_INSTALL_DIR=$path/delphi; make profiles; . delphi.sh; make dstana
allow_failure: true
artifacts: artifacts:
paths: paths:
- delphi - delphi
...@@ -43,6 +45,7 @@ ddb_al9_aarch64: ...@@ -43,6 +45,7 @@ ddb_al9_aarch64:
- echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig - echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig
- . /etc/kinit.sh ; klist - . /etc/kinit.sh ; klist
- path=`pwd`; cd install; export DELPHI_INSTALL_DIR=$path/delphi; make profiles; . delphi.sh; make ddb - path=`pwd`; cd install; export DELPHI_INSTALL_DIR=$path/delphi; make profiles; . delphi.sh; make ddb
allow_failure: true
artifacts: artifacts:
paths: paths:
- delphi - delphi
...@@ -61,6 +64,7 @@ lep1simana_al9_aarch64: ...@@ -61,6 +64,7 @@ lep1simana_al9_aarch64:
- echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig - echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig
- . /etc/kinit.sh ; klist - . /etc/kinit.sh ; klist
- path=`pwd`; cd install; export DELPHI_INSTALL_DIR=$path/delphi; make profiles; . delphi.sh; make v95d v94c v93d v92e - path=`pwd`; cd install; export DELPHI_INSTALL_DIR=$path/delphi; make profiles; . delphi.sh; make v95d v94c v93d v92e
allow_failure: true
artifacts: artifacts:
paths: paths:
- delphi - delphi
...@@ -79,6 +83,7 @@ lep2simana_al9_aarch64: ...@@ -79,6 +83,7 @@ lep2simana_al9_aarch64:
- echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig - echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig
- . /etc/kinit.sh ; klist - . /etc/kinit.sh ; klist
- path=`pwd`; cd install; export DELPHI_INSTALL_DIR=$path/delphi; make profiles; . delphi.sh; make va0u va0e v99e v98e v97g v96g - path=`pwd`; cd install; export DELPHI_INSTALL_DIR=$path/delphi; make profiles; . delphi.sh; make va0u va0e v99e v98e v97g v96g
allow_failure: true
artifacts: artifacts:
paths: paths:
- delphi - delphi
...@@ -97,6 +102,7 @@ delgra_al9_aarch64: ...@@ -97,6 +102,7 @@ delgra_al9_aarch64:
- . /etc/kinit.sh ; klist - . /etc/kinit.sh ; klist
- yum -y install libGLEW glew-devel - yum -y install libGLEW glew-devel
- path=`pwd`; cd install; export DELPHI_INSTALL_DIR=$path/delphi; make profiles; . delphi.sh; make openphigs delgra - path=`pwd`; cd install; export DELPHI_INSTALL_DIR=$path/delphi; make profiles; . delphi.sh; make openphigs delgra
allow_failure: true
artifacts: artifacts:
paths: paths:
- delphi - delphi
...@@ -116,6 +122,7 @@ des_al9_aarch64: ...@@ -116,6 +122,7 @@ des_al9_aarch64:
- echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig - echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig
- . /etc/kinit.sh ; klist - . /etc/kinit.sh ; klist
- path=`pwd`; cd install; export DELPHI_INSTALL_DIR=$path/delphi; make profiles; . delphi.sh; make des - path=`pwd`; cd install; export DELPHI_INSTALL_DIR=$path/delphi; make profiles; . delphi.sh; make des
allow_failure: true
artifacts: artifacts:
paths: paths:
- delphi - delphi
...@@ -133,6 +140,7 @@ examples_al9_aarch64: ...@@ -133,6 +140,7 @@ examples_al9_aarch64:
- echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig - echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig
- . /etc/kinit.sh ; klist - . /etc/kinit.sh ; klist
- path=`pwd`; cd install; export DELPHI_INSTALL_DIR=$path/delphi; make profiles; . delphi.sh; make examples docs - path=`pwd`; cd install; export DELPHI_INSTALL_DIR=$path/delphi; make profiles; . delphi.sh; make examples docs
allow_failure: true
artifacts: artifacts:
paths: paths:
- delphi - delphi
...@@ -176,6 +184,7 @@ artifacts_al9_aarch64: ...@@ -176,6 +184,7 @@ artifacts_al9_aarch64:
- export GROUP_DIR=`pwd`/delphi/* - export GROUP_DIR=`pwd`/delphi/*
- delphi/*/scripts/check_install - delphi/*/scripts/check_install
- echo "Packaging artifacts..." - echo "Packaging artifacts..."
allow_failure: true
artifacts: artifacts:
paths: paths:
- delphi - delphi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment