commit | 43eb54557ecc95d7daef5c3fb6c7c58e9ec9e7d4 | [log] [tgz] |
---|---|---|
author | Arthur She <arthur.she@linaro.org> | Wed Mar 23 22:08:01 2022 -0700 |
committer | Arthur She <arthur.she@linaro.org> | Wed Mar 23 22:08:01 2022 -0700 |
tree | ffc9e3040f6de74038b0440c84022f6b0db4034f | |
parent | 854babb555b7647b69f4642c18d02de21c1a69e5 [diff] |
Decrease the storage from 50GB to 30 GB, since we use T3Medium instance and one executor per instance Signed-off-by: Arthur She <arthur.she@linaro.org> Change-Id: I0aca5d2161d59ab225d221eb5e24726b79803225
diff --git a/packer_config.json b/packer_config.json index 331c6b8..43c09ba 100644 --- a/packer_config.json +++ b/packer_config.json
@@ -32,7 +32,7 @@ { "device_name": "/dev/sda1", "volume_type": "gp2", - "volume_size": "50", + "volume_size": "30", "delete_on_termination": true } ]