Skip to content
Snippets Groups Projects

Resolve "CI failing for EOS 4"

Merged Pablo Oliver Cortes requested to merge 564-ci-failing-for-eos-4 into main
2 files
+ 12
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -185,12 +185,17 @@ echo " Retrieving it as poweruser1"
kubectl -n ${NAMESPACE} exec client -- bash /root/stagerrm_tests.sh || exit 1
kubectl -n ${NAMESPACE} exec ctaeos -- bash /root/grep_xrdlog_mgm_for_error.sh || exit 1
echo
echo "Launching evict_tests.sh on client pod"
echo " Archiving file: xrdcp as user1"
echo " Retrieving it as poweruser1"
kubectl -n ${NAMESPACE} exec client -- bash /root/evict_tests.sh || exit 1
kubectl -n ${NAMESPACE} exec ctaeos -- bash /root/grep_xrdlog_mgm_for_error.sh || exit 1
# Get EOS version
EOS_V=$(yum list | grep eos-client | awk '{print $2}' | awk -F. '{print $1}')
if [[ $EOS_V == 5 ]]; then
echo
echo "Launching evict_tests.sh on client pod"
echo " Archiving file: xrdcp as user1"
echo " Retrieving it as poweruser1"
kubectl -n ${NAMESPACE} exec client -- bash /root/evict_tests.sh || exit 1
kubectl -n ${NAMESPACE} exec ctaeos -- bash /root/grep_xrdlog_mgm_for_error.sh || exit 1
fi
setup_tapes_for_multicopy_test
Loading