[moz] docs(incident): daemon ticker 停摆 8h 误报调查报告 — 时区误读根因 #131

Merged
pangtong-fujunshi merged 3 commits from incident/daemon-stall-report into main 2026-09-10 22:08:06 +00:00
Showing only changes of commit 90625c5722 - Show all commits
+3 -3
View File
@@ -32,9 +32,9 @@ jobs:
no_proxy: "*"
run: |
rm -rf /tmp/ci-venv-lint
python3 -m venv /tmp/ci-venv-lint
/usr/bin/python3 -m venv /tmp/ci-venv-lint # 钉解释器:runner PATH 首位 homebrew python3=3.14tokenize 行为变化致 E122 误报);3.9.6=6月绿基线
/tmp/ci-venv-lint/bin/pip install --quiet --upgrade pip
/tmp/ci-venv-lint/bin/pip install --quiet flake8
/tmp/ci-venv-lint/bin/pip install --quiet 'flake8==7.3.0' # 锁版本(防漂移)。注:首版归因 pycodestyle 有误,真因是解释器 3.14 tokenize 变化,见本 PR 后续 commit
- name: Lint with flake8
run: |
@@ -52,7 +52,7 @@ jobs:
no_proxy: "*"
run: |
rm -rf /tmp/ci-venv-test
python3 -m venv /tmp/ci-venv-test
/usr/bin/python3 -m venv /tmp/ci-venv-test # 同钉 3.9.6pydantic<2 无 3.14 wheel;全量 503 用例本地实证绿
/tmp/ci-venv-test/bin/pip install --quiet --upgrade pip
/tmp/ci-venv-test/bin/pip install --quiet 'fastapi' 'pydantic<2' pyyaml uvicorn requests pytest pytest-asyncio httpx