confidential-containers / cloud-api-adaptor

Ability to create Kata pods using cloud provider APIs aka the peer-pods approach
Apache License 2.0
47 stars 79 forks source link

version: update guest-components version to pick cdh config fix #1878

Closed huoqifeng closed 3 months ago

huoqifeng commented 3 months ago
stevenhorsman commented 3 months ago

The libvirt key release test failed for this change:

FAIL: TestLibvirtKbsKeyRelease (187.30s)
    --- FAIL: TestLibvirtKbsKeyRelease/DoTestKbsKeyReleaseForFailure_test (96.31s)
        --- FAIL: TestLibvirtKbsKeyRelease/DoTestKbsKeyReleaseForFailure_test/Kbs_key_release_is_failed (5.81s)
    --- FAIL: TestLibvirtKbsKeyRelease/KbsKeyReleasePod_test (90.85s)
        --- FAIL: TestLibvirtKbsKeyRelease/KbsKeyReleasePod_test/Kbs_key_release_is_successful (5.72s)
=== RUN   TestLibvirtKbsKeyRelease/DoTestKbsKeyReleaseForFailure_test
    assessment_runner.go:265: Waiting for containers in pod: curl-failure are ready
=== RUN   TestLibvirtKbsKeyRelease/DoTestKbsKeyReleaseForFailure_test/Kbs_key_release_is_failed
    assessment_runner.go:415: Output when execute test commands:command terminated with exit code 7
    assessment_runner.go:417: command terminated with exit code 7

Does it need to be part of #1868, or does the kbs also need bumping for compatibility, or is there something else going on?

huoqifeng commented 3 months ago

The libvirt key release test failed for this change:

FAIL: TestLibvirtKbsKeyRelease (187.30s)
    --- FAIL: TestLibvirtKbsKeyRelease/DoTestKbsKeyReleaseForFailure_test (96.31s)
        --- FAIL: TestLibvirtKbsKeyRelease/DoTestKbsKeyReleaseForFailure_test/Kbs_key_release_is_failed (5.81s)
    --- FAIL: TestLibvirtKbsKeyRelease/KbsKeyReleasePod_test (90.85s)
        --- FAIL: TestLibvirtKbsKeyRelease/KbsKeyReleasePod_test/Kbs_key_release_is_successful (5.72s)
=== RUN   TestLibvirtKbsKeyRelease/DoTestKbsKeyReleaseForFailure_test
    assessment_runner.go:265: Waiting for containers in pod: curl-failure are ready
=== RUN   TestLibvirtKbsKeyRelease/DoTestKbsKeyReleaseForFailure_test/Kbs_key_release_is_failed
    assessment_runner.go:415: Output when execute test commands:command terminated with exit code 7
    assessment_runner.go:417: command terminated with exit code 7

Does it need to be part of #1868, or does the kbs also need bumping for compatibility, or is there something else going on?

Yes, we need https://github.com/confidential-containers/cloud-api-adaptor/pull/1868 and the update the version indeed, I'll move the change to https://github.com/confidential-containers/cloud-api-adaptor/pull/1868 and close this one.