File tree 2 files changed +5
-6
lines changed
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
42
42
# ###################################################################################################
43
43
build-images :
44
44
runs-on : " docker-build-${{ inputs.node }}"
45
- continue-on-error : true
46
45
steps :
47
46
- name : Clean Up Working Directory
48
47
run : sudo rm -rf ${{github.workspace}}/*
61
60
git clone https://github.com/vllm-project/vllm.git
62
61
fi
63
62
git clone https://github.com/opea-project/GenAIComps.git
64
- cd GenAIComps && git checkout ${{ inputs.GenAIComps_branch }} && cd ../
63
+ cd GenAIComps && git checkout ${{ inputs.opea_branch }} && cd ../
65
64
66
65
- name : Build Image
67
66
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
80
80
scan : ${{ fromJSON(inputs.scan) }}
81
81
test_compose : ${{ fromJSON(inputs.test_compose) }}
82
82
test_k8s : ${{ fromJSON(inputs.test_k8s) }}
83
- GenAIComps_branch : ${{ inputs.GenAIComps_branch }}
83
+ opea_branch : ${{ inputs.opea_branch }}
84
84
secrets : inherit
You can’t perform that action at this time.
0 commit comments