Skip to content
Snippets Groups Projects
Commit 2f7719aa authored by Cedric CAFFY's avatar Cedric CAFFY
Browse files

Added Catalogue cleaning at the end of repack_system_test_wrapper.sh and archive_retrieve.sh

parent b3fb75e5
No related branches found
No related tags found
No related merge requests found
......@@ -59,4 +59,7 @@ kubectl -n ${NAMESPACE} exec client -- bash /root/client_ar.sh -n ${NB_FILES} -s
kubectl -n ${NAMESPACE} exec ctaeos -- bash /root/grep_xrdlog_mgm_for_error.sh || exit 1
# Cleaning catalogue content
echo 'yes' | kubectl -n ${NAMESPACE} exec ctafrontend -i /usr/bin/cta-catalogue-schema-drop /etc/cta/cta-catalogue.conf
exit 0
......@@ -477,3 +477,7 @@ repackTapeRepair 4
repackJustAddCopies 5
repackCancellation 6
# repackMoveAndAddCopies 7
#Cleaning catalogue content
echo 'yes' | kubectl -n ${NAMESPACE} exec ctafrontend -i /usr/bin/cta-catalogue-schema-drop /etc/cta/cta-catalogue.conf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment