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

versions: Add gometalinter to versions database #305

Merged

Conversation

jodh-intel
Copy link
Contributor

Our tests CI is dependent on gometalinter which are run by the static
checks script. However, gometalinter changes a lot
and when it does, it breaks (what were) valid PRs.

Add gometalinter to the versions database so we can pin the version
we use to a known good one.

Fixes #304.

Signed-off-by: James O. D. Hunt james.o.hunt@intel.com

Our tests CI is dependent on `gometalinter` which are run by the static
checks script. However, `gometalinter` changes a lot
and when it does, it breaks (what were) valid PRs.

Add `gometalinter` to the versions database so we can pin the version
we use to a known good one.

Fixes kata-containers#304.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
@codecov
Copy link

codecov bot commented May 14, 2018

Codecov Report

Merging #305 into master will decrease coverage by 0.09%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #305     +/-   ##
=========================================
- Coverage   64.35%   64.25%   -0.1%     
=========================================
  Files          86       86             
  Lines        8430     8430             
=========================================
- Hits         5425     5417      -8     
- Misses       2429     2436      +7     
- Partials      576      577      +1
Impacted Files Coverage Δ
virtcontainers/pkg/hyperstart/multicast.go 53.84% <0%> (-10.26%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 90e3ba6...a0b1083. Read the comment docs.

@WeiZhang555
Copy link
Member

WeiZhang555 commented May 15, 2018

This makes sense.

LGTM

It's weird that codecov says it impacts virtcontainers/pkg/hyperstart/multicast.go

Approved with PullApprove

Copy link

@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.

lgtm

@jodh-intel
Copy link
Contributor Author

Yes, it's very odd and bogus fwics.

I've raised kata-containers/tests#301 to investigate that issue, but I think this PR can be landed now (although it'll have to be forced due to the codecov complaint).

@caoruidong
Copy link
Member

Merge it regardless of codecov.

@caoruidong caoruidong merged commit 32c734e into kata-containers:master May 15, 2018
zklei pushed a commit to zklei/runtime that referenced this pull request Jun 13, 2019
A new field PciAddr has been added to grpc.Interface.
This is the PCI identifier of the network device.

In order to support network hotplug, we need to wait for the
device to be online first based on the PCI address of the device
inside the VM before updating its configuration.

Fixes kata-containers#305

Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
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.

4 participants