Skip to content

Commit 9a51da4

Browse files
committed
debug
1 parent c54ab5e commit 9a51da4

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/integration.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,15 +245,21 @@ jobs:
245245
chmod 440 ${GITHUB_WORKSPACE}/Client/etc/grid-security/hostcert.pem
246246
chmod 400 ${GITHUB_WORKSPACE}/Client/etc/grid-security/hostkey.pem
247247
cd ${GITHUB_WORKSPACE}/Pilot
248+
ls -l ${GITHUB_WORKSPACE}
249+
ls -l ${GITHUB_WORKSPACE}/Pilot
250+
ls -l ${GITHUB_WORKSPACE}/Client/etc/grid-security
248251
if [ "${{ matrix.dirac_version }}" == "prod" ]; then
249252
version=$(curl -s "https://api.github.com/repos/DIRACGrid/DIRAC/releases" | jq -r '.[].tag_name' | sort -V | grep -v 'a' | tail -n 1)
250253
else
251254
version=$(curl -s "https://api.github.com/repos/DIRACGrid/DIRAC/releases" | jq -r '.[].tag_name' | sort -V | grep 'a' | tail -n 1)
252255
fi
256+
printenv
253257
source /cvmfs/dirac.egi.eu/dirac/${version}/Linux-x86_64/diracosrc
258+
printenv
254259
pilot_proxy_file=$(mktemp)
255-
dirac-configure --ConfigurationServer=https://lbcertifdirac70.cern.ch:9135/Configuration/Server --UseServerCertificate -o /DIRAC/Security/CertFile=${GITHUB_WORKSPACE}/Client/etc/grid-security/hostcert.pem -o /DIRAC/Security/KeyFile=${GITHUB_WORKSPACE}/Client/etc/grid-security/hostkey.pem --SkipCADownload -O config.cfg
256-
dirac-admin-get-proxy atsareg dteam_pilot -o /DIRAC/Security/UseServerCertificate=yes -o /DIRAC/Security/CertFile=${GITHUB_WORKSPACE}/Client/etc/grid-security/hostcert.pem -o /DIRAC/Security/KeyFile=${GITHUB_WORKSPACE}/Client/etc/grid-security/hostkey.pem --out $pilot_proxy_file --cfg config.cfg
260+
dirac-configure --ConfigurationServer=https://lbcertifdirac70.cern.ch:9135/Configuration/Server --UseServerCertificate -o /DIRAC/Security/CertFile=${GITHUB_WORKSPACE}/Client/etc/grid-security/hostcert.pem -o /DIRAC/Security/KeyFile=${GITHUB_WORKSPACE}/Client/etc/grid-security/hostkey.pem --SkipCADownload -O config.cfg -ddd
261+
printenv
262+
dirac-admin-get-proxy atsareg dteam_pilot -o /DIRAC/Security/UseServerCertificate=yes -o /DIRAC/Security/CertFile=${GITHUB_WORKSPACE}/Client/etc/grid-security/hostcert.pem -o /DIRAC/Security/KeyFile=${GITHUB_WORKSPACE}/Client/etc/grid-security/hostkey.pem --out $pilot_proxy_file --cfg config.cfg -ddd
257263
cd ${GITHUB_WORKSPACE}/Pilot
258264
cp ../tests/CI/pilot_newSchema.json pilot.json
259265
sed -i "s/VAR_JENKINS_SITE/DIRAC.Jenkins.ch/g" pilot.json

0 commit comments

Comments
 (0)