-
Notifications
You must be signed in to change notification settings - Fork 158
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: create partition scheme test #2704
tests: create partition scheme test #2704
Conversation
299ae71
to
9f4ef6d
Compare
we might need to add some special consideration here for 4k disks, though hmm, do these tests even run for 4k disks or is that just testiso tests? |
Oh it didn't even cross my mind to test the different platforms. I just ran it on the |
Like I said 4k disks probably won't be able to be tested with this because I think the only place we can use those is for bare metal and we only test the bare metal images using our But... having this test run everywhere (like AWS, GCP, etc) is useful, so making it a test that isn't limited to |
258abbc
to
b9c706a
Compare
Test runs on AWS successfully. |
c6624fc
to
1487bce
Compare
1487bce
to
45c2a27
Compare
A point of investigation: the
|
104bbfd
to
13a364c
Compare
yep. definitely something that may be causing us problems. We'll need to remedy that I think. |
This will make the partitions get a partition label, which we rely on. See coreos/fedora-coreos-config#2704 (comment)
a447f90
to
bb22c43
Compare
c90c387
to
f920948
Compare
I think this LGTM - can we fix the CI failures? Once we do that I'll give it a spin on a 4k disk just to verify it works (I know it won't ever get run against a 4k disk, but in theory it should just work). |
Not really sure why it's failing... I used |
f920948
to
4fea8d1
Compare
This will make the partitions get a partition label, which we rely on. See coreos/fedora-coreos-config#2704 (comment)
let's squash this into one commit? |
Create a test to verify partition numbers and sizes. This is to ensure that the partition scheme is what we expect during the transition to using OSBuild in the FCOS pipeline.
4fea8d1
to
413c7c6
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
Create a test to verify partition numbers and sizes. This is to ensure that the partition scheme is valid during the transition to using OSBuild in the FCOS pipeline.
Jira Issue: https://issues.redhat.com/browse/COS-2527