You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: regression-test/pipeline/common/doris-utils.sh
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -674,17 +674,19 @@ archive_doris_logs() {
674
674
(
675
675
cd"${DORIS_HOME}"||return 1
676
676
cp --parents -rf "fe/conf""${archive_dir}"/
677
+
if sed -i "s/${hwYunAk:-}//g;s/${hwYunSk:-}//g;s/${s3SourceAk:-}//g;s/${s3SourceSk:-}//g;s/${txYunAk:-}//g;s/${txYunSk:-}//g" fe/log/*&>/dev/null;then:;fi
677
678
cp --parents -rf "fe/log""${archive_dir}"/
678
679
cp --parents -rf "be/conf""${archive_dir}"/
680
+
if sed -i "s/${hwYunAk:-}//g;s/${hwYunSk:-}//g;s/${s3SourceAk:-}//g;s/${s3SourceSk:-}//g;s/${txYunAk:-}//g;s/${txYunSk:-}//g" be/log/*&>/dev/null;then:;fi
679
681
cp --parents -rf "be/log""${archive_dir}"/
680
682
if [[ -d"${DORIS_HOME}"/regression-test/log ]];then
681
683
# try to hide ak and sk
682
-
if sed -i "s/${cos_ak:-}//g;s/${cos_sk:-}//g" regression-test/log/*&>/dev/null;then:;fi
684
+
if sed -i "s/${hwYunAk:-}//g;s/${hwYunSk:-}//g;s/${s3SourceAk:-}//g;s/${s3SourceSk:-}//g;s/${txYunAk:-}//g;s/${txYunSk:-}//g" regression-test/log/*&>/dev/null;then:;fi
if [[ -d"${DORIS_HOME}"/../regression-test/conf ]];then
686
688
# try to hide ak and sk
687
-
if sed -i "s/${cos_ak:-}//g;s/${cos_sk:-}//g" ../regression-test/conf/*&>/dev/null;then:;fi
689
+
if sed -i "s/${hwYunAk:-}//g;s/${hwYunSk:-}//g;s/${s3SourceAk:-}//g;s/${s3SourceSk:-}//g;s/${txYunAk:-}//g;s/${txYunSk:-}//g" ../regression-test/conf/*&>/dev/null;then:;fi
0 commit comments