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

re-add old OS versions

parent ab5d336f
Branches
Tags
1 merge request!31Limitted support for v91f
Pipeline #8146891 passed
......@@ -37,10 +37,10 @@ include:
- CI/ubuntu22_64.yml
- CI/ubuntu24_64.yml
- CI/debian12_64.yml
# - CI/cc7_64.yml
# - CI/cc7_32.yml
# - CI/al8_64.yml
# - CI/al8_32.yml
# - CI/al8_aarch64.yml
# - CI/ubuntu18_64.yml
# - CI/ubuntu20_64.yml
- CI/cc7_64.yml
- CI/cc7_32.yml
- CI/al8_64.yml
- CI/al8_32.yml
- CI/al8_aarch64.yml
- CI/ubuntu18_64.yml
- CI/ubuntu20_64.yml
......@@ -22,6 +22,8 @@ dstana_al8_32:
stage: dstana
dependencies:
- cernlib_al8_32
needs:
- cernlib_al8_32
before_script:
- umask 022
- export LEGACY=' -m32 '
......@@ -39,6 +41,8 @@ ddb_al8_32:
stage: ddb
dependencies:
- cernlib_al8_32
needs:
- cernlib_al8_32
before_script:
- umask 022
- export LEGACY=' -m32 '
......@@ -58,6 +62,10 @@ lep1simana_al8_32:
- cernlib_al8_32
- dstana_al8_32
- ddb_al8_32
needs:
- cernlib_al8_32
- dstana_al8_32
- ddb_al8_32
before_script:
- umask 022
- export LEGACY=' -m32 '
......@@ -77,6 +85,10 @@ lep2simana_al8_32:
- cernlib_al8_32
- dstana_al8_32
- ddb_al8_32
needs:
- cernlib_al8_32
- dstana_al8_32
- ddb_al8_32
before_script:
- umask 022
- export LEGACY=' -m32 '
......@@ -95,6 +107,9 @@ delgra_al8_32:
dependencies:
- cernlib_al8_32
- dstana_al8_32
needs:
- cernlib_al8_32
- dstana_al8_32
before_script:
- umask 022
- export LEGACY=' -m32 '
......@@ -116,6 +131,11 @@ des_al8_32:
- dstana_al8_32
- lep1simana_al8_32
- lep2simana_al8_32
needs:
- cernlib_al8_32
- dstana_al8_32
- lep1simana_al8_32
- lep2simana_al8_32
before_script:
- umask 022
- export LEGACY=' -m32 '
......@@ -138,6 +158,9 @@ idea_al8_32:
dependencies:
- cernlib_al8_32
- dstana_al8_32
needs:
- cernlib_al8_32
- dstana_al8_32
script:
- echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig
- echo "${CI_PASSWD}" | kinit ${CI_USER}@CERN.CH
......@@ -163,6 +186,15 @@ tests_al8_32:
- delgra_al8_32
- idea_al8_32
- ddb_al8_32
needs:
- cernlib_al8_32
- dstana_al8_32
- lep1simana_al8_32
- lep2simana_al8_32
- des_al8_32
- delgra_al8_32
- idea_al8_32
- ddb_al8_32
script:
- echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig
- echo "${CI_PASSWD}" | kinit ${CI_USER}@CERN.CH
......@@ -179,6 +211,14 @@ binaries_al8_32:
- des_al8_32
- delgra_al8_32
- idea_al8_32
needs:
- cernlib_al8_32
- dstana_al8_32
- lep1simana_al8_32
- lep2simana_al8_32
- des_al8_32
- delgra_al8_32
- idea_al8_32
before_script:
- umask 022
script:
......
......@@ -21,6 +21,8 @@ dstana_al8_64:
stage: dstana
dependencies:
- cernlib_al8_64
needs:
- cernlib_al8_64
before_script:
- umask 022
script:
......@@ -37,6 +39,8 @@ ddb_al8_64:
stage: ddb
dependencies:
- cernlib_al8_64
needs:
- cernlib_al8_64
before_script:
- umask 022
script:
......@@ -55,6 +59,10 @@ lep1simana_al8_64:
- cernlib_al8_64
- dstana_al8_64
- ddb_al8_64
needs:
- cernlib_al8_64
- dstana_al8_64
- ddb_al8_64
before_script:
- umask 022
script:
......@@ -73,6 +81,10 @@ lep2simana_al8_64:
- cernlib_al8_64
- dstana_al8_64
- ddb_al8_64
needs:
- cernlib_al8_64
- dstana_al8_64
- ddb_al8_64
before_script:
- umask 022
script:
......@@ -90,6 +102,9 @@ delgra_al8_64:
dependencies:
- cernlib_al8_64
- dstana_al8_64
needs:
- cernlib_al8_64
- dstana_al8_64
before_script:
- umask 022
script:
......@@ -110,6 +125,11 @@ des_al8_64:
- dstana_al8_64
- lep1simana_al8_64
- lep2simana_al8_64
needs:
- cernlib_al8_64
- dstana_al8_64
- lep1simana_al8_64
- lep2simana_al8_64
before_script:
- umask 022
script:
......@@ -130,6 +150,9 @@ idea_al8_64:
dependencies:
- cernlib_al8_64
- dstana_al8_64
needs:
- cernlib_al8_64
- dstana_al8_64
script:
- echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig
- echo "${CI_PASSWD}" | kinit ${CI_USER}@CERN.CH
......@@ -155,6 +178,15 @@ tests_al8_64:
- delgra_al8_64
- idea_al8_64
- ddb_al8_64
needs:
- cernlib_al8_64
- dstana_al8_64
- lep1simana_al8_64
- lep2simana_al8_64
- des_al8_64
- delgra_al8_64
- idea_al8_64
- ddb_al8_64
script:
- echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig
- echo "${CI_PASSWD}" | kinit ${CI_USER}@CERN.CH
......@@ -171,6 +203,14 @@ binaries_al8_64:
- des_al8_64
- delgra_al8_64
- idea_al8_64
needs:
- cernlib_al8_64
- dstana_al8_64
- lep1simana_al8_64
- lep2simana_al8_64
- des_al8_64
- delgra_al8_64
- idea_al8_64
before_script:
- umask 022
script:
......
......@@ -26,6 +26,8 @@ dstana_al8_aarch64:
stage: dstana
dependencies:
- cernlib_al8_aarch64
needs:
- cernlib_al8_aarch64
before_script:
- umask 022
script:
......@@ -45,6 +47,8 @@ ddb_al8_aarch64:
stage: ddb
dependencies:
- cernlib_al8_aarch64
needs:
- cernlib_al8_aarch64
before_script:
- umask 022
script:
......@@ -66,6 +70,10 @@ lep1simana_al8_aarch64:
- cernlib_al8_aarch64
- dstana_al8_aarch64
- ddb_al8_aarch64
needs:
- cernlib_al8_aarch64
- dstana_al8_aarch64
- ddb_al8_aarch64
before_script:
- umask 022
script:
......@@ -87,6 +95,10 @@ lep2simana_al8_aarch64:
- cernlib_al8_aarch64
- dstana_al8_aarch64
- ddb_al8_aarch64
needs:
- cernlib_al8_aarch64
- dstana_al8_aarch64
- ddb_al8_aarch64
before_script:
- umask 022
script:
......@@ -107,6 +119,9 @@ delgra_al8_aarch64:
dependencies:
- cernlib_al8_aarch64
- dstana_al8_aarch64
needs:
- cernlib_al8_aarch64
- dstana_al8_aarch64
before_script:
- umask 022
script:
......@@ -130,6 +145,11 @@ des_al8_aarch64:
- dstana_al8_aarch64
- lep1simana_al8_aarch64
- lep2simana_al8_aarch64
needs:
- cernlib_al8_aarch64
- dstana_al8_aarch64
- lep1simana_al8_aarch64
- lep2simana_al8_aarch64
before_script:
- umask 022
script:
......@@ -152,6 +172,9 @@ idea_al8_aarch64:
dependencies:
- cernlib_al8_aarch64
- dstana_al8_aarch64
needs:
- cernlib_al8_aarch64
- dstana_al8_aarch64
before_script:
- umask 022
script:
......@@ -181,6 +204,15 @@ tests_al8_aarch64:
- delgra_al8_aarch64
- idea_al8_aarch64
- ddb_al8_aarch64
needs:
- cernlib_al8_aarch64
- dstana_al8_aarch64
- lep1simana_al8_aarch64
- lep2simana_al8_aarch64
- des_al8_aarch64
- delgra_al8_aarch64
- idea_al8_aarch64
- ddb_al8_aarch64
script:
- echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig
- echo "${CI_PASSWD}" | kinit ${CI_USER}@CERN.CH
......@@ -199,6 +231,14 @@ binaries_al8_aarch64:
- des_al8_aarch64
- delgra_al8_aarch64
- idea_al8_aarch64
needs:
- cernlib_al8_aarch64
- dstana_al8_aarch64
- lep1simana_al8_aarch64
- lep2simana_al8_aarch64
- des_al8_aarch64
- delgra_al8_aarch64
- idea_al8_aarch64
before_script:
- umask 022
script:
......
......@@ -22,6 +22,8 @@ dstana_cc7_32:
stage: dstana
dependencies:
- cernlib_cc7_32
needs:
- cernlib_cc7_32
before_script:
- umask 022
- export LEGACY=' -m32 '
......@@ -40,6 +42,8 @@ ddb_cc7_32:
stage: ddb
dependencies:
- cernlib_cc7_32
needs:
- cernlib_cc7_32
before_script:
- umask 022
- export LEGACY=' -m32 '
......@@ -60,6 +64,10 @@ lep1simana_cc7_32:
- cernlib_cc7_32
- dstana_cc7_32
- ddb_cc7_32
needs:
- cernlib_cc7_32
- dstana_cc7_32
- ddb_cc7_32
before_script:
- umask 022
- export LEGACY=' -m32 '
......@@ -80,6 +88,10 @@ lep2simana_cc7_32:
- cernlib_cc7_32
- dstana_cc7_32
- ddb_cc7_32
needs:
- cernlib_cc7_32
- dstana_cc7_32
- ddb_cc7_32
before_script:
- umask 022
- export LEGACY=' -m32 '
......@@ -99,6 +111,9 @@ delgra_cc7_32:
dependencies:
- cernlib_cc7_32
- dstana_cc7_32
needs:
- cernlib_cc7_32
- dstana_cc7_32
before_script:
- umask 022
- export LEGACY=' -m32 '
......@@ -120,6 +135,11 @@ des_cc7_32:
- dstana_cc7_32
- lep1simana_cc7_32
- lep2simana_cc7_32
needs:
- cernlib_cc7_32
- dstana_cc7_32
- lep1simana_cc7_32
- lep2simana_cc7_32
before_script:
- umask 022
- export LEGACY=' -m32 '
......@@ -142,6 +162,9 @@ idea_cc7_32:
dependencies:
- cernlib_cc7_32
- dstana_cc7_32
needs:
- cernlib_cc7_32
- dstana_cc7_32
script:
- echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig
- echo "${CI_PASSWD}" | kinit ${CI_USER}@CERN.CH
......@@ -167,6 +190,15 @@ tests_cc7_32:
- delgra_cc7_32
- idea_cc7_32
- ddb_cc7_32
needs:
- cernlib_cc7_32
- dstana_cc7_32
- lep1simana_cc7_32
- lep2simana_cc7_32
- des_cc7_32
- delgra_cc7_32
- idea_cc7_32
- ddb_cc7_32
allow_failure: true
script:
- echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig
......@@ -184,6 +216,14 @@ binaries_cc7_32:
- des_cc7_32
- delgra_cc7_32
- idea_cc7_32
needs:
- cernlib_cc7_32
- dstana_cc7_32
- lep1simana_cc7_32
- lep2simana_cc7_32
- des_cc7_32
- delgra_cc7_32
- idea_cc7_32
allow_failure: true
before_script:
- umask 022
......
......@@ -21,6 +21,8 @@ dstana_cc7_64:
stage: dstana
dependencies:
- cernlib_cc7_64
needs:
- cernlib_cc7_64
before_script:
- umask 022
script:
......@@ -37,6 +39,8 @@ ddb_cc7_64:
stage: ddb
dependencies:
- cernlib_cc7_64
needs:
- cernlib_cc7_64
before_script:
- umask 022
script:
......@@ -55,6 +59,10 @@ lep1simana_cc7_64:
- cernlib_cc7_64
- dstana_cc7_64
- ddb_cc7_64
needs:
- cernlib_cc7_64
- dstana_cc7_64
- ddb_cc7_64
before_script:
- umask 022
script:
......@@ -73,6 +81,10 @@ lep2simana_cc7_64:
- cernlib_cc7_64
- dstana_cc7_64
- ddb_cc7_64
needs:
- cernlib_cc7_64
- dstana_cc7_64
- ddb_cc7_64
before_script:
- umask 022
script:
......@@ -90,6 +102,9 @@ delgra_cc7_64:
dependencies:
- cernlib_cc7_64
- dstana_cc7_64
needs:
- cernlib_cc7_64
- dstana_cc7_64
before_script:
- umask 022
script:
......@@ -109,6 +124,11 @@ des_cc7_64:
- dstana_cc7_64
- lep1simana_cc7_64
- lep2simana_cc7_64
needs:
- cernlib_cc7_64
- dstana_cc7_64
- lep1simana_cc7_64
- lep2simana_cc7_64
before_script:
- umask 022
script:
......@@ -128,6 +148,9 @@ idea_cc7_64:
dependencies:
- cernlib_cc7_64
- dstana_cc7_64
needs:
- cernlib_cc7_64
- dstana_cc7_64
script:
- echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig
- echo "${CI_PASSWD}" | kinit ${CI_USER}@CERN.CH
......@@ -150,6 +173,15 @@ tests_cc7_64:
- delgra_cc7_64
- idea_cc7_64
- ddb_cc7_64
needs:
- cernlib_cc7_64
- dstana_cc7_64
- lep1simana_cc7_64
- lep2simana_cc7_64
- des_cc7_64
- delgra_cc7_64
- idea_cc7_64
- ddb_cc7_64
before_script:
- umask 022
script:
......@@ -168,6 +200,14 @@ binaries_cc7_64:
- des_cc7_64
- delgra_cc7_64
- idea_cc7_64
needs:
- cernlib_cc7_64
- dstana_cc7_64
- lep1simana_cc7_64
- lep2simana_cc7_64
- des_cc7_64
- delgra_cc7_64
- idea_cc7_64
before_script:
- umask 022
script:
......
......@@ -22,6 +22,8 @@ dstana_ubuntu18_64:
stage: dstana
dependencies:
- cernlib_ubuntu18_64
needs:
- cernlib_ubuntu18_64
before_script:
- umask 022
script:
......@@ -38,6 +40,8 @@ ddb_ubuntu18_64:
stage: ddb
dependencies:
- cernlib_ubuntu18_64
needs:
- cernlib_ubuntu18_64
before_script:
- umask 022
script:
......@@ -56,6 +60,10 @@ lep1simana_ubuntu18_64:
- cernlib_ubuntu18_64
- dstana_ubuntu18_64
- ddb_ubuntu18_64
needs:
- cernlib_ubuntu18_64
- dstana_ubuntu18_64
- ddb_ubuntu18_64
before_script:
- umask 022
script:
......@@ -74,6 +82,10 @@ lep2simana_ubuntu18_64:
- cernlib_ubuntu18_64
- dstana_ubuntu18_64
- ddb_ubuntu18_64
needs:
- cernlib_ubuntu18_64
- dstana_ubuntu18_64
- ddb_ubuntu18_64
before_script:
- umask 022
script:
......@@ -91,6 +103,9 @@ delgra_ubuntu18_64:
dependencies:
- cernlib_ubuntu18_64
- dstana_ubuntu18_64
needs:
- cernlib_ubuntu18_64
- dstana_ubuntu18_64
before_script:
- umask 022
script:
......@@ -110,6 +125,11 @@ des_ubuntu18_64:
- dstana_ubuntu18_64
- lep1simana_ubuntu18_64
- lep2simana_ubuntu18_64
needs:
- cernlib_ubuntu18_64
- dstana_ubuntu18_64
- lep1simana_ubuntu18_64
- lep2simana_ubuntu18_64
before_script:
- umask 022
script:
......@@ -127,6 +147,9 @@ idea_ubuntu18_64:
dependencies:
- cernlib_ubuntu18_64
- dstana_ubuntu18_64
needs:
- cernlib_ubuntu18_64
- dstana_ubuntu18_64
before_script:
- umask 022
script:
......@@ -151,6 +174,15 @@ tests_ubuntu18_64:
- delgra_ubuntu18_64
- idea_ubuntu18_64
- ddb_ubuntu18_64
needs:
- cernlib_ubuntu18_64
- dstana_ubuntu18_64
- lep1simana_ubuntu18_64
- lep2simana_ubuntu18_64
- des_ubuntu18_64
- delgra_ubuntu18_64
- idea_ubuntu18_64
- ddb_ubuntu18_64
before_script:
- umask 022
script:
......@@ -169,6 +201,14 @@ binaries_ubuntu18_64:
- des_ubuntu18_64
- delgra_ubuntu18_64
- idea_ubuntu18_64
needs:
- cernlib_ubuntu18_64
- dstana_ubuntu18_64
- lep1simana_ubuntu18_64
- lep2simana_ubuntu18_64
- des_ubuntu18_64
- delgra_ubuntu18_64
- idea_ubuntu18_64
before_script:
- umask 022
script:
......
......@@ -38,6 +38,8 @@ dstana_ubuntu20_64:
- apt-get install -y -qq libssl-dev tcsh git make
dependencies:
- cernlib_ubuntu20_64
needs:
- cernlib_ubuntu20_64
script:
- echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig
- echo "${CI_PASSWD}" | kinit ${CI_USER}@CERN.CH
......@@ -60,6 +62,8 @@ ddb_ubuntu20_64:
- apt-get install -y -qq libssl-dev tcsh git make
dependencies:
- cernlib_ubuntu20_64
needs:
- cernlib_ubuntu20_64
script:
- echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig
- echo "${CI_PASSWD}" | kinit ${CI_USER}@CERN.CH
......@@ -84,6 +88,10 @@ lep1simana_ubuntu20_64:
- cernlib_ubuntu20_64
- dstana_ubuntu20_64
- ddb_ubuntu20_64
needs:
- cernlib_ubuntu20_64
- dstana_ubuntu20_64
- ddb_ubuntu20_64
script:
- echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig
- echo "${CI_PASSWD}" | kinit ${CI_USER}@CERN.CH
......@@ -108,6 +116,10 @@ lep2simana_ubuntu20_64:
- cernlib_ubuntu20_64
- dstana_ubuntu20_64
- ddb_ubuntu20_64
needs:
- cernlib_ubuntu20_64
- dstana_ubuntu20_64
- ddb_ubuntu20_64
script:
- echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig
- echo "${CI_PASSWD}" | kinit ${CI_USER}@CERN.CH
......@@ -132,6 +144,9 @@ delgra_ubuntu20_64:
dependencies:
- cernlib_ubuntu20_64
- dstana_ubuntu20_64
needs:
- cernlib_ubuntu20_64
- dstana_ubuntu20_64
script:
- echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig
- echo "${CI_PASSWD}" | kinit ${CI_USER}@CERN.CH
......@@ -157,6 +172,11 @@ des_ubuntu20_64:
- dstana_ubuntu20_64
- lep1simana_ubuntu20_64
- lep2simana_ubuntu20_64
needs:
- cernlib_ubuntu20_64
- dstana_ubuntu20_64
- lep1simana_ubuntu20_64
- lep2simana_ubuntu20_64
script:
- echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig
- echo "${CI_PASSWD}" | kinit ${CI_USER}@CERN.CH
......@@ -180,6 +200,9 @@ idea_ubuntu20_64:
dependencies:
- cernlib_ubuntu20_64
- dstana_ubuntu20_64
needs:
- cernlib_ubuntu20_64
- dstana_ubuntu20_64
script:
- echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig
- echo "${CI_PASSWD}" | kinit ${CI_USER}@CERN.CH
......@@ -205,6 +228,15 @@ tests_ubuntu20_64:
- delgra_ubuntu20_64
- idea_ubuntu20_64
- ddb_ubuntu20_64
needs:
- cernlib_ubuntu20_64
- dstana_ubuntu20_64
- lep1simana_ubuntu20_64
- lep2simana_ubuntu20_64
- des_ubuntu20_64
- delgra_ubuntu20_64
- idea_ubuntu20_64
- ddb_ubuntu20_64
script:
- echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig
- echo "${CI_PASSWD}" | kinit ${CI_USER}@CERN.CH
......@@ -221,6 +253,14 @@ binaries_ubuntu20_64:
- des_ubuntu20_64
- delgra_ubuntu20_64
- idea_ubuntu20_64
needs:
- cernlib_ubuntu20_64
- dstana_ubuntu20_64
- lep1simana_ubuntu20_64
- lep2simana_ubuntu20_64
- des_ubuntu20_64
- delgra_ubuntu20_64
- idea_ubuntu20_64
before_script:
- umask 022
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment