File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
incubating/test-reporting Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
5
5
version : 1.2.0
6
6
title : Test reporting
7
7
isPublic : true
8
- description : Upload test report to some your storage integration.
8
+ description : Upload test report data to your storage integration.
9
9
sources :
10
10
- ' https://github.com/codefresh-io/cf-docker-test-reporting'
11
11
stage : incubating
@@ -45,8 +45,6 @@ metadata:
45
45
branch : ${{CF_BRANCH_TAG_NORMALIZED}}
46
46
report_dir : mochawesome-report
47
47
report_index_file : mochawesome.html
48
- image_tag : 1.2.0-scmecr-19339add-max-file-upload-argument
49
-
50
48
spec :
51
49
arguments : |-
52
50
{
@@ -92,15 +90,18 @@ spec:
92
90
},
93
91
"max_upload_size_mb": {
94
92
"type": "integer",
95
- "description": "Max upload size in MB. The default is 1000MB"
93
+ "description": "Max upload size in MB",
94
+ "default": 1000
96
95
},
97
96
"cf_api_retries": {
98
97
"type": "integer",
99
- "description": "The number of times to retry if a Codefresh API call fails. The default is 0"
98
+ "description": "The number of times to retry if a Codefresh API call fails",
99
+ "default": 0
100
100
},
101
101
"image_tag": {
102
102
"type": "string",
103
- "description": "The version of test reporting image. The default is 1.2.0"
103
+ "description": "The version of test reporting image",
104
+ "default": "1.2.0-scmecr-19339add-max-file-upload-argument"
104
105
}
105
106
}
106
107
}
You can’t perform that action at this time.
0 commit comments