File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 32
32
default : false
33
33
required : false
34
34
type : boolean
35
- GenAIComps_branch :
35
+ opea_branch :
36
36
default : " main"
37
37
required : false
38
38
type : string
46
46
# ###################################################################################################
47
47
build-images :
48
48
runs-on : " docker-build-${{ inputs.node }}"
49
- continue-on-error : true
50
49
steps :
51
50
- name : Clean Up Working Directory
52
51
run : sudo rm -rf ${{github.workspace}}/*
65
64
git clone https://github.com/vllm-project/vllm.git
66
65
fi
67
66
git clone https://github.com/opea-project/GenAIComps.git
68
- cd GenAIComps && git checkout ${{ inputs.GenAIComps_branch }} && cd ../
67
+ cd GenAIComps && git checkout ${{ inputs.opea_branch }} && cd ../
69
68
70
69
- name : Build Image
71
70
if : ${{ fromJSON(inputs.build) }}
Original file line number Diff line number Diff line change 40
40
description : ' Test examples with k8s'
41
41
required : false
42
42
type : boolean
43
- GenAIComps_branch :
43
+ opea_branch :
44
44
default : " main"
45
- description : ' GenAIComps branch for image build'
45
+ description : ' OPEA branch for image build'
46
46
required : false
47
47
type : string
48
48
GenAIComps_branch :
85
85
scan : ${{ fromJSON(inputs.scan) }}
86
86
test_compose : ${{ fromJSON(inputs.test_compose) }}
87
87
test_k8s : ${{ fromJSON(inputs.test_k8s) }}
88
- GenAIComps_branch : ${{ inputs.GenAIComps_branch }}
88
+ opea_branch : ${{ inputs.opea_branch }}
89
89
secrets : inherit
You can’t perform that action at this time.
0 commit comments