You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2022/06/28 23:27:00 UTC

[arrow] branch master updated: ARROW-16361: [Dev][Archery] Add link to static page for nightly build report notifications (#13450)

This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 7d30abed68 ARROW-16361: [Dev][Archery] Add link to static page for nightly build report notifications (#13450)
7d30abed68 is described below

commit 7d30abed68df0fd1e273e7ad6470e874264292a6
Author: Raúl Cumplido <ra...@gmail.com>
AuthorDate: Wed Jun 29 01:26:53 2022 +0200

    ARROW-16361: [Dev][Archery] Add link to static page for nightly build report notifications (#13450)
    
    Authored-by: Raúl Cumplido <ra...@gmail.com>
    Signed-off-by: Sutou Kouhei <ko...@clear-code.com>
---
 .../crossbow/tests/fixtures/chat-report-extra-message-failure.txt       | 2 +-
 .../crossbow/tests/fixtures/chat-report-extra-message-success.txt       | 2 +-
 dev/archery/archery/crossbow/tests/fixtures/chat-report.txt             | 2 +-
 dev/archery/archery/crossbow/tests/fixtures/email-report.txt            | 2 ++
 dev/archery/archery/templates/chat_nightly_report.txt.j2                | 2 +-
 dev/archery/archery/templates/email_nightly_report.txt.j2               | 2 ++
 6 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev/archery/archery/crossbow/tests/fixtures/chat-report-extra-message-failure.txt b/dev/archery/archery/crossbow/tests/fixtures/chat-report-extra-message-failure.txt
index 95fc2efd8c..a595838e02 100644
--- a/dev/archery/archery/crossbow/tests/fixtures/chat-report-extra-message-failure.txt
+++ b/dev/archery/archery/crossbow/tests/fixtures/chat-report-extra-message-failure.txt
@@ -1,5 +1,5 @@
 
-*Archery crossbow report for <https://github.com/apache/crossbow/branches/all?query=ursabot-1|ursabot-1>*
+*<https://crossbow.voltrondata.com|Archery crossbow report> for <https://github.com/apache/crossbow/branches/all?query=ursabot-1|ursabot-1>*
 
 :x: *1 failed jobs*
 - <https://github.com/apache/crossbow/runs/2|wheel-osx-cp37m>
diff --git a/dev/archery/archery/crossbow/tests/fixtures/chat-report-extra-message-success.txt b/dev/archery/archery/crossbow/tests/fixtures/chat-report-extra-message-success.txt
index fb99f2d4c7..8d9a2efcdd 100644
--- a/dev/archery/archery/crossbow/tests/fixtures/chat-report-extra-message-success.txt
+++ b/dev/archery/archery/crossbow/tests/fixtures/chat-report-extra-message-success.txt
@@ -1,5 +1,5 @@
 
-*Archery crossbow report for <https://github.com/apache/crossbow/branches/all?query=ursabot-1|ursabot-1>*
+*<https://crossbow.voltrondata.com|Archery crossbow report> for <https://github.com/apache/crossbow/branches/all?query=ursabot-1|ursabot-1>*
 
 
 :tada: *4 successful jobs*
diff --git a/dev/archery/archery/crossbow/tests/fixtures/chat-report.txt b/dev/archery/archery/crossbow/tests/fixtures/chat-report.txt
index 3ee807d12a..85d5dc7f95 100644
--- a/dev/archery/archery/crossbow/tests/fixtures/chat-report.txt
+++ b/dev/archery/archery/crossbow/tests/fixtures/chat-report.txt
@@ -1,5 +1,5 @@
 
-*Archery crossbow report for <https://github.com/apache/crossbow/branches/all?query=ursabot-1|ursabot-1>*
+*<https://crossbow.voltrondata.com|Archery crossbow report> for <https://github.com/apache/crossbow/branches/all?query=ursabot-1|ursabot-1>*
 
 :x: *1 failed jobs*
 - <https://github.com/apache/crossbow/runs/2|wheel-osx-cp37m>
diff --git a/dev/archery/archery/crossbow/tests/fixtures/email-report.txt b/dev/archery/archery/crossbow/tests/fixtures/email-report.txt
index 9eee0a3246..81360bf3cb 100644
--- a/dev/archery/archery/crossbow/tests/fixtures/email-report.txt
+++ b/dev/archery/archery/crossbow/tests/fixtures/email-report.txt
@@ -4,6 +4,8 @@ Subject: [NIGHTLY] Arrow Build Report for Job ursabot-1: 2 failed, 1 pending
 
 Arrow Build Report for Job ursabot-1
 
+See https://crossbow.voltrondata.com/ for more information.
+
 All tasks: https://github.com/apache/crossbow/branches/all?query=ursabot-1
 
 Failed Tasks:
diff --git a/dev/archery/archery/templates/chat_nightly_report.txt.j2 b/dev/archery/archery/templates/chat_nightly_report.txt.j2
index e15bedcdad..f15ffabf9a 100644
--- a/dev/archery/archery/templates/chat_nightly_report.txt.j2
+++ b/dev/archery/archery/templates/chat_nightly_report.txt.j2
@@ -16,7 +16,7 @@
 # specific language governing permissions and limitations
 # under the License.
 #}
-*Archery crossbow report for <{{ report.url(report.job.branch) }}|{{ report.job.branch }}>*
+*<https://crossbow.voltrondata.com|Archery crossbow report> for <{{ report.url(report.job.branch) }}|{{ report.job.branch }}>*
 {% if report.tasks_by_state["failure"] %}
 :x: *{{ report.tasks_by_state["failure"] | length }} failed jobs*
 {% for task_name, task in report.tasks_by_state["failure"] | dictsort -%}
diff --git a/dev/archery/archery/templates/email_nightly_report.txt.j2 b/dev/archery/archery/templates/email_nightly_report.txt.j2
index 7e068f202d..a0abe49395 100644
--- a/dev/archery/archery/templates/email_nightly_report.txt.j2
+++ b/dev/archery/archery/templates/email_nightly_report.txt.j2
@@ -24,6 +24,8 @@ Subject: [NIGHTLY] Arrow Build Report for Job {{report.job.branch}}: {{ (report.
 
 Arrow Build Report for Job {{ report.job.branch }}
 
+See https://crossbow.voltrondata.com/ for more information.
+
 All tasks: {{ report.url(report.job.branch) }}
 {% if report.tasks_by_state["failure"] %}
 Failed Tasks: