linode / linode-blockstorage-csi-driver

Container Storage Interface (CSI) Driver for Linode Block Storage
Apache License 2.0
64 stars 54 forks source link

[feat] : add support to run upstream k8s e2e tests #197

Closed rahulait closed 4 weeks ago

rahulait commented 1 month ago

General:

This PR allows one to run upstream k8s e2e tests for storage class. We intend to run these on the main branch whenever any change is merged to main.

Pull Request Guidelines:

  1. [x] Does your submission pass tests?
  2. [ ] Have you added tests?
  3. [x] Are you addressing a single feature in this PR?
  4. [x] Are your commits atomic, addressing one change per commit?
  5. [x] Are you following the conventions of the language?
  6. [x] Have you saved your large formatting changes for a different PR, so we can focus on your work?
  7. [x] Have you explained your rationale for why this feature is needed?
  8. [ ] Have you linked your PR to an open issue
codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 36.40%. Comparing base (2a94023) to head (bc5be4b). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #197 +/- ## ========================================= + Coverage 0 36.40% +36.40% ========================================= Files 0 22 +22 Lines 0 1596 +1596 ========================================= + Hits 0 581 +581 - Misses 0 981 +981 - Partials 0 34 +34 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.