Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
27c9aa88
Unverified
Commit
27c9aa88
authored
Aug 15, 2020
by
James Lamb
Committed by
GitHub
Aug 15, 2020
Browse files
[ci] fix flaky R CMD check test about library size (#3308)
parent
69a2691a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
.ci/test_r_package.sh
.ci/test_r_package.sh
+1
-5
No files found.
.ci/test_r_package.sh
View file @
27c9aa88
...
@@ -199,11 +199,7 @@ if grep -q -R "WARNING" "$LOG_FILE_NAME"; then
...
@@ -199,11 +199,7 @@ if grep -q -R "WARNING" "$LOG_FILE_NAME"; then
exit
-1
exit
-1
fi
fi
if
[[
$OS_NAME
==
"linux"
]]
&&
[[
$R_BUILD_TYPE
==
"cran"
]]
;
then
ALLOWED_CHECK_NOTES
=
2
ALLOWED_CHECK_NOTES
=
2
else
ALLOWED_CHECK_NOTES
=
1
fi
NUM_CHECK_NOTES
=
$(
NUM_CHECK_NOTES
=
$(
cat
${
LOG_FILE_NAME
}
\
cat
${
LOG_FILE_NAME
}
\
|
grep
-e
'^Status: .* NOTE.*'
\
|
grep
-e
'^Status: .* NOTE.*'
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment