[
https://issues.apache.org/jira/browse/GEODE-4123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16297523#comment-16297523
]
ASF GitHub Bot commented on GEODE-4123:
---------------------------------------
dickcav closed pull request #1190: [GEODE-4123] - Improve output email of
concourse.apachegeodeci.info
URL: https://github.com/apache/geode/pull/1190
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/ci/pipelines/develop.yml b/ci/pipelines/develop.yml
index 1cb36c6336..760f898ae2 100644
--- a/ci/pipelines/develop.yml
+++ b/ci/pipelines/develop.yml
@@ -135,7 +135,7 @@ jobs:
rootfs: true
- task: runtests
privileged: true
- timeout: 6h
+ timeout: 7h
config:
inputs:
- name: geode
@@ -200,7 +200,7 @@ jobs:
rootfs: true
- task: runtests
privileged: true
- timeout: 6h
+ timeout: 7h
config:
inputs:
- name: geode
@@ -265,7 +265,7 @@ jobs:
rootfs: true
- task: runtests
privileged: true
- timeout: 6h
+ timeout: 7h
config:
inputs:
- name: geode
@@ -330,7 +330,7 @@ jobs:
rootfs: true
- task: runtests
privileged: true
- timeout: 6h
+ timeout: 7h
config:
inputs:
- name: geode
diff --git a/ci/scripts/test-archive.sh b/ci/scripts/test-archive.sh
index fa92eff00a..ea8fadd9d0 100755
--- a/ci/scripts/test-archive.sh
+++ b/ci/scripts/test-archive.sh
@@ -44,7 +44,7 @@ EMAIL_BODY="${BUILDROOT}/built-geode/body"
# Called by trap when the script is exiting
function error_exit() {
- echo "Geode unit tests completed in pipeline ${PIPELINE_NAME} with non-zero
exit code" > $EMAIL_SUBJECT
+ echo "Geode unit tests completed in
'${BUILD_PIPELINE_NAME}/${BUILD_JOB_NAME}' with non-zero exit code" >
$EMAIL_SUBJECT
echo "Pipeline results can be found at:" >$EMAIL_BODY
echo "" >>$EMAIL_BODY
echo "Concourse:
\${ATC_EXTERNAL_URL}/teams/\${BUILD_TEAM_NAME}/pipelines/\${BUILD_PIPELINE_NAME}/jobs/\${BUILD_JOB_NAME}/builds/\${BUILD_NAME}"
>>$EMAIL_BODY
diff --git a/ci/scripts/test-run.sh b/ci/scripts/test-run.sh
index 21721ae3d7..71b8957824 100755
--- a/ci/scripts/test-run.sh
+++ b/ci/scripts/test-run.sh
@@ -42,7 +42,7 @@ EMAIL_BODY="${BUILDROOT}/built-geode/body"
# Called by trap when the script is exiting
function error_exit() {
- echo "Geode tests completed in pipeline ${PIPELINE_NAME} with non-zero exit
code" > $EMAIL_SUBJECT
+ echo "Geode unit tests completed in
'${BUILD_PIPELINE_NAME}/${BUILD_JOB_NAME}' with non-zero exit code" >
$EMAIL_SUBJECT
echo "Pipeline results can be found at:" >$EMAIL_BODY
echo "" >>$EMAIL_BODY
echo "Concourse:
\${ATC_EXTERNAL_URL}/teams/\${BUILD_TEAM_NAME}/pipelines/\${BUILD_PIPELINE_NAME}/jobs/\${BUILD_JOB_NAME}/builds/\${BUILD_NAME}"
>>$EMAIL_BODY
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Improve build notification from geode concourse
> -----------------------------------------------
>
> Key: GEODE-4123
> URL: https://issues.apache.org/jira/browse/GEODE-4123
> Project: Geode
> Issue Type: Improvement
> Components: ci
> Reporter: Robert Houghton
> Fix For: 1.4.0
>
>
> From: <[email protected]>
> Date: Wed, Dec 6, 2017 at 4:55 PM
> Subject: Geode tests completed in pipeline with non-zero exit code
> To: [email protected]
> Pipeline results can be found at:
> Concourse:
> https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/FlakyTest/builds/17
> And the pipeline name is missing from the subject too
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)