Skip to content

Conversation

mengfei25
Copy link
Contributor

disable_all

@mengfei25
Copy link
Contributor Author

@chuanqi129 chuanqi129 requested a review from daisyden October 20, 2025 01:50
Copy link
Contributor

@chuanqi129 chuanqi129 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please run ci UT tests to ensure changes don't impact current CI tests

parser = argparse.ArgumentParser(description="Run specific unit tests")
# By default, run the cases without the skipped cases
parser.add_argument(
"-k",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggest to use another parameter to distinguish with pytest -k

cp *.xml ${{ github.workspace }}/ut_log
echo -e "File Path: cd pytorch/third_party/torch-xpu-ops/test/xpu" | tee -a ${{ github.workspace }}/ut_log/reproduce_op_ut.log
echo -e "Reproduce Command: pytest -sv failed_case" | tee -a ${{ github.workspace }}/ut_log/reproduce_op_ut.log
- name: op_skipped
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- name: op_skipped
- name: skipped_ut

@chuanqi129
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants