aboutsummaryrefslogtreecommitdiff
path: root/profiles/test.conf
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/test.conf')
-rw-r--r--profiles/test.conf13
1 files changed, 6 insertions, 7 deletions
diff --git a/profiles/test.conf b/profiles/test.conf
index f6755a1..6d8d2e0 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_11 { include required("version/3.11") }
4version-3_10 { include required("version/3.10") } 5version-3_10 { include required("version/3.10") }
5version-3_9 { include required("version/3.9") } 6version-3_9 { include required("version/3.9") }
6version-edge { include required("version/edge") } 7version-edge { include required("version/edge") }
@@ -9,9 +10,6 @@ arch-aarch64 { include required("arch/aarch64") }
9 10
10# specific to this profile's builds 11# specific to this profile's builds
11test { 12test {
12 # default revision is 'r0', recomment/reset for each new version release!
13 #revision = "r0"
14
15 ami_name_prefix = "test-" 13 ami_name_prefix = "test-"
16 ami_desc_prefix = "Alpine Test " 14 ami_desc_prefix = "Alpine Test "
17 build_region = "us-west-2" 15 build_region = "us-west-2"
@@ -24,13 +22,14 @@ test {
24# Build definitions 22# Build definitions
25BUILDS { 23BUILDS {
26 # merge version, arch, profile, and build vars 24 # merge version, arch, profile, and build vars
25 v3_11-x86_64 = ${version-3_11} ${arch-x86_64} ${test}
27 v3_10-x86_64 = ${version-3_10} ${arch-x86_64} ${test} 26 v3_10-x86_64 = ${version-3_10} ${arch-x86_64} ${test}
28 v3_9-x86_64 = ${version-3_9} ${arch-x86_64} ${test} 27 v3_9-x86_64 = ${version-3_9} ${arch-x86_64} ${test}
29 edge-x86_64 = ${version-edge} ${arch-x86_64} ${test} 28 edge-x86_64 = ${version-edge} ${arch-x86_64} ${test}
30 29
31 # aarch64 AMI builds are under development 30 # aarch64 AMI builds are under development
32 edge-aarch64 = ${version-edge} ${arch-aarch64} ${test} { 31 #edge-aarch64 = ${version-edge} ${arch-aarch64} ${test} {
33 # other us-west-2 subnet doesn't do a1.* instances 32 # other us-west-2 subnet doesn't do a1.* instances
34 #build_subnet = "subnet-08dfc622745f7d96a" 33 # build_subnet = "subnet-08dfc622745f7d96a"
35 } 34 #}
36} 35}