Skip to content

Commit

Permalink
Update test params (opea-project#1182)
Browse files Browse the repository at this point in the history
Signed-off-by: chensuyue <[email protected]>
  • Loading branch information
chensuyue authored Nov 29, 2024
1 parent ed8dbaa commit 0f8344e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 34 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/_gmc-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,36 +67,6 @@ jobs:
make docker.build
make docker.push
- name: Scan gmcmanager
if: ${{ inputs.node == 'gaudi' }}
uses: opea-project/validation/actions/trivy-scan@main
with:
image-ref: ${{ env.DOCKER_REGISTRY }}/gmcmanager:${{ env.VERSION }}
output: gmcmanager-scan.txt

- name: Upload gmcmanager scan result
if: ${{ inputs.node == 'gaudi' }}
uses: actions/[email protected]
with:
name: gmcmanager-scan
path: gmcmanager-scan.txt
overwrite: true

- name: Scan gmcrouter
if: ${{ inputs.node == 'gaudi' }}
uses: opea-project/validation/actions/trivy-scan@main
with:
image-ref: ${{ env.DOCKER_REGISTRY }}/gmcrouter:${{ env.VERSION }}
output: gmcrouter-scan.txt

- name: Upload gmcrouter scan result
if: ${{ inputs.node == 'gaudi' }}
uses: actions/[email protected]
with:
name: gmcrouter-scan
path: gmcrouter-scan.txt
overwrite: true

- name: Clean up images
if: always()
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/manual-example-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
type: string
examples:
default: "ChatQnA"
description: 'List of examples to test [AudioQnA,ChatQnA,CodeGen,CodeTrans,DocSum,FaqGen,SearchQnA,Translation]'
description: 'List of examples to test [AgentQnA,AudioQnA,ChatQnA,CodeGen,CodeTrans,DocIndexRetriever,DocSum,FaqGen,InstructionTuning,MultimodalQnA,ProductivitySuite,RerankFinetuning,SearchQnA,Translation,VideoQnA,VisualQnA,AvatarChatbot,Text2Image,WorkflowExecAgent,DBQnA,EdgeCraftRAG,GraphRAG]'
required: true
type: string
tag:
Expand Down Expand Up @@ -51,7 +51,7 @@ on:
required: false
type: string
inject_commit:
default: true
default: false
description: "inject commit to docker images true or false"
required: false
type: string
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/manual-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
type: string
example:
default: "ChatQnA"
description: 'Build images belong to which example?'
description: 'Build images belong to which example? [AgentQnA,AudioQnA,ChatQnA,CodeGen,CodeTrans,DocIndexRetriever,DocSum,FaqGen,InstructionTuning,MultimodalQnA,ProductivitySuite,RerankFinetuning,SearchQnA,Translation,VideoQnA,VisualQnA,AvatarChatbot,Text2Image,WorkflowExecAgent,DBQnA,EdgeCraftRAG,GraphRAG]'
required: true
type: string
services:
Expand All @@ -31,7 +31,7 @@ on:
required: false
type: string
inject_commit:
default: true
default: false
description: "inject commit to docker images true or false"
required: false
type: string
Expand Down

0 comments on commit 0f8344e

Please sign in to comment.