Skip to content

Commit ac8d9d4

Browse files
committed
Includes build number in messages posted to GitHub
1 parent 68c7010 commit ac8d9d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev/run-tests-jenkins

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ function send_archived_logs () {
171171
# post start message
172172
{
173173
start_message="\
174-
[QA tests have started](${BUILD_URL}consoleFull) for \
174+
[Test build ${BUILD_DISPLAY_NAME} has started](${BUILD_URL}consoleFull) for \
175175
PR $ghprbPullId at commit [\`${SHORT_COMMIT_HASH}\`](${COMMIT_URL})."
176176

177177
start_message="${start_message}\n${merge_note}"
@@ -186,7 +186,7 @@ function send_archived_logs () {
186186
test_result="$?"
187187

188188
if [ "$test_result" -eq "124" ]; then
189-
fail_message="**[Tests timed out](${BUILD_URL}consoleFull)** \
189+
fail_message="**[Test build ${BUILD_DISPLAY_NAME} timed out](${BUILD_URL}consoleFull)** \
190190
for PR $ghprbPullId at commit [\`${SHORT_COMMIT_HASH}\`](${COMMIT_URL}) \
191191
after a configured wait of \`${TESTS_TIMEOUT}\`."
192192

@@ -224,7 +224,7 @@ function send_archived_logs () {
224224
# post end message
225225
{
226226
result_message="\
227-
[QA tests have finished](${BUILD_URL}consoleFull) for \
227+
[Test build ${BUILD_DISPLAY_NAME} has finished](${BUILD_URL}consoleFull) for \
228228
PR $ghprbPullId at commit [\`${SHORT_COMMIT_HASH}\`](${COMMIT_URL})."
229229

230230
result_message="${result_message}\n${test_result_note}"

0 commit comments

Comments
 (0)