Skip to content

Conversation

@dorcaslitunya
Copy link
Contributor

What type of PR is this?

This is a feature as it removes SEV support from cocos

What does this do?

Remove SEV support in cocos

Which issue(s) does this PR fix/relate to?

#456

Have you included tests for your changes?

No tests needed as it is removing a feature

Did you document any new/modified feature?

No, but documentation will be updated in a separate PR

Notes

@dorcaslitunya dorcaslitunya force-pushed the dorcaslitunya/cocos-456/remove-sev branch 3 times, most recently from 4297033 to 9bf39e8 Compare July 1, 2025 08:08
@codecov
Copy link

codecov bot commented Jul 1, 2025

Codecov Report

Attention: Patch coverage is 54.16667% with 11 lines in your changes missing coverage. Please review.

Project coverage is 47.46%. Comparing base (cef47ba) to head (a5b5336).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
pkg/attestation/attestation.go 0.00% 5 Missing ⚠️
manager/attestation_policy.go 0.00% 2 Missing ⚠️
pkg/attestation/azure/snp.go 0.00% 2 Missing ⚠️
pkg/attestation/quoteprovider/sev.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #472      +/-   ##
==========================================
- Coverage   47.47%   47.46%   -0.01%     
==========================================
  Files          68       68              
  Lines        6359     6341      -18     
==========================================
- Hits         3019     3010       -9     
+ Misses       3025     3015      -10     
- Partials      315      316       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Contributor

@SammyOina SammyOina left a comment

Choose a reason for hiding this comment

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

also look into more of the code base for specific sev conditions which are no longer needed, update readme docs as well . https://github.com/dorcaslitunya/cocos/blob/dorcaslitunya/cocos-456/remove-sev/manager/README.md https://github.com/dorcaslitunya/cocos/blob/9bf39e8e539e81c661ea6cfff831294b61453ac7/manager/qemu/vm.go#L67

these are just some examples, there should be more changes needed

@dorcaslitunya dorcaslitunya force-pushed the dorcaslitunya/cocos-456/remove-sev branch 2 times, most recently from c95bab3 to b942804 Compare July 2, 2025 16:41
@dorcaslitunya dorcaslitunya force-pushed the dorcaslitunya/cocos-456/remove-sev branch 3 times, most recently from 3f75f91 to e68a881 Compare July 7, 2025 12:51
@dorcaslitunya dorcaslitunya force-pushed the dorcaslitunya/cocos-456/remove-sev branch from e68a881 to 124f97e Compare July 9, 2025 10:01
Copy link
Contributor

@danko-miladinovic danko-miladinovic left a comment

Choose a reason for hiding this comment

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

LGTM

@dorcaslitunya dorcaslitunya force-pushed the dorcaslitunya/cocos-456/remove-sev branch 3 times, most recently from 2def763 to c7a3ea5 Compare July 9, 2025 16:27
@dorcaslitunya dorcaslitunya force-pushed the dorcaslitunya/cocos-456/remove-sev branch from c7a3ea5 to a5b5336 Compare July 9, 2025 16:28
@drasko drasko merged commit f543cb4 into ultravioletrs:main Jul 10, 2025
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature: Remove SEV support in CoCoS

4 participants