Skip to content

Commit

Permalink
[CI] Provide the bot name on mac test result comments. (#14717)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel-macaque authored Apr 12, 2022
1 parent a27b2d2 commit b8eb1c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/devops/automation/templates/mac/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ steps:
GITHUB_TOKEN: $(GitHub.Token)
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
MONO_DEBUG: no-gdb-backtrace
TEST_BOT: $(Agent.Name)
continueOnError: true

# Make sure to report any errors
Expand All @@ -259,3 +260,4 @@ steps:
BUILD_REVISION: $(Build.SourceVersion)
GITHUB_TOKEN: $(GitHub.Token)
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
TEST_BOT: $(Agent.Name)

0 comments on commit b8eb1c3

Please sign in to comment.