From 8acd8ef3a7129edbd2d96218b2eca696d42a552c Mon Sep 17 00:00:00 2001 From: kc Date: Wed, 28 Jun 2023 18:51:03 +0100 Subject: [PATCH] ci: fix canaries ios metric name (#3318) --- .github/workflows/amplify_canaries.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/amplify_canaries.yaml b/.github/workflows/amplify_canaries.yaml index 99d2c9f855..dca4e62b67 100644 --- a/.github/workflows/amplify_canaries.yaml +++ b/.github/workflows/amplify_canaries.yaml @@ -220,7 +220,7 @@ jobs: with: role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }} aws-region: ${{ secrets.AWS_REGION }} - metric-name: e2eCanaryTestFailure + metric-name: E2ECanaryTestFailure value: 1 dimensions: channel=${{ matrix.channel }},platform=ios - name: Log succeeding ios runs @@ -229,6 +229,6 @@ jobs: with: role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }} aws-region: ${{ secrets.AWS_REGION }} - metric-name: e2eCanaryTestFailure + metric-name: E2ECanaryTestFailure value: 0 dimensions: channel=${{ matrix.channel }},platform=ios