Skip to content

Commit

Permalink
test: test FC CI stability
Browse files Browse the repository at this point in the history
Fixes kata-containers#803

Test if FC Jenkins job is stable or not.

Signed-off-by: Wei Zhang <[email protected]>
  • Loading branch information
WeiZhang555 committed Jan 7, 2020
1 parent 3ea3d32 commit 589157d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Runtime

This repository contains the runtime for the
[Kata Containers](https://github.com/kata-containers) project.
[Kata Containers](https://github.com/kata-containers) project

For details of the other Kata Containers repositories, see the
[repository summary](https://github.com/kata-containers/kata-containers).
Expand Down
1 change: 0 additions & 1 deletion virtcontainers/fc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ func TestFCGenerateSocket(t *testing.T) {

i, err = fc.generateSocket("a", true)
assert.NoError(err)
assert.NotNil(i)

hvsock, ok := i.(types.HybridVSock)
assert.True(ok)
Expand Down

0 comments on commit 589157d

Please sign in to comment.