From 223a95a74fe4a67b97520a4d8ab6383114aa8abd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Mon, 7 Nov 2016 18:38:01 +0100 Subject: [build] add binary size logging to Linux Release builds --- cloudformation/travis.template | 72 +++++++++++++++++++++--------------------- 1 file changed, 36 insertions(+), 36 deletions(-) (limited to 'cloudformation') diff --git a/cloudformation/travis.template b/cloudformation/travis.template index b65093907c..b2cf2d559b 100644 --- a/cloudformation/travis.template +++ b/cloudformation/travis.template @@ -7,42 +7,6 @@ "Type": "AWS::IAM::User", "Properties": { "Policies": [ - { - "PolicyName": "list-testing-old", - "PolicyDocument": { - "Statement": [ - { - "Action": [ - "s3:ListBucket" - ], - "Effect": "Allow", - "Resource": [ - "arn:aws:s3:::mapbox-gl-testing" - ] - } - ] - } - }, - { - "PolicyName": "build-testing-old", - "PolicyDocument": { - "Statement": [ - { - "Action": [ - "s3:DeleteObject", - "s3:GetObject", - "s3:GetObjectAcl", - "s3:PutObject", - "s3:PutObjectAcl" - ], - "Effect": "Allow", - "Resource": [ - "arn:aws:s3:::mapbox-gl-testing/*" - ] - } - ] - } - }, { "PolicyName": "list-testing", "PolicyDocument": { @@ -148,6 +112,24 @@ } ] } + }, + { + "PolicyName": "cloudwatch-metrics", + "PolicyDocument": { + "Statement": [ + { + "Action": [ + "cloudwatch:PutMetricData", + "cloudwatch:GetMetricData", + "cloudwatch:GetMetricStatistics" + ], + "Effect": "Allow", + "Resource": [ + "*" + ] + } + ] + } } ] } @@ -179,6 +161,24 @@ } ] } + }, + { + "PolicyName": "cloudwatch-metrics", + "PolicyDocument": { + "Statement": [ + { + "Action": [ + "cloudwatch:PutMetricData", + "cloudwatch:GetMetricData", + "cloudwatch:GetMetricStatistics" + ], + "Effect": "Allow", + "Resource": [ + "*" + ] + } + ] + } } ] } -- cgit v1.2.1