-
Notifications
You must be signed in to change notification settings - Fork 6k
test: trigger PR hook 20260703140940 #79413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Changes from all commits
dac79d1
378f967
ca3087d
936de40
c932494
72e9331
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -197,7 +197,7 @@ jobs: | |
| env: | ||
| TASK: paddle-CI-${{ github.event.pull_request.number }}-dcu_test | ||
| runs-on: | ||
| group: dcu-z100 | ||
| group: test-safety | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔴 Bug 这里把
建议修复方式: |
||
| timeout-minutes: 120 | ||
|
|
||
| steps: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -82,3 +82,9 @@ def batch_reader(): | |
| ) | ||
|
|
||
| return batch_reader | ||
|
|
||
| def __docformat__(**kwargs): | ||
| pass | ||
|
|
||
| def __docformat2__(**kwargs): | ||
| pass | ||
|
Comment on lines
+85
to
+90
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个 job 后续会把
/dev/kfd、/dev/dri、/dev/mkfd挂进容器,并下载 Z100/DTK 环境执行dcu_test.sh。把 DCU test job 从dcu-z100改到唯一出现的test-safetyrunner group 后,测试可能排到没有 DCU 设备的 runner 上,导致 DCU CI 失效或不能覆盖真实硬件。请恢复 DCU runner group,除非同时提供等价 DCU 设备和determine_dcu_runner支持。