Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/ci_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,8 @@ platforms:
execution_mode: agent_local
image:
dockerfile: images/ascend/
buildkit: true
build_args:
BASE_IMAGE: quay.io/ascend/vllm-ascend:v0.18.0rc1-openeuler
PIP_INDEX_URL: https://pypi.org/simple
skip_build: true
source_image: infiniops-ci/ascend:cann9.1.0-torch2.10.0-npu-post4-20260909
docker_args:
- "--runtime=runc"
- "--privileged"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ on:

jobs:
ci:
uses: InfiniTensor/ci/.github/workflows/infiniops-ci.yml@b45d360c8cc529747ee31c5451d7eac96ac9f309
uses: InfiniTensor/ci/.github/workflows/infiniops-ci.yml@901566229509ac54f520210c6856bf163209f907
with:
config_path: .github/ci_config.yml
ci_ref: b45d360c8cc529747ee31c5451d7eac96ac9f309
ci_ref: 901566229509ac54f520210c6856bf163209f907
max_parallel: 10
platform: ${{ github.event_name == 'workflow_dispatch' && (inputs.platform == 'all' && 'nvidia,iluvatar,metax,moore,cambricon,ascend' || inputs.platform) || 'nvidia,iluvatar,metax,moore,cambricon,ascend' }}
secrets: inherit
Loading