| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 年前 | ||
ci: add disabled/running-skip testcase filtering for nightly workflow - Add disabled_testcases.json (9848 entries) and running_skiped_testcases.json (4004 entries) to .github/config/ - Modify collect_all_cases.py: - load_skip_list() returns Dict[str, Dict] instead of set, preserving per-nodeid metadata (reason, category, source filename) - Support new JSON format: {nodeid: {reason, category, ...}} - --skip-list changed to action='append' for multiple files - filter_skipped_cases() returns (filtered, skipped) tuple, recording skipped cases with nodeid, file, skip_reason, skip_category, skip_source - main() accumulates skipped cases and saves skipped_cases.json to output directory, included in cases-shards artifact - cases_collection_summary.json adds total_skipped field - Add extra_skip_lists input to _test.yml and _test-collect.yml (default empty, does not affect receive-trigger.yml) - nightly.yml passes extra_skip_lists with both config files and reverts upstream to pytorch/pytorch main - _test-report.yml copies skipped_cases.json from cases-shards artifact into npu-full-test-summary artifact - receive-trigger.yml unchanged; pr_skip_list.jsonl filtering now also recorded in skipped_cases.json automatically | 2 天前 | |
ci: add disabled/running-skip testcase filtering for nightly workflow - Add disabled_testcases.json (9848 entries) and running_skiped_testcases.json (4004 entries) to .github/config/ - Modify collect_all_cases.py: - load_skip_list() returns Dict[str, Dict] instead of set, preserving per-nodeid metadata (reason, category, source filename) - Support new JSON format: {nodeid: {reason, category, ...}} - --skip-list changed to action='append' for multiple files - filter_skipped_cases() returns (filtered, skipped) tuple, recording skipped cases with nodeid, file, skip_reason, skip_category, skip_source - main() accumulates skipped cases and saves skipped_cases.json to output directory, included in cases-shards artifact - cases_collection_summary.json adds total_skipped field - Add extra_skip_lists input to _test.yml and _test-collect.yml (default empty, does not affect receive-trigger.yml) - nightly.yml passes extra_skip_lists with both config files and reverts upstream to pytorch/pytorch main - _test-report.yml copies skipped_cases.json from cases-shards artifact into npu-full-test-summary artifact - receive-trigger.yml unchanged; pr_skip_list.jsonl filtering now also recorded in skipped_cases.json automatically | 2 天前 | |
ci: switch docker image to HW swr registry for nightly and receive-trigger | 2 天前 |