Skip to content

Commit 50dfd7e

Browse files
authored
Merge pull request #921 from aws-amplify/update-canary-metrics
chore: update emit metric function to differentiate tests
2 parents 7c4d6c7 + fbb1373 commit 50dfd7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-scripts.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,6 @@ function _emitCodegenCanaryMetric {
500500
--namespace amplify-codegen-canary-e2e-tests \
501501
--unit Count \
502502
--value $CODEBUILD_BUILD_SUCCEEDING \
503-
--dimensions branch=release \
503+
--dimensions branch=release,test=$(basename "$TEST_SUITE" .test.ts | sed "s/build-app-//") \
504504
--region us-west-2
505505
}

0 commit comments

Comments
 (0)