Skip to content
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

build: Remove sysctl from Dockerfiles #11017

Merged
merged 1 commit into from Apr 17, 2020
Merged

Conversation

errordeveloper
Copy link
Contributor

No description provided.

These actually had no intended effect, they only resulted in
error messages at buildtime. Any `sysctl` calls need to be
done at runtime agianst a running kernel, but clearly there
is no issue at the moment, so best to just get rid of these.
The only logic that does anything with coredumps is in test
helpers - `GatherCiliumCoreDumps`, and that only looks for
filenames that contain `core`.

Fixes: #10683

Signed-off-by: Ilya Dmitrichenko <errordeveloper@gmail.com>
@errordeveloper errordeveloper added release-note/misc This PR makes changes that have no direct user impact. area/build Anything to do with the build, more general then area/CI labels Apr 16, 2020
@errordeveloper errordeveloper requested a review from a team as a code owner April 16, 2020 14:09
@maintainer-s-little-helper maintainer-s-little-helper bot added this to In progress in 1.8.0 Apr 16, 2020
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.003%) to 46.774% when pulling 41ab925 on pr/errordeveloper/fix-10683 into e92fd24 on master.

@errordeveloper
Copy link
Contributor Author

test-me-please

@vadorovsky
Copy link
Member

restart-ginkgo

@tgraf tgraf merged commit c5cc977 into master Apr 17, 2020
1.8.0 automation moved this from In progress to Merged Apr 17, 2020
@tgraf tgraf deleted the pr/errordeveloper/fix-10683 branch April 17, 2020 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build Anything to do with the build, more general then area/CI release-note/misc This PR makes changes that have no direct user impact.
Projects
No open projects
1.8.0
  
Merged
Development

Successfully merging this pull request may close these issues.

None yet

5 participants