File tree 1 file changed +0
-22
lines changed
1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change 23
23
required : true
24
24
type : string
25
25
default : " ghcr.io/cosmos/ibc-go-simd"
26
- chain-binary :
27
- description : ' Specify the chain binary to be used'
28
- required : true
29
- type : string
30
- default : " simd"
31
26
chain-a-tag :
32
27
description : ' The tag to use for chain A'
33
28
required : true
64
59
description : ' Specify an arbitrary tag for chain B'
65
60
required : false
66
61
type : string
67
- relayer-type :
68
- default : rly
69
- description : ' The relayer to use'
70
- required : true
71
- type : choice
72
- options :
73
- - rly
74
- - hermes
75
- relayer-tag :
76
- description : ' The tag to use for the relayer'
77
- required : true
78
- default : " v2.1.2"
79
- type : string
80
-
81
62
82
63
jobs :
83
64
e2e-manual :
86
67
chain-image : " ${{ github.event.inputs.chain-image }}"
87
68
chain-a-tag : " ${{ github.event.inputs.chain-a-tag-override || github.event.inputs.chain-a-tag }}"
88
69
chain-b-tag : " ${{ github.event.inputs.chain-b-tag-override || github.event.inputs.chain-b-tag }}"
89
- relayer-tag : " ${{ github.event.inputs.relayer-tag }}"
90
- relayer-type : " ${{ github.event.inputs.relayer-type }}"
91
70
test-entry-point : " ${{ github.event.inputs.test-entry-point }}"
92
- chain-binary : " ${{ github.event.inputs.chain-binary }}"
You can’t perform that action at this time.
0 commit comments