-
Notifications
You must be signed in to change notification settings - Fork 157
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
tests: add nvme-symlink
test to verify GCP udev rules
#2425
tests: add nvme-symlink
test to verify GCP udev rules
#2425
Conversation
cbb46d8
to
e1a8558
Compare
e1a8558
to
8cd6f4f
Compare
|
cb0c88b
to
6f9e69b
Compare
6f9e69b
to
6a12803
Compare
6a12803
to
255a0e5
Compare
255a0e5
to
9fcf67f
Compare
Need to do some tweak when coreos/coreos-assembler#3484 merged, change |
9fcf67f
to
4664350
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good! A few remaining comments
Force this test to not run by default unless named specifically or `--tag confidential` is passed to `kola run`, also requires `--gcp-machinetype n2d-standard-2 --gcp-confidential-vm` It will create confidential instance on GCP with 1 nvme persistent disk and 1 local ssd disk, then check the new udev rules make effect. Based on coreos/coreos-assembler#3474 and coreos/coreos-assembler#3477. Fix coreos/fedora-coreos-tracker#1457
4664350
to
748f422
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @dustymabe for the review, hold on until coreos/coreos-assembler#3484 merged. |
/retest |
CI failed because of "downgrade detected" but I think that's just because this PR needs a rebase. I don't think we really need to do that. I'll just merge it. |
Force this test to not run by default unless named specifically
or
--tag confidential
is passed tokola run
, also requires--gcp-machinetype n2d-standard-2 --gcp-confidential-vm
It will create confidential instance on GCP with 1 nvme persistent disk
and 1 local ssd disk, then check the new udev rules make effect.
Based on coreos/coreos-assembler#3474
and coreos/coreos-assembler#3477.
Fix coreos/fedora-coreos-tracker#1457