Skip to content

Commit

Permalink
for test
Browse files Browse the repository at this point in the history
Signed-off-by: chensuyue <suyue.chen@intel.com>
  • Loading branch information
chensuyue committed Aug 14, 2024
1 parent bfbd870 commit 839cc50
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_example-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
cd ${{ github.workspace }}/${{ inputs.example }}/docker
if [ "${{ inputs.example }}" == "ChatQnA" ]; then
git clone https://github.com/opea-project/GenAIComps.git
# git clone https://github.com/opea-project/GenAIComps.git
git clone https://github.com/huggingface/tei-gaudi.git
git clone https://github.com/vllm-project/vllm.git.git
fi
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
scan-images:
needs: [image-list]
if: ${{ fromJSON(inputs.scan) && inputs.node == 'gaudi' }}
if: ${{ fromJSON(inputs.scan) && inputs.node == 'gaudi' && failure() }}
runs-on: "docker-build-${{ inputs.node }}"
strategy:
matrix:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/_run-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ jobs:
run: |
cd ${{ github.workspace }}/$example/tests
if [[ "$IMAGE_REPO" == "" ]]; then export IMAGE_REPO="${OPEA_IMAGE_REPO}opea"; fi
env
if [ -f ${test_case} ]; then timeout 30m bash ${test_case}; else echo "Test script {${test_case}} not found, skip test!"; fi
- name: Clean up container
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-docker-compose-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: E2E test with docker compose

on:
pull_request_target:
pull_request:
branches: [main]
types: [opened, reopened, ready_for_review, synchronize] # added `ready_for_review` since draft is skipped
paths:
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 839cc50

Please sign in to comment.