summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-10-29 09:43:05 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-10-29 09:43:05 +0000
commit41fdcc222dd01261eac317fd4b9f36009cd20259 (patch)
tree760d8f5cdd0cf20175c5062f67c20f2885d2ff5e
parent0ebae38d702955cf1206f3dfde7a625464401d68 (diff)
downloaddefinitions-41fdcc222dd01261eac317fd4b9f36009cd20259.tar.gz
clusters: Increase disk size of jetson build-systems
With recent changes 2G is not enough. Change-Id: I29e0c7c29e3b8a938bdbaf84b475ca4df1aa8dd6
-rw-r--r--clusters/ci.morph2
-rw-r--r--clusters/release.morph2
2 files changed, 2 insertions, 2 deletions
diff --git a/clusters/ci.morph b/clusters/ci.morph
index ac643cf1..c4784e60 100644
--- a/clusters/ci.morph
+++ b/clusters/ci.morph
@@ -23,7 +23,7 @@ systems:
build-system-armv7lhf-jetson:
type: extensions/rawdisk
location: build-system-armv7lhf-jetson.img
- DISK_SIZE: 2G
+ DISK_SIZE: 3G
BOOT_DEVICE: /dev/mmcblk0p1
ROOT_DEVICE: /dev/mmcblk0p2
DTB_PATH: boot/tegra124-jetson-tk1.dtb
diff --git a/clusters/release.morph b/clusters/release.morph
index 3f597a38..dee5b2de 100644
--- a/clusters/release.morph
+++ b/clusters/release.morph
@@ -45,7 +45,7 @@ systems:
build-system-armv7lhf-jetson:
type: extensions/rawdisk
location: build-system-armv7lhf-jetson.img
- DISK_SIZE: 2G
+ DISK_SIZE: 3G
BOOT_DEVICE: /dev/mmcblk0p1
ROOT_DEVICE: /dev/mmcblk0p2
DTB_PATH: boot/tegra124-jetson-tk1.dtb