Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

metrics: clh: Loose the check on the minVal of memory footprint#2809

Merged
GabyCT merged 1 commit into
kata-containers:masterfrom
likebreath:clh_metrics_loose_memory_minval
Aug 25, 2020
Merged

metrics: clh: Loose the check on the minVal of memory footprint#2809
GabyCT merged 1 commit into
kata-containers:masterfrom
likebreath:clh_metrics_loose_memory_minval

Conversation

@likebreath
Copy link
Copy Markdown
Contributor

We observed the CLH metrics CI can fail with decreased memory
footprint (compared with the reference value). As we are more concerned
about the increased memory footprint, this patch loosed the checks on
the minVal by increasing the minpercent from 5.0 to 25.0.

Fixes: #2808

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

@likebreath
Copy link
Copy Markdown
Contributor Author

/test-clh-metrics

@likebreath
Copy link
Copy Markdown
Contributor Author

/test-ubuntu

@likebreath likebreath force-pushed the clh_metrics_loose_memory_minval branch from e7b3bd1 to d25d8bc Compare August 24, 2020 21:09
We observed the CLH metrics CI can fail with decreased memory
footprint (compared with the reference value). As we are more concerned
about the increased memory footprint, this patch loosed the checks on
the minVal by increasing the `minpercent` from `5.0` to `25.0`.

Fixes: kata-containers#2808

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

The Travis CI is failing on the ppc64le platform (twice). I don't see why the PR changes can make a difference there. Any thoughts?

Updating gimme
chmod: cannot access '/home/travis/bin/gimme': No such file or directory
$ git clone --depth=50 https://github.com/kata-containers/tests.git kata-containers/tests
Cloning into 'kata-containers/tests'...
remote: Enumerating objects: 2970, done.
remote: Counting objects: 100% (2970/2970), done.
remote: Compressing objects: 100% (1918/1918), done.

@amshinde
Copy link
Copy Markdown
Member

This seems to be the actual error:remote:

remote: Compressing objects: 100% (1918/1918), done.
error: RPC failed; curl 56 GnuTLS recv error (-9): A TLS packet with unexpected length was received.
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed

I am going to restart it one last time to see if it fails.
cc @GabyCT @chavafg

@likebreath
Copy link
Copy Markdown
Contributor Author

/test-clh-metrics
/test-ubuntu

Copy link
Copy Markdown

@jodh-intel jodh-intel left a comment

Choose a reason for hiding this comment

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

lgtm

Does it need porting to the 2.0 tests branch?

@GabyCT GabyCT merged commit 5920bb7 into kata-containers:master Aug 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

metrics: clh: Failing on decreased memory footprint.

4 participants