Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CTA
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cta
CTA
Merge requests
!422
Resolve "CI failing for EOS 4"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "CI failing for EOS 4"
564-ci-failing-for-eos-4
into
main
Overview
0
Commits
2
Pipelines
3
Changes
2
Merged
Pablo Oliver Cortes
requested to merge
564-ci-failing-for-eos-4
into
main
1 year ago
Overview
0
Commits
2
Pipelines
3
Changes
2
Expand
Summary
Requires manual tests in pre-production
References
Closes
#564 (closed)
0
0
Merge request reports
Compare
main
version 1
cf01db22
1 year ago
main (base)
and
latest version
latest version
8f62fe0a
2 commits,
1 year ago
version 1
cf01db22
1 commit,
1 year ago
2 files
+
12
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
continuousintegration/orchestration/tests/test_client.sh
+
11
−
6
Options
@@ -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