aboutsummaryrefslogtreecommitdiff
path: root/profiles/test.conf
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/test.conf')
-rw-r--r--profiles/test.conf17
1 files changed, 8 insertions, 9 deletions
diff --git a/profiles/test.conf b/profiles/test.conf
index 0d4e740..74019b1 100644
--- a/profiles/test.conf
+++ b/profiles/test.conf
@@ -1,6 +1,7 @@
1### Profile for Testing Builds 1### Profile for Testing Builds
2# vim: ts=2 et: 2# vim: ts=2 et:
3 3
4version-3_12 { include required("version/3.12") }
4version-3_11 { include required("version/3.11") } 5version-3_11 { include required("version/3.11") }
5version-3_10 { include required("version/3.10") } 6version-3_10 { include required("version/3.10") }
6version-3_9 { include required("version/3.9") } 7version-3_9 { include required("version/3.9") }
@@ -12,20 +13,18 @@ arch-aarch64 { include required("arch/aarch64") }
12test { 13test {
13 ami_name_prefix = "test-" 14 ami_name_prefix = "test-"
14 ami_desc_prefix = "Alpine Test " 15 ami_desc_prefix = "Alpine Test "
16 ami_user = "test"
15} 17}
16 18
17# Build definitions 19# Build definitions
18BUILDS { 20BUILDS {
19 # merge version, arch, profile, and build vars 21 # merge version, arch, profile, and build vars
20 v3_11-x86_64 = ${version-3_11} ${arch-x86_64} ${test} 22 v3_12-x86_64 = ${version-3_12} ${arch-x86_64} ${test} { revision = "r0" }
21 v3_10-x86_64 = ${version-3_10} ${arch-x86_64} ${test} 23 v3_11-x86_64 = ${version-3_11} ${arch-x86_64} ${test} { revision = "r0" }
22 v3_9-x86_64 = ${version-3_9} ${arch-x86_64} ${test} 24 v3_10-x86_64 = ${version-3_10} ${arch-x86_64} ${test} { revision = "r0" }
25 v3_9-x86_64 = ${version-3_9} ${arch-x86_64} ${test} { revision = "r0" }
23 edge-x86_64 = ${version-edge} ${arch-x86_64} ${test} 26 edge-x86_64 = ${version-edge} ${arch-x86_64} ${test}
24 27
25 # aarch64 AMI builds are under development 28 v3_12-aarch64 = ${version-3_12} ${arch-aarch64} ${test} { revision = "r0" }
26 edge-aarch64 = ${version-edge} ${arch-aarch64} ${test} 29 edge-aarch64 = ${version-edge} ${arch-aarch64} ${test}
27 #edge-aarch64 = ${version-edge} ${arch-aarch64} ${test} {
28 # other us-west-2 subnet doesn't do a1.* instances
29 # build_subnet = "subnet-08dfc622745f7d96a"
30 #}
31} 30}