-
Notifications
You must be signed in to change notification settings - Fork 168
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 support for tests using 3.2-experimental Ignition spec #1589
Labels
jira
for syncing to jira
Comments
This was referenced Jul 13, 2020
jlebon
added a commit
to jlebon/coreos-assembler
that referenced
this issue
Jul 13, 2020
The `platform.Conf` type allows abstracting over the different Ignition versions so that different tests can use different versions. Using it instead of the Ignition type directly means that we can now use the 3.2-experimental spec in external tests. This is needed for testing the new LUKS support in Ignition[1] and the related rootfs-on-complex-devices work[2]. [1] coreos/ignition#960 [2] coreos/fedora-coreos-config#503 Closes: coreos#1589
jlebon
added a commit
to jlebon/coreos-assembler
that referenced
this issue
Jul 13, 2020
The `platform.Conf` type allows abstracting over the different Ignition versions so that different tests can use different versions. Using it instead of the Ignition type directly means that we can now use the 3.2-experimental spec in external tests. This is needed for testing the new LUKS support in Ignition[1] and the related rootfs-on-complex-devices work[2]. [1] coreos/ignition#960 [2] coreos/fedora-coreos-config#503 Closes: coreos#1589
jlebon
added a commit
to jlebon/coreos-assembler
that referenced
this issue
Jul 17, 2020
The `platform.Conf` type allows abstracting over the different Ignition versions so that different tests can use different versions. Using it instead of the Ignition type directly means that we can now use the 3.2-experimental spec in external tests. This is needed for testing the new LUKS support in Ignition[1] and the related rootfs-on-complex-devices work[2]. [1] coreos/ignition#960 [2] coreos/fedora-coreos-config#503 Closes: coreos#1589
jlebon
added a commit
to jlebon/coreos-assembler
that referenced
this issue
Jul 18, 2020
The `platform.Conf` type allows abstracting over the different Ignition versions so that different tests can use different versions. Using it instead of the Ignition type directly means that we can now use the 3.2-experimental spec in external tests. This is needed for testing the new LUKS support in Ignition[1] and the related rootfs-on-complex-devices work[2]. [1] coreos/ignition#960 [2] coreos/fedora-coreos-config#503 Closes: coreos#1589
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to be able to test LUKS in Kola before 3.2 is stabilized.
Working on this already; filing it for tracking purposes.
The text was updated successfully, but these errors were encountered: