Skip to content

Commit 0f8344e

Browse files
authored
Update test params (#1182)
Signed-off-by: chensuyue <suyue.chen@intel.com>
1 parent ed8dbaa commit 0f8344e

File tree

3 files changed

+4
-34
lines changed

3 files changed

+4
-34
lines changed

.github/workflows/_gmc-workflow.yml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -67,36 +67,6 @@ jobs:
6767
make docker.build
6868
make docker.push
6969
70-
- name: Scan gmcmanager
71-
if: ${{ inputs.node == 'gaudi' }}
72-
uses: opea-project/validation/actions/trivy-scan@main
73-
with:
74-
image-ref: ${{ env.DOCKER_REGISTRY }}/gmcmanager:${{ env.VERSION }}
75-
output: gmcmanager-scan.txt
76-
77-
- name: Upload gmcmanager scan result
78-
if: ${{ inputs.node == 'gaudi' }}
79-
uses: actions/upload-artifact@v4.3.4
80-
with:
81-
name: gmcmanager-scan
82-
path: gmcmanager-scan.txt
83-
overwrite: true
84-
85-
- name: Scan gmcrouter
86-
if: ${{ inputs.node == 'gaudi' }}
87-
uses: opea-project/validation/actions/trivy-scan@main
88-
with:
89-
image-ref: ${{ env.DOCKER_REGISTRY }}/gmcrouter:${{ env.VERSION }}
90-
output: gmcrouter-scan.txt
91-
92-
- name: Upload gmcrouter scan result
93-
if: ${{ inputs.node == 'gaudi' }}
94-
uses: actions/upload-artifact@v4.3.4
95-
with:
96-
name: gmcrouter-scan
97-
path: gmcrouter-scan.txt
98-
overwrite: true
99-
10070
- name: Clean up images
10171
if: always()
10272
run: |

.github/workflows/manual-example-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
type: string
1313
examples:
1414
default: "ChatQnA"
15-
description: 'List of examples to test [AudioQnA,ChatQnA,CodeGen,CodeTrans,DocSum,FaqGen,SearchQnA,Translation]'
15+
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]'
1616
required: true
1717
type: string
1818
tag:
@@ -51,7 +51,7 @@ on:
5151
required: false
5252
type: string
5353
inject_commit:
54-
default: true
54+
default: false
5555
description: "inject commit to docker images true or false"
5656
required: false
5757
type: string

.github/workflows/manual-image-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
type: string
1313
example:
1414
default: "ChatQnA"
15-
description: 'Build images belong to which example?'
15+
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]'
1616
required: true
1717
type: string
1818
services:
@@ -31,7 +31,7 @@ on:
3131
required: false
3232
type: string
3333
inject_commit:
34-
default: true
34+
default: false
3535
description: "inject commit to docker images true or false"
3636
required: false
3737
type: string

0 commit comments

Comments
 (0)