Skip to content

Commit 9f06030

Browse files
committed
CI: check-depend-all: disable process show for ci
deepin inclusion category: other Also remove schedule everyday, if we need we can bring it back. Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
1 parent 5d8a063 commit 9f06030

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.github/tools/check_kernel_commits.sh

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ log_error() { echo -e "\033[31m[ERROR]\033[0m $*" >&2; }
1111

1212
main() {
1313
[ $# -lt 1 ] && { echo "Usage: $0 <range> [branch]" >&2; exit 1; }
14-
14+
1515
local range="$1"
16-
16+
1717
if ! git remote get-url torvalds >/dev/null 2>&1; then
1818
git remote add torvalds "${REMOTE_URL}"
1919
else
@@ -64,10 +64,6 @@ main() {
6464
# 处理完一个commit
6565
if (hash != "") {
6666
processed++
67-
if (processed % 10 == 0) {
68-
printf "\r[INFO] 进度: %d/%d | 匹配:%d 重复:%d 无Fixes:%d 缺依赖:%d",
69-
processed, total, matched, dup, no_fixes, no_ref > "/dev/stderr"
70-
}
7167
7268
# 条件1:标题是否已存在?
7369
if (subject in target) {
@@ -112,7 +108,6 @@ main() {
112108
} else {
113109
# 符合条件:有Fixes且引用存在,且标题不重复
114110
matched++
115-
printf "\r\033[K" > "/dev/stderr" # 清行
116111
print hash " " subject
117112
}
118113
}

.github/workflows/check-depend-all.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: check depend all
22
on:
33
pull_request:
44
workflow_dispatch:
5-
schedule:
6-
- cron: "0 2 * * *"
75

86
env:
97
KBUILD_BUILD_USER: deepin-kernel-sig

0 commit comments

Comments
 (0)