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

export artifacts after test stage for aarch64

parent 96555997
No related branches found
No related tags found
1 merge request!31Limitted support for v91f
Pipeline #8081116 passed
...@@ -16,7 +16,6 @@ cernlib_al9_aarch64: ...@@ -16,7 +16,6 @@ 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`; export DELPHI_INSTALL_DIR=$path/d; make clean setup cernlib - path=`pwd`; export DELPHI_INSTALL_DIR=$path/d; make clean setup cernlib
allow_failure: false
artifacts: artifacts:
paths: paths:
- d - d
...@@ -36,7 +35,6 @@ dstana_al9_aarch64: ...@@ -36,7 +35,6 @@ 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`; export DELPHI_INSTALL_DIR=$path/d; make dstana - path=`pwd`; export DELPHI_INSTALL_DIR=$path/d; make dstana
allow_failure: false
artifacts: artifacts:
paths: paths:
- d - d
...@@ -57,7 +55,6 @@ ddb_al9_aarch64: ...@@ -57,7 +55,6 @@ 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`; export DELPHI_INSTALL_DIR=$path/d; make ddb - path=`pwd`; export DELPHI_INSTALL_DIR=$path/d; make ddb
allow_failure: false
artifacts: artifacts:
paths: paths:
- d - d
...@@ -82,7 +79,6 @@ lep1simana_al9_aarch64: ...@@ -82,7 +79,6 @@ 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`; export DELPHI_INSTALL_DIR=$path/d; make v95d v94c v93d v92e - path=`pwd`; export DELPHI_INSTALL_DIR=$path/d; make v95d v94c v93d v92e
allow_failure: false
artifacts: artifacts:
paths: paths:
- d - d
...@@ -107,7 +103,6 @@ lep2simana_al9_aarch64: ...@@ -107,7 +103,6 @@ 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`; export DELPHI_INSTALL_DIR=$path/d; make va0u va0e v99e v98e v97g v96g - path=`pwd`; export DELPHI_INSTALL_DIR=$path/d; make va0u va0e v99e v98e v97g v96g
allow_failure: false
artifacts: artifacts:
paths: paths:
- d - d
...@@ -131,7 +126,6 @@ delgra_al9_aarch64: ...@@ -131,7 +126,6 @@ delgra_al9_aarch64:
- . /etc/kinit.sh ; klist - . /etc/kinit.sh ; klist
- dnf -y install libGLEW glew-devel - dnf -y install libGLEW glew-devel
- path=`pwd`; export DELPHI_INSTALL_DIR=$path/d; make openphigs delgra - path=`pwd`; export DELPHI_INSTALL_DIR=$path/d; make openphigs delgra
allow_failure: false
artifacts: artifacts:
paths: paths:
- d - d
...@@ -158,7 +152,6 @@ des_al9_aarch64: ...@@ -158,7 +152,6 @@ 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`; export DELPHI_INSTALL_DIR=$path/d; make des - path=`pwd`; export DELPHI_INSTALL_DIR=$path/d; make des
allow_failure: false
artifacts: artifacts:
paths: paths:
- d - d
...@@ -183,7 +176,7 @@ idea_al9_aarch64: ...@@ -183,7 +176,7 @@ idea_al9_aarch64:
- echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig - echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig
- echo "${CI_PASSWD}" | kinit ${CI_USER}@CERN.CH - echo "${CI_PASSWD}" | kinit ${CI_USER}@CERN.CH
- path=`pwd`; export DELPHI_INSTALL_DIR=$path/d; make idea - path=`pwd`; export DELPHI_INSTALL_DIR=$path/d; make idea
allow_failure: false allow_failure: true
artifacts: artifacts:
paths: paths:
- d - d
...@@ -219,6 +212,12 @@ tests_al9_aarch64: ...@@ -219,6 +212,12 @@ tests_al9_aarch64:
- echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig - echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig
- echo "${CI_PASSWD}" | kinit ${CI_USER}@CERN.CH - echo "${CI_PASSWD}" | kinit ${CI_USER}@CERN.CH
- path=`pwd`; export DELPHI_DATA_DIR=${path}/test-samples; export DELPHI_INSTALL_DIR=${path}/d; make test - path=`pwd`; export DELPHI_DATA_DIR=${path}/test-samples; export DELPHI_INSTALL_DIR=${path}/d; make test
# only needed for image creation !
artifacts:
name: delphi
paths:
- d/*
expire_in: '1 day'
binaries_al9_aarch64: binaries_al9_aarch64:
image: $IMAGEAL9ARM image: $IMAGEAL9ARM
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment