Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

clh: Disable the 'seccomp' option temporarily#2900

Merged
jcvenegas merged 1 commit into
kata-containers:masterfrom
likebreath:disable_clh_seccomp
Aug 26, 2020
Merged

clh: Disable the 'seccomp' option temporarily#2900
jcvenegas merged 1 commit into
kata-containers:masterfrom
likebreath:disable_clh_seccomp

Conversation

@likebreath
Copy link
Copy Markdown
Contributor

We kept observing instabilities from CLH CI jobs periodically. To
separate the random failures caused by seccomp from other failures,
this patch disables the 'seccomp' option from clh in kata for now. We
will bring this option back after completing the 'seccomp' filter lists
based on Kata's CI workload.

Fixes: #2899

Signed-off-by: Bo Chen chen.bo@intel.com

@likebreath
Copy link
Copy Markdown
Contributor Author

/test-clh

We kept observing instabilities from CLH CI jobs periodically. To
separate the random failures caused by `seccomp` from other failures,
this patch disables the 'seccomp' option from clh in kata for now. We
will bring this option back after completing the 'seccomp' filter lists
based on Kata's CI workload.

Fixes: kata-containers#2899

Signed-off-by: Bo Chen <chen.bo@intel.com>
Copy link
Copy Markdown

@devimc devimc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @likebreath - lgtm - just one nit

Comment thread virtcontainers/clh.go
// Disable the 'seccomp' option in clh for now.
// In this way, we can separate the periodic failures caused
// by incomplete `seccomp` filters from other failures.
// We will bring it back after completing the `seccomp` filter.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would you mind filing an issue and mentioning it here ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The corresponding issue is here: #2899.

I will open another one to track the work on collecting seccomp filter lists based on kata's CI workload.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@devimc The other issue added here: #2901. :)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @likebreath. Please can you add the issue URLs into the code comments so we don't forget :)

likebreath added a commit to likebreath/kata-tests that referenced this pull request Aug 25, 2020
Again this is a dummy PR to the test repo, and is used to validate the
changes to another PR from the packaging PR related to
cloud-hypervisor. The following linked issue is just a place holder.

Depends-on: github.com/kata-containers/packaging#1099
Depends-on: github.com/kata-containers/runtime#2900

Fixes: kata-containers#2546

Signed-off-by: Bo Chen <chen.bo@intel.com>
@likebreath
Copy link
Copy Markdown
Contributor Author

/test-ubuntu

@codecov
Copy link
Copy Markdown

codecov Bot commented Aug 25, 2020

Codecov Report

Merging #2900 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #2900   +/-   ##
=======================================
  Coverage   51.44%   51.44%           
=======================================
  Files         118      118           
  Lines       17427    17428    +1     
=======================================
+ Hits         8965     8966    +1     
  Misses       7379     7379           
  Partials     1083     1083           

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

port-to-2.0 PRs that need to be ported to kata 2.0-dev branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

clh: Disable the seccomp option temporarily

4 participants