File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
type : string
16
16
is_latest_rondb_release :
17
17
required : true
18
- description : " Is latest stable RonDB release"
18
+ description : " Is latest stable RonDB release; affects the image tag "
19
19
type : boolean
20
20
default : false
21
21
skip_test :
22
22
required : true
23
- description : " Don't run a docker-compose cluster with benchmarking"
23
+ description : " Skip running a docker-compose cluster with benchmarking"
24
24
type : boolean
25
25
default : false
26
26
base_download_url :
27
27
type : string
28
28
required : true
29
- description : " Base URL for downloading RonDB tarballs; This will afect the image name"
29
+ description : " Base URL for downloading RonDB tarballs; affects the image name"
30
30
default : https://repo.hops.works/master
31
31
32
32
# Inputs here have to be duplicated from workflow_call...
44
44
type : string
45
45
is_latest_rondb_release :
46
46
required : true
47
- description : " Is latest stable RonDB release"
47
+ description : " Is latest stable RonDB release; affects the image tag "
48
48
type : boolean
49
49
default : false
50
50
skip_test :
51
51
required : true
52
- description : " Don't run a docker-compose cluster with benchmarking"
52
+ description : " Skip running a docker-compose cluster with benchmarking"
53
53
type : boolean
54
54
default : false
55
55
base_download_url :
56
56
type : choice
57
57
required : true
58
- description : " Base URL for downloading RonDB tarballs; This will afect the image name"
58
+ description : " Base URL for downloading RonDB tarballs; affects the image name"
59
59
default : https://repo.hops.works/master
60
60
options :
61
61
- https://repo.hops.works/master
You can’t perform that action at this time.
0 commit comments