File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ function send_archived_logs () {
171
171
# post start message
172
172
{
173
173
start_message=" \
174
- [QA tests have started](${BUILD_URL} consoleFull) for \
174
+ [Test build ${BUILD_DISPLAY_NAME} has started](${BUILD_URL} consoleFull) for \
175
175
PR $ghprbPullId at commit [\` ${SHORT_COMMIT_HASH} \` ](${COMMIT_URL} )."
176
176
177
177
start_message=" ${start_message} \n${merge_note} "
@@ -186,7 +186,7 @@ function send_archived_logs () {
186
186
test_result=" $? "
187
187
188
188
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)** \
190
190
for PR $ghprbPullId at commit [\` ${SHORT_COMMIT_HASH} \` ](${COMMIT_URL} ) \
191
191
after a configured wait of \` ${TESTS_TIMEOUT} \` ."
192
192
@@ -224,7 +224,7 @@ function send_archived_logs () {
224
224
# post end message
225
225
{
226
226
result_message=" \
227
- [QA tests have finished](${BUILD_URL} consoleFull) for \
227
+ [Test build ${BUILD_DISPLAY_NAME} has finished](${BUILD_URL} consoleFull) for \
228
228
PR $ghprbPullId at commit [\` ${SHORT_COMMIT_HASH} \` ](${COMMIT_URL} )."
229
229
230
230
result_message=" ${result_message} \n${test_result_note} "
You can’t perform that action at this time.
0 commit comments