Revert "butane: replace LAYOUT with architecture before render"#4550
Revert "butane: replace LAYOUT with architecture before render"#4550travier wants to merge 1 commit into
LAYOUT with architecture before render"#4550Conversation
There was a problem hiding this comment.
Code Review
This pull request simplifies the registerTestDir function in mantle/kola/harness.go by removing the manual substitution of the {{LAYOUT}} placeholder in Butane configurations and the corresponding comment. I have no feedback to provide.
|
We dropped this from fedora-coreos-config but it's still used in |
|
I was gonna do the same split over there as we did for fcos, but is it actually worth having it duplicated? Can we just run fcos tests in the bootupd CI? I assume it's just a modification to this line Edit: Regardless, we can probably revert that |
|
Good catch. I agree that we should be able to remove the kola test from the bootupd repo now that it is in the main fedora-coreos-config one. I was looking for an example run but the CI is failing on the bootupd repo right now. |
Yeah, I believe @yasminvalim is looking into it at the moment |
|
Created coreos/bootupd#1100 for tracking that failing CI in bootupd |
|
That issue is now closed. Looking at the CI in coreos/bootupd#1091 we can see that the pattern on that previously linked line ( Could we just update this to Edit: looks like that would match a few tests that aren't relevant, e.g. |
Sounds good to me |
|
After coreos/bootupd#1104 is merged this should be safe to merge too |
This reverts commit 7338b38.
3fb549b to
3bd3216
Compare
Reverts #4525
This changes does not work for coreos/fedora-coreos-config#4097 (reverted in coreos/fedora-coreos-config#4101) as the Butane config is parsed before the check to not run on s390x is done.