From 59d1489f643d474f500ea5463afdad037f2e5cbd Mon Sep 17 00:00:00 2001 From: Chris Burr Date: Mon, 9 Oct 2023 06:22:28 +0200 Subject: [PATCH] test: Use "dirac internal legacy cs-sync" for exporting the CS --- tests/CI/exportCSLoop.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/CI/exportCSLoop.sh b/tests/CI/exportCSLoop.sh index 4e88325c7a4..a6f3b97b90b 100755 --- a/tests/CI/exportCSLoop.sh +++ b/tests/CI/exportCSLoop.sh @@ -14,7 +14,10 @@ git config --global user.name "DIRAC Server CI" git config --global user.email "dirac-server-ci@invalid" while true; do - 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/ + DIRAC_COMPAT_ENABLE_CS_CONVERSION=x dirac internal legacy cs-sync \ + $DIRACOS/etc/Production.cfg \ + /home/dirac/TestCode/diracx/tests/cli/legacy/cs_sync/convert_integration_test.yaml \ + /cs_store/initialRepo/default.yml git --git-dir=.git -C /cs_store/initialRepo/ commit -am "export $(date)" if [[ "${1}" == "--once" ]]; then break