Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Migrate CI] Added workflow for GitHub actions CI. Deleted travis.yml. #28

Merged
merged 3 commits into from
May 20, 2021

Conversation

anvithks
Copy link
Member

@anvithks anvithks commented May 8, 2021

What type of PR is this?
/kind enhancement

What this PR does / why we need it:
This PR adds the Github Actions workflow to migrate the CI.

Which issue(s) this PR fixes:
Fixes #27

Test Report Added?:
/kind TESTED

Test Report:
The Workflow run can be seen in the Actions Tab.
Special notes for your reviewer:

@anvithks anvithks added the CI label May 8, 2021
@anvithks anvithks self-assigned this May 8, 2021
@codecov
Copy link

codecov bot commented May 8, 2021

Codecov Report

Merging #28 (834e5f6) into master (2e0cb71) will decrease coverage by 2.28%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #28      +/-   ##
==========================================
- Coverage   41.40%   39.12%   -2.29%     
==========================================
  Files          33       33              
  Lines        5598     4989     -609     
==========================================
- Hits         2318     1952     -366     
+ Misses       2819     2578     -241     
+ Partials      461      459       -2     
Impacted Files Coverage Δ
client/volume.go 62.31% <0.00%> (-8.40%) ⬇️
pkg/driverconfig/config.go 25.00% <0.00%> (-8.34%) ⬇️
client/fileshare.go 65.95% <0.00%> (-7.22%) ⬇️
client/dock.go 42.85% <0.00%> (-7.15%) ⬇️
client/pool.go 42.85% <0.00%> (-7.15%) ⬇️
client/host.go 61.11% <0.00%> (-6.98%) ⬇️
client/version.go 46.15% <0.00%> (-6.79%) ⬇️
client/profile.go 55.55% <0.00%> (-6.42%) ⬇️
pkg/controller/fileshare/filesharecontroller.go 20.23% <0.00%> (-4.77%) ⬇️
pkg/controller/volume/volumecontroller.go 12.90% <0.00%> (-3.63%) ⬇️
... and 22 more

@anvithks anvithks changed the title Added the Github actions workflow for the CI [Migrate CI] Added workflow for GitHub actions CI. Deleted travis.yml. May 8, 2021
Copy link
Contributor

@skdwriting skdwriting left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

@rajat-soda rajat-soda left a comment

Choose a reason for hiding this comment

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

LGTM

@skdwriting
Copy link
Contributor

CI migration in progerss to github actions, local ci ok. hence merging.

@skdwriting skdwriting merged commit 135e247 into master May 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable CI with GitHub actions for the SODA Controller
3 participants