diff --git a/publish/aliPublish-nightlies.conf b/publish/aliPublish-nightlies.conf deleted file mode 100644 index 3a27cb34..00000000 --- a/publish/aliPublish-nightlies.conf +++ /dev/null @@ -1,155 +0,0 @@ -# vim: set filetype=yaml: ---- -base_url: https://ali-ci.cern.ch/TARS - -# YAML variables. Not aliPublish-specific. -experts_email_notif_conf: &experts_email_notif - - giulio.eulisse@cern.ch - - peter.hristov@cern.ch - - timo.wilken@cern.ch -pwgmm_email_notif_conf: &pwgmm_email_notif - - giulio.eulisse@cern.ch - - peter.hristov@cern.ch - - jochen.klein@cern.ch -jalien_email_notif_conf: &jalien_email_notif - - giulio.eulisse@cern.ch - - costin.grigoras@cern.ch -latest_gcc_conf: &latest_gcc - - ^v4\.9\.3-alice3-1$ - - ^v6\.2\.0-alice1-1$ - - ^v7\.3\.0-alice1-1$ - -architectures: - - slc5_x86-64: - CVMFS: x86_64-2.6-gnu-4.1.2 - include: - AliDPG: - - ^v5-09-XX-(3[5-9]|[4-9][0-9]) - - ^v9-99-XX-rc20[0-9]{2}(0[1-9]|1[0-2])(0[1-9]|[1-2][0-9]|3[0-1]) - AliPhysics: - # Release candidates - - ^v5-0[89]-[0-9]+[a-z]?-0[1-9]-rc[0-9]+-[0-9]+$ - - ^v9-99-99-01-rc20[0-9]{2}(0[1-9]|1[0-2])(0[1-9]|[1-2][0-9]|3[0-1]) - # ROOT 6 test releases - - ^v5-0[8]-[0-9]+[a-z]?-0[1-9]_ROOT6-[0-9]+$ - AliGenerators: - - PWGMMTEST-[0-9]+$ - FONLL: True - FLUKA_VMC: - - ^2011\.2c-vmc[0-9]+-[0-9]+$ - exclude: - AliPhysics: - - ^v5-08-(0[0-9]|1[0-7])[a-z]?.*$ - - slc6_x86-64: - CVMFS: el6-x86_64 - include: - GCC-Toolchain: *latest_gcc - AliGenerators: - - PWGMMTEST-[0-9]+$ - JAliEn: - - ^0\..*-[0-9]+$ - AliDPG: - # Automatic RC tags - - ^v9-99-XX-rc20[0-9]{2}(0[1-9]|1[0-2])(0[1-9]|[1-2][0-9]|3[0-1]) - # Special PWGMM tags - - ^alidpg_aligenmc-[0-9]+$ - aligenmc: - # Special PWGMM tags - - ^alidpg_aligenmc-[0-9]+$ - AliPhysics: - # Special ROOT6 releases - - ^v5-09-34[a-z]?-01_ROOT6-[0-9]+$ - # Manual release candidates - - ^v5-0[89]-[0-9]+[a-z]?-0[1-9]-rc[0-9]+-[0-9]+$ - # Automatic release candidates - - ^v[569]-99-99-01-rc20[0-9]{2}(0[1-9]|1[0-2])(0[1-9]|[1-2][0-9]|3[0-1]) - # Python test releases - - ^v5-0[6789]-[0-9]+[a-z]*-01_TESTPYTHONROOT[56]?-[0-9]+$ - - slc7_x86-64: - CVMFS: el7-x86_64 - include: - GCC-Toolchain: *latest_gcc - flpproto: True - mesos: True - aurora-server: True - mesos-agent: True - O2: - - ^nightly-20[0-9]{6}-[0-9]+$ - exclude: - flpproto: - - ^v20170915-1$ - mesos: - - ^v0.* - O2: - - ^nightly-2017112[23]-[0-9]+$ - - ^nightly-20180425-[0-9]+$ - # Uses bad GLFW - - ^nightly-20191216-1$ - - ^nightly-20191217-1$ - GLFW: - # No modulefile - - ^3.3-090b16bfae-1$ - - ubt14_x86-64: - CVMFS: ubuntu1404-x86_64 - include: - GCC-Toolchain: *latest_gcc - - ubt1604_x86-64: - CVMFS: ubuntu1604-x86_64 - include: - GCC-Toolchain: *latest_gcc - -cvmfs_repository: alice-nightlies.cern.ch -cvmfs_package_dir: /cvmfs/%(repo)s/%(arch)s/Packages/%(package)s/%(version)s -cvmfs_modulefile: /cvmfs/%(repo)s/%(arch)s/Modules/modulefiles/%(package)s/%(version)s - -# Please remember to escape the percentage sign by doubling it. This body is -# processed by the Python formatter. -notification_email: - server: cernmx.cern.ch - package_format: " %(package)s/%(version)s\n" - success: - body: | - Dear ALICE admins, - - %(package)s %(version)s was added to CVMFS nightlies. - - You can use the package from lxplus7.cern.ch like this: - - /cvmfs/alice-nightlies.cern.ch/bin/alienv enter %(package)s/%(version)s - - The following dependencies will be loaded automatically: - - %(alldependencies_fmt)s - Enjoy, - -- - The ALICE Build Infrastructure - subject: "[CVMFS-Nightlies] %(package)s %(version)s published" - from: "ALICE Builder " - to: - AliRoot: *experts_email_notif - AliPhysics: *experts_email_notif - AliGenerators: *pwgmm_email_notif - O2: alice-o2-software-support@cern.ch - JAliEn: *jalien_email_notif - failure: - body: | - CVMFS publishing failed for %(package)s %(version)s. Please have a look. - - Cheers, - -- - The ALICE Build Infrastructure - subject: "[CVMFS-Nightlies] Failed publishing: %(package)s %(version)s" - from: "ALICE Builder " - to: *experts_email_notif - -# What packages to publish -auto_include_deps: True -filter_order: include,exclude - -# Packages older than 7 days will be excluded (limits too many packages published by mistake) -exclude_older_d: 7 diff --git a/publish/aliPublish-rpms.conf b/publish/aliPublish-rpms.conf deleted file mode 100644 index e67c570d..00000000 --- a/publish/aliPublish-rpms.conf +++ /dev/null @@ -1,167 +0,0 @@ -# vim: set filetype=yaml: ---- -base_url: https://ali-ci.cern.ch/TARS -http_ssl_verify: False -conn_timeout_s: 6.05 -conn_retries: 6 -conn_dethrottle_s: 0.5 - -architectures: - slc7_x86-64: - RPM: el7.x86_64 - include: - Toolchain: - - ^v.*$ - rpm-test: True - abseil: True - Bookkeeping: True - mesos-workqueue: True - flpproto: True - FLPSuiteDevEnv: True - Monitoring: True - Configuration: True - Configuration-Benchmark: True - ReadoutCard: True - Readout: True - Control: True - TpcFecUtils: True - O2Suite: True - ALF: True - MPFR: True - CMake: True - FreeType: True - GCC-Toolchain: True - O2-customization: True - OpenSSL: True - Python-modules-list: True - RapidJSON: True - alibuild-recipe-tools: True - autotools: True - bz2: True - capstone: True - cub: True - defaults-release: True - double-conversion: True - googlebenchmark: True - googletest: True - libffi: True - libxml2: True - lz4: True - lzma: True - ms_gsl: True - ofi: True - re2: True - sqlite: True - zlib: True - ecsg: - - ^v.* - qcg: - - ^v.* - QualityControl: True - DataDistribution: True - ODC: True - O2: - - ^[a-f0-9]{10}_O2_(DAQ|DATAFLOW)-[0-9]+$ - exclude: - ReadoutCard: - - ^v0\.8\.8-2$ - Common-O2: - - ^v1\.2\.5-1$ - InfoLogger: - - ^v1\.0\.5-2$ - flpproto: - - ^v20170915-1$ - -# RPM-specific configuration -rpm_repo_dir: /repo/RPMS - -# What packages to publish -auto_include_deps: True -filter_order: include,exclude - -# Packages older than 7 days will be excluded (limits too many packages published by mistake) -exclude_older_d: 30 - -notification_email: - server: cernmx.cern.ch - package_format: " %(package)s %(version)s\n" - success: - body: | - Dear ALICE fellows, - - RPM %(package)s %(version)s for architecture %(arch)s was created. - - To install (you might need to force-refresh your cache): - - yum -v clean expire-cache - yum install -y alisw-%(package)s+%(version)s - - To use the newly created package: - - modulecmd load %(package)s/%(version)s - - You can find the full set of instructions (including repo configuration) here: - - https://aliceo2group.github.io/quickstart/binaries.html - - The following dependencies will be automatically installed and loaded: - - %(alldependencies_fmt)s - - Enjoy, - -- - The ALICE Build Infrastructure - subject: "[ALICE-RPMs] %(package)s %(version)s created" - from: "ALICE Builder " - to: - TpcFecUtils: - - talt@cern.ch - - christian.lippmann@cern.ch - - kirsch@fias.uni-frankfurt.de - O2: - - barthelemy.von.haller@cern.ch - - adam.wegrzynek@cern.ch - - teo.mrnjavac@cern.ch - qcg: - - barthelemy.von.haller@cern.ch - - adam.wegrzynek@cern.ch - - piotr.jan.konopka@cern.ch - Monitoring: - - adam.wegrzynek@cern.ch - flpproto: - - alice-o2-flp-prototype@cern.ch - O2Suite: - - alice-o2-flp-prototype@cern.ch - mesos-workqueue: - - giulio.eulisse@cern.ch - Configuration: - - adam.wegrzynek@cern.ch - Configuration-Benchmark: - - adam.wegrzynek@cern.ch - Readout: - - sylvain.chapeland@cern.ch - - teo.mrnjavac@cern.ch - Control: - - teo.mrnjavac@cern.ch - DataDistribution: - - gvozden.neskovic@cern.ch - - teo.mrnjavac@cern.ch - QualityControl: - - barthelemy.von.haller@cern.ch - - piotr.jan.konopka@cern.ch - - teo.mrnjavac@cern.ch - ODC: - - teo.mrnjavac@cern.ch - failure: - body: | - Creation of RPM %(package)s %(version)s for architecture %(arch)s failed. - Please have a look. - - Cheers, - -- - The ALICE Build Infrastructure - subject: "[ALICE-RPMs] Failed: %(package)s %(version)s" - from: "ALICE Builder " - to: - - giulio.eulisse@cern.ch - - timo.wilken@cern.ch diff --git a/publish/aliPublish-updatable-rpms.conf b/publish/aliPublish-updatable-rpms.conf deleted file mode 100644 index ac2320d5..00000000 --- a/publish/aliPublish-updatable-rpms.conf +++ /dev/null @@ -1,103 +0,0 @@ -# vim: set filetype=yaml: ---- -base_url: https://ali-ci.cern.ch/TARS -http_ssl_verify: False -conn_timeout_s: 6.05 -conn_retries: 6 -conn_dethrottle_s: 0.5 - -architectures: - slc7_x86-64: - RPM: el7.x86_64 - include: - Toolchain: - - ^v.*$ - flpproto: - - ^v[0-9]+\.[0-9]+\.[0-9]+-[0-9]+$ - Monitoring: - - ^v[0-9]+\.[0-9]+\.[0-9]+-[0-9]+$ - Configuration: - - ^v[0-9]+\.[0-9]+\.[0-9]+-[0-9]+$ - ReadoutCard: - - ^v[0-9]+\.[0-9]+\.[0-9]+-[0-9]+$ - Readout: - - ^v[0-9]+\.[0-9]+\.[0-9]+-[0-9]+$ - Control: - - ^v[0-9]+\.[0-9]+\.[0-9]+-[0-9]+$ - O2Suite: - - ^v[0-9]+\.[0-9]+\.[0-9]+-[0-9]+$ - ALF: - - ^v[0-9]+\.[0-9]+\.[0-9]+-[0-9]+$ - ecsg: - - ^v.* - qcg: - - ^v.* - ODC: - - ^v.* - -# RPM-specific configuration -rpm_repo_dir: /repo/UpdRPMS - -# What packages to publish -auto_include_deps: True -filter_order: include,exclude - -# Generate updatable RPMs -rpm_updatable: True - -# Packages older than 7 days will be excluded (limits too many packages published by mistake) -exclude_older_d: 30 - -notification_email: - server: cernmx.cern.ch - package_format: " %(package)s %(version)s\n" - success: - body: | - Dear ALICE fellows, - - Updatable RPM %(package)s %(version)s for architecture %(arch)s was created. - - To install (you might need to force-refresh your cache): - - yum -v clean expire-cache - yum install -y alisw-%(package)s - - To use the newly created package: - - aliswmod enter %(package)s/%(version)s - - You can find the full set of instructions (including repo configuration) here: - - https://aliceo2group.github.io/quickstart/binaries.html - - The following dependencies will be automatically installed and loaded: - - %(alldependencies_fmt)s - - Enjoy, - -- - The ALICE Build Infrastructure - subject: "[ALICE-UpdRPMs] %(package)s %(version)s created" - from: "ALICE Builder " - to: - Control: - - teo.m@cern.ch - flpproto: - - alice-o2-flp-prototype@cern.ch - O2Suite: - - alice-o2-flp-prototype@cern.ch - ODC: - - teo.m@cern.ch - failure: - body: | - Creation of updatable RPM %(package)s %(version)s for architecture %(arch)s failed. - Please have a look. - - Cheers, - -- - The ALICE Build Infrastructure - subject: "[ALICE-UpdRPMS] Failed: %(package)s %(version)s" - from: "ALICE Builder " - to: - - giulio.eulisse@cern.ch - - timo.wilken@cern.ch diff --git a/publish/aliPublish-updatable-test-rpms.conf b/publish/aliPublish-updatable-test-rpms.conf deleted file mode 100644 index 5b739f5e..00000000 --- a/publish/aliPublish-updatable-test-rpms.conf +++ /dev/null @@ -1,78 +0,0 @@ -# vim: set filetype=yaml: ---- -base_url: https://ali-ci.cern.ch/TARS -http_ssl_verify: False -conn_timeout_s: 6.05 -conn_retries: 6 -conn_dethrottle_s: 0.5 - -architectures: - slc7_x86-64: - RPM: el7.x86_64 - include: - Control: - - ^((?!v[0-9]+\.[0-9]+\.[0-9]+).)*-[0-9]+$ - flpproto: - - ^((?!v[0-9]+\.[0-9]+\.[0-9]+).)*-[0-9]+$ - -# RPM-specific configuration -rpm_repo_dir: /repo/UpdTestRPMS - -# What packages to publish -auto_include_deps: True -filter_order: include,exclude - -# Generate updatable RPMs -rpm_updatable: True - -# Packages older than 7 days will be excluded (limits too many packages published by mistake) -exclude_older_d: 7 - -notification_email: - server: cernmx.cern.ch - package_format: " %(package)s %(version)s\n" - success: - body: | - Dear ALICE fellows, - - Updatable test RPM %(package)s %(version)s for architecture %(arch)s was created. - - To install (you might need to force-refresh your cache): - - yum -v clean expire-cache - yum install -y alisw-%(package)s - - To use the newly created package: - - aliswmod enter %(package)s/%(version)s - - You can find the full set of instructions (including repo configuration) here: - - https://aliceo2group.github.io/quickstart/binaries.html - - The following dependencies will be automatically installed and loaded: - - %(alldependencies_fmt)s - - Enjoy, - -- - The ALICE Build Infrastructure - subject: "[ALICE-UpdTestRPMS] %(package)s %(version)s created" - from: "ALICE Builder " - to: - Control: - - dario.berzano@cern.ch - - teo.mrnjavac@cern.ch - failure: - body: | - Creation of updatable test RPM %(package)s %(version)s for architecture %(arch)s failed. - Please have a look. - - Cheers, - -- - The ALICE Build Infrastructure - subject: "[ALICE-UpdTestRPMS] Failed: %(package)s %(version)s" - from: "ALICE Builder " - to: - - giulio.eulisse@cern.ch - - timo.wilken@cern.ch diff --git a/publish/test-nightlies.yaml b/publish/test-nightlies.yaml deleted file mode 100644 index 04a362b6..00000000 --- a/publish/test-nightlies.yaml +++ /dev/null @@ -1,78 +0,0 @@ -slc5_x86-64: - AliPhysics: - v5-08-13b-01-rc5-2: False - v5-08-17-01-rc1-1: False - v5-08-18-01-rc2-1: True - v5-08-18-01_ROOT6-1: True - v5-09-02-01-rc1-1: True - rc20180521-1: False - v9-99-99-01-rc20180524-1: True - AliGenerators: - v20170331_STAGING_PWGMM-1: False - v20161001-1 : False - v20180201_PWGMMTEST-1: True - FONLL: - v1.3.3-alice1-1: True - FLUKA_VMC: - 2011.2c-vmc1-1: True - AliDPG: - v5-09-XX-34: False - v5-09-XX-35: True - v5-09-XX-35-1: True - v5-09-XX-36-rc1: True - rc20180521-1: False - v9-99-XX-rc20180524-1: True - v9-99-XX-rc20180527_2-1: True - -slc6_x86-64: - GCC-Toolchain: - v4.9.3-alice2-1 : False - v4.9.3-alice3-1 : True - v6.2.0-alice1-1 : True - O2: - nightly-20171130-1 : False - nightly-20171201-1 : False - AliGenerators: - v20180101-1 : False - v20180203_PWGMMTEST-1 : True - JAliEn: - 0.0.0-1 : True - 1.0.0-1 : False - AliPhysics: - v5-09-34-01_ROOT6-1 : True - v5-09-35-01_ROOT6-2 : False - v6-99-99-01-rc20180730-1 : True - v9-99-99-01-rc20180830-1 : True - v5-09-45-01-rc20190112-1 : True - v5-09-44a-1 : False - v5-09-46a-01_TESTPYTHONROOT5-1 : True - v5-09-46a-01_TESTPYTHONROOT6-1 : True - AliDPG: - v9-99-XX-rc20180730-1 : True - alidpg_aligenmc-2 : True - aligenmc: - alidpg_aligenmc-2 : True - -slc7_x86-64: - GCC-Toolchain: - v4.9.3-2 : False - v4.9.3-alice3-1 : True - v6.2.0-alice1-1 : True - v7.3.0-alice1-1 : True - O2: - nightly-20171123-1 : False - nightly-20171122-1 : False - nightly-22171122-1 : False - nightly-20171205-1 : True - nightly-20180425-1 : False - -ubt14_x86-64: - GCC-Toolchain: - v4.9.3-8 : False - v4.9.3-alice3-1 : True - v6.2.0-alice1-1 : True - -ubt1604_x86-64: - GCC-Toolchain: - v4.9.3-alice3-1 : True - v6.2.0-alice1-1 : True diff --git a/publish/test-rpms.yaml b/publish/test-rpms.yaml deleted file mode 100644 index cd914b11..00000000 --- a/publish/test-rpms.yaml +++ /dev/null @@ -1,18 +0,0 @@ -slc7_x86-64: - O2Suite: - 1.0.0-1: True - O2: - f4b35472b6_O2_DAQ-1: True - f4b35472b6_O2-1: False - f4b35472b6-1: False - f4b35472b63b27cb86051a576c308b38a85255d3_O2_DAQ-1: False - ReadoutCard: - v0.8.8-2: False - v0.8.8-3: True - Common-O2: - v1.2.5-1: False - InfoLogger: - v1.0.5-2: False - qcg: - v1.4.4-2: True - qcg-v1.4.4-1: False diff --git a/publish/test-updatable-rpms.yaml b/publish/test-updatable-rpms.yaml deleted file mode 100644 index 7b163a28..00000000 --- a/publish/test-updatable-rpms.yaml +++ /dev/null @@ -1,9 +0,0 @@ -slc7_x86-64: - Control: - v0.7.0-2: True - 0.7.0-2: False - 0.0.0_DEVEL-2: False - flpproto: - v0.9.2-10: True - 0.9.2-10: False - 0.0.0_DEVEL-3: False diff --git a/publish/test-updatable-test-rpms.yaml b/publish/test-updatable-test-rpms.yaml deleted file mode 100644 index 3999a126..00000000 --- a/publish/test-updatable-test-rpms.yaml +++ /dev/null @@ -1,9 +0,0 @@ -slc7_x86-64: - Control: - v0.7.0-2: False - 0.7.0-2: True - 0.0.0_DEVEL-2: True - flpproto: - v0.9.2-10: False - 0.9.2-10: True - 0.0.0_DEVEL-3: True