From 2bd73c9c1bdbd03e4417d61c6380111080f2ae14 Mon Sep 17 00:00:00 2001 From: Dylan Owen Date: Thu, 20 Jun 2019 14:38:11 -0700 Subject: [PATCH] updated regions --- ci/taskcat.yml | 31 ++++++++++++++++++++++++++----- 1 file changed, 26 insertions(+), 5 deletions(-) diff --git a/ci/taskcat.yml b/ci/taskcat.yml index 0b28c15..714a7b2 100644 --- a/ci/taskcat.yml +++ b/ci/taskcat.yml @@ -1,20 +1,41 @@ global: owner: quickstart@amazon.com 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