Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

github: enable github actions #138

Merged
merged 2 commits into from Aug 19, 2020

Conversation

devimc
Copy link

@devimc devimc commented Aug 17, 2020

Use github actions to run unit tests.
Github actions service looks more stable and reliable than travis.

fixes #136

Signed-off-by: Julio Montes julio.montes@intel.com

@devimc devimc force-pushed the 2020-08-17/enableGithubActions branch from 091c8eb to 8d92921 Compare August 17, 2020 16:51
.github/workflows/main.yml Outdated Show resolved Hide resolved
.github/workflows/main.yml Outdated Show resolved Hide resolved
.github/workflows/main.yml Outdated Show resolved Hide resolved
@devimc devimc force-pushed the 2020-08-17/enableGithubActions branch 2 times, most recently from ff8d9c6 to 9a36650 Compare August 17, 2020 17:05
Copy link
Collaborator

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

My comments are essentially nits, so...

@devimc devimc force-pushed the 2020-08-17/enableGithubActions branch 8 times, most recently from 5ed9b5c to a422af5 Compare August 17, 2020 17:55
Use github actions to run unit tests.
Github actions service looks more stable and reliable than travis.

fixes kata-containers#136

Signed-off-by: Julio Montes <julio.montes@intel.com>
@devimc devimc force-pushed the 2020-08-17/enableGithubActions branch from a422af5 to 1af1c0d Compare August 17, 2020 17:59
@devimc
Copy link
Author

devimc commented Aug 17, 2020

thanks @jodh-intel - changes applied

run: |
gopath_org=$(go env GOPATH)/src/github.com/intel/
mkdir -p ${gopath_org}
ln -s ${PWD} ${gopath_org}
Copy link
Member

Choose a reason for hiding this comment

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

Why do you need this?

Copy link
Author

Choose a reason for hiding this comment

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

yes, we need it, otherwise goveralls will fail because it's not in the GOPATH (go test .../.)

Copy link
Author

Choose a reason for hiding this comment

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

move amd64 CI jobs to github actions

Signed-off-by: Julio Montes <julio.montes@intel.com>
@devimc devimc force-pushed the 2020-08-17/enableGithubActions branch from bcc1312 to f5bdd53 Compare August 18, 2020 12:48
@coveralls
Copy link

Coverage Status

Coverage decreased (-10.4%) to 70.279% when pulling f5bdd53 on devimc:2020-08-17/enableGithubActions into 547a851 on intel:master.

@devimc devimc merged commit a0d2764 into kata-containers:master Aug 19, 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.

Move x86 CI to github actions
4 participants