You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2021/10/21 15:19:14 UTC

[hbase] 01/01: HBASE-26382 Use gen_redirect_html for linking flaky test logs

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

zhangduo pushed a commit to branch HBASE-26318
in repository https://gitbox.apache.org/repos/asf/hbase.git

commit 808a874a1d81d4cd31b314b8db6ac03282fbbea9
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Thu Oct 21 23:18:04 2021 +0800

    HBASE-26382 Use gen_redirect_html for linking flaky test logs
---
 dev-support/flaky-tests/run-flaky-tests.Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile b/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile
index 594000e..6deefcf 100644
--- a/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile
+++ b/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile
@@ -85,7 +85,7 @@ pipeline {
         )
       ])
       sh '''#!/bin/bash -e
-        echo "${ASF_NIGHTLIES}/hbase/${JOB_NAME}/${BUILD_NUMBER}" > "test_logs.txt"
+        ./dev-support/gen_redirect_html.py "${ASF_NIGHTLIES}/hbase/${JOB_NAME}/${BUILD_NUMBER}" > test_logs.html
       '''
       archiveArtifacts artifacts: 'includes.txt,test_logs.txt,target/machine/*'
     }