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

Add virtualization workflow with no TPM #1025

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 13, 2024

  1. Add virtualization workflow with no TPM

    We want to test deploying container-in-VM to a device without TPM.
    In the past we had some bug merged because this was not tested.
    Also, it is better to use string attributes for workflow matrix,
    even for the boolean tpm option.
    
    Then instead of workflow names:
    
    eden-report-smoke.tests.txt-tpm-true-ext4
    eden-report-smoke.tests.txt-tpm-false-zfs
    
    We get somewhat more readable
    
    eden-report-smoke.tests.txt-tpm-ext4
    eden-report-smoke.tests.txt-no-tpm-zfs
    
    I'm open for one-word suggestions to replace "no-tpm".
    What EVE uses when TPM is not available? Golang crypto library?
    Should we call it gocrypto? I don't know.
    
    Signed-off-by: Milan Lenco <[email protected]>
    milan-zededa committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    09610c8 View commit details
    Browse the repository at this point in the history