Skip to content

Commit 3d66eef

Browse files
nikita-dubrovskiijlebon
authored andcommitted
jobs/build-podman-os: set rootfs-size: 0
Recent cosa change enabled osbuild based `secex` build, where image contains more partitions (for dm-verity) and `root` labeled filesystem is not the last one, so now we should also set `rootfs-size`. See also coreos/coreos-assembler@443b9da
1 parent c3f7832 commit 3d66eef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jobs/build-podman-os.Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ def generate_diskvar_json(shortcommit, arch, artifacts, staging_repo, repo) {
4141
"container-imgref": "ostree-remote-registry:fedora:${repo}:5.1",
4242
"metal-image-size": "3072",
4343
"cloud-image-size": "10240",
44-
"deploy-via-container": "true"
44+
"deploy-via-container": "true",
45+
"rootfs-size": "0"
4546
}
4647
"""
4748
def file_path="./diskvars-${arch}-${artifact["suffix"]}.json"

0 commit comments

Comments
 (0)