Skip to content

Commit 213c3ef

Browse files
authored
Elaborate on Run failed description (#7344)
## Summary of changes Adds some words after `Run failed` when it shows up in the status `Run failed, please investigate and/or retry this (if flake) via Azure DevOps` ## Reason for change Push toward looking at Azure DevOps for the failure and re-running / re-trying from there as it likely isn't obvious that we use a different CI/CD tool than other tracing libraries. And hopefully it'll help raise awareness for flake / issues 🤷 ## Implementation details Added words ## Test coverage No test ## Other details <!-- Fixes #{issue} --> <!-- ⚠️ Note: Where possible, please obtain 2 approvals prior to merging. Unless CODEOWNERS specifies otherwise, for external teams it is typically best to have one review from a team member, and one review from apm-dotnet. Trivial changes do not require 2 reviews. MergeQueue is NOT enabled in this repository. If you have write access to the repo, the PR has 1-2 approvals (see above), and all of the required checks have passed, you can use the Squash and Merge button to merge the PR. If you don't have write access, or you need help, reach out in the #apm-dotnet channel in Slack. -->
1 parent 1efa681 commit 213c3ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/steps/update-github-status-jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ jobs:
6666
parameters:
6767
checkName: $(System.StageName)
6868
status: 'failure'
69-
description: 'Run failed'
69+
description: 'Run failed, please investigate and/or retry this (if flake) via Azure DevOps'

0 commit comments

Comments
 (0)