Skip to content

Commit 0db070b

Browse files
committed
Fix bugs, defaults and descriptions in step after testing
1 parent 12af6c9 commit 0db070b

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

incubating/test-reporting/step.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
version: 1.2.0
66
title: Test reporting
77
isPublic: true
8-
description: Upload test report to some your storage integration.
8+
description: Upload test report data to your storage integration.
99
sources:
1010
- 'https://github.com/codefresh-io/cf-docker-test-reporting'
1111
stage: incubating
@@ -45,8 +45,6 @@ metadata:
4545
branch: ${{CF_BRANCH_TAG_NORMALIZED}}
4646
report_dir: mochawesome-report
4747
report_index_file: mochawesome.html
48-
image_tag: 1.2.0-scmecr-19339add-max-file-upload-argument
49-
5048
spec:
5149
arguments: |-
5250
{
@@ -92,15 +90,18 @@ spec:
9290
},
9391
"max_upload_size_mb": {
9492
"type": "integer",
95-
"description": "Max upload size in MB. The default is 1000MB"
93+
"description": "Max upload size in MB",
94+
"default": 1000
9695
},
9796
"cf_api_retries": {
9897
"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
100100
},
101101
"image_tag": {
102102
"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"
104105
}
105106
}
106107
}

0 commit comments

Comments
 (0)