Skip to content

Commit 6e708cc

Browse files
committed
add max_upload_size_mb for test-reporting step
1 parent 3d0b168 commit 6e708cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

incubating/test-reporting/step.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ metadata:
4545
branch: ${{CF_BRANCH_TAG_NORMALIZED}}
4646
report_dir: mochawesome-report
4747
report_index_file: mochawesome.html
48+
max_upload_size_mb: 1000
4849

4950
spec:
5051
arguments: |-
@@ -113,6 +114,9 @@ spec:
113114
[[ end ]]
114115
[[ if .Arguments.storage_integration ]]
115116
- CF_STORAGE_INTEGRATION=[[ .Arguments.storage_integration ]]
117+
[[ end ]]
118+
[[ if .Arguments.max_upload_size_mb ]]
119+
- MAX_UPLOAD_SIZE_MB=[[ .Arguments.max_upload_size_mb ]]
116120
[[ end ]]
117121
- CF_STEP_NAME=first
118122
- CF_VOLUME_PATH=/meta

0 commit comments

Comments
 (0)