You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/manual-example-workflow.yml
+60-54Lines changed: 60 additions & 54 deletions
Original file line number
Diff line number
Diff line change
@@ -3,58 +3,62 @@
3
3
4
4
name: Examples CD workflow on manual event
5
5
on:
6
-
workflow_dispatch:
7
-
inputs:
8
-
nodes:
9
-
default: "gaudi,xeon"
10
-
description: "Hardware to run test"
11
-
required: true
12
-
type: string
13
-
examples:
14
-
default: "ChatQnA"
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]'
16
-
required: true
17
-
type: string
18
-
tag:
19
-
default: "latest"
20
-
description: "Tag to apply to images"
21
-
required: true
22
-
type: string
23
-
deploy_gmc:
24
-
default: false
25
-
description: 'Whether to deploy gmc'
26
-
required: true
27
-
type: boolean
28
-
build:
29
-
default: true
30
-
description: 'Build test required images for Examples'
31
-
required: false
32
-
type: boolean
33
-
test_compose:
34
-
default: true
35
-
description: 'Test examples with docker compose'
36
-
required: false
37
-
type: boolean
38
-
test_helmchart:
39
-
default: false
40
-
description: 'Test examples with k8s'
41
-
required: false
42
-
type: boolean
43
-
test_gmc:
44
-
default: false
45
-
description: 'Test examples with gmc'
46
-
required: false
47
-
type: boolean
48
-
opea_branch:
49
-
default: "main"
50
-
description: 'OPEA branch for image build'
51
-
required: false
52
-
type: string
53
-
inject_commit:
54
-
default: false
55
-
description: "inject commit to docker images true or false"
# 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]'
20
+
# required: true
21
+
# type: string
22
+
# tag:
23
+
# default: "latest"
24
+
# description: "Tag to apply to images"
25
+
# required: true
26
+
# type: string
27
+
# deploy_gmc:
28
+
# default: false
29
+
# description: 'Whether to deploy gmc'
30
+
# required: true
31
+
# type: boolean
32
+
# build:
33
+
# default: true
34
+
# description: 'Build test required images for Examples'
35
+
# required: false
36
+
# type: boolean
37
+
# test_compose:
38
+
# default: true
39
+
# description: 'Test examples with docker compose'
40
+
# required: false
41
+
# type: boolean
42
+
# test_helmchart:
43
+
# default: false
44
+
# description: 'Test examples with k8s'
45
+
# required: false
46
+
# type: boolean
47
+
# test_gmc:
48
+
# default: false
49
+
# description: 'Test examples with gmc'
50
+
# required: false
51
+
# type: boolean
52
+
# opea_branch:
53
+
# default: "main"
54
+
# description: 'OPEA branch for image build'
55
+
# required: false
56
+
# type: string
57
+
# inject_commit:
58
+
# default: false
59
+
# description: "inject commit to docker images true or false"
0 commit comments