Skip to content

Commit

Permalink
dasd
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburr committed Sep 28, 2023
1 parent 0404a09 commit c96ccc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CI/exportCSLoop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ git config --global user.email "dirac-server-ci@invalid"

while true;
do
curl -L https://gitlab.cern.ch/chaen/chris-hackaton-cs/-/raw/master/convert-from-legacy.py |DIRAC_COMPAT_ENABLE_CS_CONVERSION=True ~/ServerInstallDIR/diracos/bin/python - ~/ServerInstallDIR/etc/Production.cfg /cs_store/initialRepo/
curl -L https://gitlab.cern.ch/chaen/chris-hackaton-cs/-/raw/integration-tests/convert-from-legacy.py |DIRAC_COMPAT_ENABLE_CS_CONVERSION=True /home/dirac/ServerInstallDIR/diracos/bin/python - /home/dirac/ServerInstallDIR/etc/Production.cfg /cs_store/initialRepo/
git --git-dir=.git -C /cs_store/initialRepo/ commit -am "export $(date)"
sleep 5;
done
1 change: 1 addition & 0 deletions tests/Jenkins/utilities.sh
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,7 @@ diracProxies() {
echo '==> [diracProxies]'

# Make sure DiracX is running
# And make sure it was synced
if [[ -n $DIRACX_URL ]]; then
echo "Waiting for for DiracX to be available" >&2
for i in {1..100}; do
Expand Down

0 comments on commit c96ccc4

Please sign in to comment.