-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gaiaplat 2086 - Cleaning up coverage job. #1393
Conversation
@@ -172,6 +172,12 @@ if [ -n "$BASE_IMAGE" ] ; then | |||
COVERAGE_IMAGE_BASE="--cache-from $BASE_IMAGE" | |||
fi | |||
|
|||
echo "--" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just debug spew or do you intend to keep this in there?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would like to keep that in there for a week or so until we can make sure that these changes are consistently working. if they fail, those should give me extra debug information
production/coverage/gen_coverage.sh
Outdated
rm -rf llvm/unittests/ | ||
rm -rf llvm/tools/ | ||
rm -rf llvm/test/ | ||
#rm -rf llvm/lib/*.a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove unused remove commands?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved, but would like to remove debug spew and commented out code.
https://gaiaplatform.atlassian.net/browse/GAIAPLAT-2086