-
Notifications
You must be signed in to change notification settings - Fork 453
[CI] Run e2e after pre check pass #1132
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
Conversation
00909c7
to
6571a10
Compare
d3d7a71
to
aec9b62
Compare
run: | ||
shell: bash -el {0} | ||
|
||
jobs: |
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.
Could we squash yapf, codespell, ruff into one?
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.
I think leave mypy test to one is fine as well.
@Yikun please take a look again. Merged the 4 lint check into one. https://github.com/vllm-project/vllm-ascend/actions/runs/15552048318?pr=1132 |
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.
Looks good except comments inline.
BTW, I think we can do some thing pre-commit
in future.
https://github.com/vllm-project/vllm/blob/main/.github/workflows/pre-commit.yml
# | ||
|
||
name: 'e2e test' | ||
name: 'Basic Test' |
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.
name: 'Basic Test' | |
name: 'test' |
|
||
jobs: | ||
lint: | ||
runs-on: ubuntu-latest |
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.
runs-on: ubuntu-latest | |
runs-on: ubuntu-latest | |
name: lint |
run: | | ||
echo "::add-matcher::.github/workflows/matchers/mypy.json" | ||
tools/mypy.sh 1 ${{ matrix.python-version }} | ||
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.
Any reason why only actionlint left?
https://github.com/vllm-project/vllm-ascend/blob/main/.github/workflows/actionlint.yml
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.
let's merge others in the next PR
Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
Make sure the lint test passed before start the e2e test to save compute resource. Updated the patch doc to make sure the CI works as expect. Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
Make sure the lint test passed before start the e2e test to save compute resource. Updated the patch doc to make sure the CI works as expect. Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com> Signed-off-by: wangxiaoxin (A) <wangxiaoxin7@huawei.com>
Make sure the lint test passed before start the e2e test to save compute resource. Updated the patch doc to make sure the CI works as expect. Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com> Signed-off-by: wangxiaoxin (A) <wangxiaoxin7@huawei.com>
Make sure the lint test passed before start the e2e test to save compute resource.
Updated the patch doc to make sure the CI works as expect.