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

test: verify FCOS runs on TDX_CAPABLE instances in GCP #3356

Merged
merged 1 commit into from
Feb 14, 2025

Conversation

HuijingHei
Copy link
Member

See coreos/fedora-coreos-tracker#1814

Use type c3-standard-4 with only 1 disk that uses the NVMe interface, as Intel TDX c3-standard-4-lssd is not supported yet. (Refer to https://cloud.google.com/confidential-computing/confidential-vm/docs/supported-configurations#limitations)

See coreos/fedora-coreos-tracker#1814

Use type `c3-standard-4` with only 1 disk that uses the NVMe
interface, as Intel TDX `c3-standard-4-lssd` is not supported yet.
(Refer to https://cloud.google.com/confidential-computing/confidential-vm/docs/supported-configurations#limitations)
HuijingHei added a commit to HuijingHei/fedora-coreos-pipeline that referenced this pull request Feb 12, 2025
Update config to run SNP test and add Intel TDX test.
See coreos/fedora-coreos-config#3356
Copy link
Member

@dustymabe dustymabe left a comment

Choose a reason for hiding this comment

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

LGTM

Comment on lines +141 to +146
# Verify the instance is Confidential VM type that matches expected
assert_confidential_type_match() {
local cvm_type=$(systemd-detect-virt --cvm)
local expected=$1
[ "${cvm_type}" == "${expected}" ]
}
Copy link
Member

Choose a reason for hiding this comment

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

I assume you left this here because it would be useful outside of GCP confidential compute tests?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, it might be also useful if running Confidential VM on other platform, for example Azure.

@HuijingHei HuijingHei merged commit 1dc0db3 into coreos:testing-devel Feb 14, 2025
3 checks passed
@HuijingHei HuijingHei deleted the gcp-cvm-tdx branch February 14, 2025 01:48
jbtrystram added a commit to jbtrystram/fedora-coreos-pipeline that referenced this pull request Feb 14, 2025
In coreos/fedora-coreos-config#3356 the test
was updated and split in two tests, changing the names.
jbtrystram pushed a commit to HuijingHei/fedora-coreos-pipeline that referenced this pull request Feb 14, 2025
Update config to run SNP test and add Intel TDX test.
See coreos/fedora-coreos-config#3356
jbtrystram pushed a commit to coreos/fedora-coreos-pipeline that referenced this pull request Feb 14, 2025
Update config to run SNP test and add Intel TDX test.
See coreos/fedora-coreos-config#3356
HuijingHei added a commit to HuijingHei/fedora-coreos-pipeline that referenced this pull request Feb 14, 2025
Update config to run SNP test and add Intel TDX test.
See:
- test script coreos/fedora-coreos-config#3356
- tracker issue coreos/fedora-coreos-tracker#1814
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.

2 participants