From dfabdbb393f491796627c778860f5d6e8d992e7e Mon Sep 17 00:00:00 2001 From: Tigran Mkrtchyan Date: Wed, 26 Jun 2024 13:33:11 +0200 Subject: [PATCH] ci: drop centos-7 based wn. drop cvmfs (cherry picked from commit df1233d40d6e300b16f5ebb9955e72ef8960c87f) Signed-off-by: Tigran Mkrtchyan --- .ci/init-el9-ui.sh | 4 +++ .ci/init-grid-ui.sh | 69 ------------------------------------ .ci/run-grid-tests.sh | 8 +++-- .ci/run-webdav-tests.sh | 4 +-- .ci/run-xroot-tests.sh | 4 ++- .ci/webdav-wn-cvmfs.yaml | 15 ++------ .ci/wn-with-cvmfs-xroot.yaml | 13 +------ .ci/wn-with-cvmfs.yaml | 12 +------ .gitlab-ci.yml | 29 +++------------ 9 files changed, 22 insertions(+), 136 deletions(-) delete mode 100755 .ci/init-grid-ui.sh diff --git a/.ci/init-el9-ui.sh b/.ci/init-el9-ui.sh index feb4116a746..effb16fefb3 100755 --- a/.ci/init-el9-ui.sh +++ b/.ci/init-el9-ui.sh @@ -32,3 +32,7 @@ python3 ./autoca-client -n -k userkey.pem -c usercert.pem ${AUTOCA_URL} "Kermit voms-proxy-init -cert=usercert.pem -key=userkey.pem -voms=desy voms-proxy-info -all +# standard location for the proxy +export X509_USER_PROXY=/tmp/x509up_u$(id -u) + + diff --git a/.ci/init-grid-ui.sh b/.ci/init-grid-ui.sh deleted file mode 100755 index 1bddade6fdb..00000000000 --- a/.ci/init-grid-ui.sh +++ /dev/null @@ -1,69 +0,0 @@ -#!/bin/sh - -# -# FIXME: enable DESY-local CentOS repo as official repos are down -# - -rm /etc/yum.repos.d/*.repo - -cat > /etc/yum.repos.d/desy.repo <