summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuha Alanen <juha.alanen@mapbox.com>2020-04-29 17:04:54 +0300
committerThiago Marcos P. Santos <thiago@mapbox.com>2020-05-26 20:35:04 +0300
commit6f2b417422a7393564127b4a46a7e1a7da9458c2 (patch)
treef472b257ff7e98d9d8142a03e4c9be5d7d8f561b
parent10a65af90cc1f6d87df45777660e21aff83496ee (diff)
downloadqtlocation-mapboxgl-6f2b417422a7393564127b4a46a7e1a7da9458c2.tar.gz
[build] Add AWS bucket for performance metrics
-rw-r--r--cloudformation/ci.template.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/cloudformation/ci.template.js b/cloudformation/ci.template.js
index e0e1fc0603..b7f38f30af 100644
--- a/cloudformation/ci.template.js
+++ b/cloudformation/ci.template.js
@@ -94,7 +94,8 @@ const template = {
'arn:aws:s3:::mapbox-loading-dock/raw/mobile.codecoverage/*',
'arn:aws:s3:::mapbox-loading-dock/raw/mobile_staging.docs_coverage/*',
'arn:aws:s3:::mapbox-loading-dock/raw/mobile_staging.codecoverage/*',
- 'arn:aws:s3:::mapbox-loading-dock/raw/mobile_staging.github_stats/*'
+ 'arn:aws:s3:::mapbox-loading-dock/raw/mobile_staging.github_stats/*',
+ 'arn:aws:s3:::mapbox-loading-dock/raw/mobile_staging.performance/*'
]
}
]