-
Notifications
You must be signed in to change notification settings - Fork 30
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
[CI]Add distributed UT in CI #1312
Conversation
9353bb4
to
7d71fb5
Compare
a1eaa8e
to
0599d8d
Compare
@zxd1997066 please rebase your PR to the latest main, and the build issue should be fixed by PR #1319 |
082963e
to
1b12a20
Compare
@zxd1997066 extend the UT workflow log artifact name with ut test scope to resolve the conflict as https://github.com/intel/torch-xpu-ops/actions/runs/12926393635/job/36050487321?pr=1312#step:15:16 |
1ba396c
to
0c46a30
Compare
@@ -259,5 +274,5 @@ jobs: | |||
if: always() | |||
uses: actions/upload-artifact@v4 | |||
with: | |||
name: Inductor-XPU-UT-Data-${{ github.event.pull_request.number || github.sha }}-${{ inputs.abi }} | |||
name: Inductor-XPU-UT-Data-${{ github.event.pull_request.number || github.sha }}-${{ inputs.abi }}-${{ inputs.ut }} |
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.
We'd better to replace the ,
as -
in the inputs.ut
and use it in artifact name
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.
update in pull.yml
5747e2d
to
f9bda8f
Compare
No description provided.