Skip to content

Commit

Permalink
Do-not emit metric, part of retry improve
Browse files Browse the repository at this point in the history
  • Loading branch information
XinRanZhAWS committed Aug 28, 2024
1 parent ae1223a commit 2934c5d
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/dotnet-eks-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -444,14 +444,4 @@ jobs:
--name service-account-${{ env.TESTING_ID }} \
--namespace ${{ env.DOTNET_SAMPLE_APP_NAMESPACE }} \
--cluster ${{ inputs.test-cluster-name }} \
--region ${{ env.E2E_TEST_AWS_REGION }}
emit-metric:
needs: dotnet-e2e-eks-test
if: always()
uses: ./.github/workflows/e2e-test-publish-result.yml
secrets: inherit
with:
aws-region: ${{ inputs.aws-region }}
caller-workflow-name: ${{ inputs.caller-workflow-name }}
validation-result: ${{ needs.dotnet-e2e-eks-test.outputs.validation-result }}
--region ${{ env.E2E_TEST_AWS_REGION }}

0 comments on commit 2934c5d

Please sign in to comment.