Michael Hudson-Doyle has proposed merging ~mwhudson/curtin:more-larger-parts into curtin:master.
Commit message: examples: enlarge / for some more vmtests These ones only fail on ppc64el for whatever reason. Requested reviews: Server Team CI bot (server-team-bot): continuous-integration curtin developers (curtin-dev) For more details, see: https://code.launchpad.net/~mwhudson/curtin/+git/curtin/+merge/416229 -- Your team curtin developers is requested to review the proposed merge of ~mwhudson/curtin:more-larger-parts into curtin:master.
diff --git a/examples/tests/basic.yaml b/examples/tests/basic.yaml index 82f5ad1..9b5f7ea 100644 --- a/examples/tests/basic.yaml +++ b/examples/tests/basic.yaml @@ -17,7 +17,7 @@ storage: - id: sda1 type: partition number: 1 - size: 3GB + size: 4GB device: sda flag: boot - id: sda2 diff --git a/examples/tests/basic_iscsi.yaml b/examples/tests/basic_iscsi.yaml index 88516ca..4e9f89a 100644 --- a/examples/tests/basic_iscsi.yaml +++ b/examples/tests/basic_iscsi.yaml @@ -12,7 +12,7 @@ storage: - id: vdb1 type: partition number: 1 - size: 3GB + size: 4GB device: vdb flag: boot - id: vdb2
-- Mailing list: https://launchpad.net/~curtin-dev Post to : curtin-dev@lists.launchpad.net Unsubscribe : https://launchpad.net/~curtin-dev More help : https://help.launchpad.net/ListHelp