Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

Commit 1e88405

Browse files
committed
Add taskcat.yml; update input params file
1 parent f32f898 commit 1e88405

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

ci/defaults.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,9 @@
2222
{
2323
"ParameterValue": "",
2424
"ParameterKey": "OutputBucketName"
25+
},
26+
{
27+
"ParameterValue": "$[taskcat_autobucket]",
28+
"ParameterKey": "QSS3BucketName"
2529
}
2630
]

ci/taskcat.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
global:
2+
marketplace-ami: false
3+
owner: jmmccon@amazon.com
4+
qsname: quickstart-git2s3
5+
regions:
6+
- ap-northeast-1
7+
- ap-northeast-2
8+
- ap-south-1
9+
- ap-southeast-1
10+
- ap-southeast-2
11+
- ca-central-1
12+
- eu-central-1
13+
- eu-west-1
14+
- eu-west-2
15+
- sa-east-1
16+
- us-east-1
17+
- us-east-2
18+
- us-west-1
19+
- us-west-2
20+
reporting: true
21+
tests:
22+
defaults:
23+
parameter_input: defaults.json
24+
template_file: git2s3.template

0 commit comments

Comments
 (0)