From 13eb4ac2e623f4aca3717a662075ce6e16e29289 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 8 Nov 2019 11:00:14 -0800 Subject: [PATCH] Disable snapshotting on all language tests There's no point at which the snapshot might be restored, and this works around a difficult-to-debug crash on ppc64le (it seems the crash only happens when resuming after the snapshot). Signed-off-by: Adam Williamson --- templates | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates b/templates index d0c42c5a..f56f5613 100755 --- a/templates +++ b/templates @@ -5176,6 +5176,7 @@ { key => "POSTINSTALL", value => "_console_login" }, { key => "REPOSITORY_VARIATION", value => "%LOCATION%" }, { key => "HDDSIZEGB", value => "13" }, + { key => "QEMU_DISABLE_SNAPSHOTS", value => "1" }, ], }, { @@ -5191,6 +5192,7 @@ { key => "POSTINSTALL", value => "_console_login" }, { key => "REPOSITORY_VARIATION", value => "%LOCATION%" }, { key => "HDDSIZEGB", value => "13" }, + { key => "QEMU_DISABLE_SNAPSHOTS", value => "1" }, ], }, { @@ -5206,6 +5208,7 @@ { key => "POSTINSTALL", value => "_console_login" }, { key => "REPOSITORY_VARIATION", value => "%LOCATION%" }, { key => "HDDSIZEGB", value => "13" }, + { key => "QEMU_DISABLE_SNAPSHOTS", value => "1" }, ], }, { @@ -5221,6 +5224,7 @@ { key => "POSTINSTALL", value => "_console_login" }, { key => "REPOSITORY_VARIATION", value => "%LOCATION%" }, { key => "HDDSIZEGB", value => "13" }, + { key => "QEMU_DISABLE_SNAPSHOTS", value => "1" }, ], }, {