diff --git a/.github/workflows/_e2e_nightly_single_node.yaml b/.github/workflows/_e2e_nightly_single_node.yaml index f6ba5cff..5ca64810 100644 --- a/.github/workflows/_e2e_nightly_single_node.yaml +++ b/.github/workflows/_e2e_nightly_single_node.yaml @@ -76,6 +76,7 @@ jobs: UV_INDEX_STRATEGY: unsafe-best-match UV_NO_CACHE: 1 UV_SYSTEM_PYTHON: 1 + VLLM_ENGINE_READY_TIMEOUT_S: 1800 steps: - name: Check npu and CANN info run: | @@ -204,6 +205,7 @@ jobs: VLLM_CI_RUNNER: ${{ inputs.runner }} working-directory: /vllm-workspace/vllm-ascend run: | + export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH echo "Running pytest with tests path: ${{ inputs.tests }}" pytest -sv "${{ inputs.tests }}" \ --ignore=tests/e2e/nightly/single_node/ops/singlecard_ops/test_fused_moe.py @@ -217,6 +219,7 @@ jobs: CONFIG_YAML_PATH: ${{ inputs.config_file_path }} working-directory: /vllm-workspace/vllm-ascend run: | + export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH echo "export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib" >> ~/.bashrc echo "Running YAML-driven test with config: ${{ inputs.config_file_path }}" pytest -sv tests/e2e/nightly/single_node/models/scripts/test_single_node.py