Skip to content

Commit 6cf9fcf

Browse files
committed
ci: 降低 ISA 回归并发并放宽超时,修复 CI 上 rv64 全量用例偶发中断
调整内容: - in-order:增加 -w 1 --timeout 20。 - ooo:增加 -w 1 --timeout 30。 目的:降低并发内存压力,避免 GitHub Actions 环境中进程被系统回收后出现 Unknown result。
1 parent 3c079b7 commit 6cf9fcf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ jobs:
5050

5151
- name: ISA Tests (rv64, in-order + ooo)
5252
run: |
53-
python3 run_tests.py -p "rv64*-p-*"
54-
python3 run_tests.py -p "rv64*-p-*" --ooo
53+
python3 run_tests.py -p "rv64*-p-*" -w 1 --timeout 20
54+
python3 run_tests.py -p "rv64*-p-*" --ooo -w 1 --timeout 30

0 commit comments

Comments
 (0)