aboutsummaryrefslogtreecommitdiff
path: root/profiles/test.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/test.yaml')
-rw-r--r--profiles/test.yaml48
1 files changed, 0 insertions, 48 deletions
diff --git a/profiles/test.yaml b/profiles/test.yaml
deleted file mode 100644
index bcb21e1..0000000
--- a/profiles/test.yaml
+++ /dev/null
@@ -1,48 +0,0 @@
1### Profile for Testing Builds
2
3# Profile overrides
4test: &test
5 build_region: us-west-2
6 build_subnet: subnet-033a30d7b5220d177
7 ami_regions:
8 - us-east-1
9 - us-west-2
10
11# Build definitions
12builds:
13 test-current-x86_64:
14 <<: *_base-current
15 <<: *_version-current
16 <<: *_x86_64-current
17 repos:
18 <<: *_base-current-repos
19 <<: *_version-current-repos
20 <<: *_x86_64-current-repos
21 pkgs:
22 <<: *_base-current-pkgs
23 <<: *_version-current-pkgs
24 <<: *_x86_64-current-pkgs
25 svcs:
26 <<: *_base-current-svcs
27 <<: *_version-current-svcs
28 <<: *_x86_64-current-svcs
29 <<: *test
30 revision: 'test'
31 test-edge-x86_64:
32 <<: *_base-edge
33 <<: *_version-edge
34 <<: *_x86_64-edge
35 repos:
36 <<: *_base-edge-repos
37 <<: *_version-edge-repos
38 <<: *_x86_64-edge-repos
39 pkgs:
40 <<: *_base-edge-pkgs
41 <<: *_version-edge-pkgs
42 <<: *_x86_64-edge-pkgs
43 svcs:
44 <<: *_base-edge-svcs
45 <<: *_version-edge-svcs
46 <<: *_x86_64-edge-svcs
47 <<: *test
48