Skip to content

Commit

Permalink
updated regions
Browse files Browse the repository at this point in the history
  • Loading branch information
dowen12 committed Jun 20, 2019
1 parent 0c98fa4 commit 2bd73c9
Showing 1 changed file with 26 additions and 5 deletions.
31 changes: 26 additions & 5 deletions ci/taskcat.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,41 @@
global:
owner: [email protected]
qsname: quickstart-ct-clickstream-analytics
#s3bucket: projectx-templates <- (Optional) Only needed if you want to use a specific bucket
regions:
- us-east-1
- us-east-2
- us-west-2
- eu-west-1
- eu-central-1
- ap-southeast-1
- ap-northeast-1
- ap-southeast-2
- ap-northeast-2
reporting: true
tests:
# The following test will test in us-west-2 using clickstream-analytics-input-novpc.json as inputs
scenario-1:
regions:
- us-west-2
# - us-east-1
- us-east-2
# - us-west-2
# - eu-west-1
# - eu-central-1
# - ap-southeast-1
# - ap-northeast-1
# - ap-southeast-2
# - ap-northeast-2
template_file: quickstart-ct-clickstream-analytics.template
parameter_input: clickstream-analytics-input-novpc.json
# The following test will test in us-west-2 using clickstream-analytics-input-withvpc.json as inputs
scenario-2:
regions:
- us-west-2
# - us-east-1
# - us-east-2
# - us-west-2
# - eu-west-1
- eu-central-1
# - ap-southeast-1
# - ap-northeast-1
# - ap-southeast-2
# - ap-northeast-2
template_file: quickstart-ct-clickstream-analytics-master.template
parameter_input: clickstream-analytics-input-withvpc.json

0 comments on commit 2bd73c9

Please sign in to comment.