Skip to content

Add max file upload argument to test-reporting step #698

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Sep 5, 2024
Prev Previous commit
Next Next commit
add missing argument definition
scme0 committed Aug 28, 2024
commit 80834ddb075237e754e831735bed81da5bf943de
6 changes: 4 additions & 2 deletions incubating/test-reporting/step.yaml
Original file line number Diff line number Diff line change
@@ -45,7 +45,6 @@ metadata:
branch: ${{CF_BRANCH_TAG_NORMALIZED}}
report_dir: mochawesome-report
report_index_file: mochawesome.html
max_upload_size_mb: 1000

spec:
arguments: |-
@@ -85,8 +84,11 @@ spec:
"branch" : {
"type": "string",
"description": "Normalized branch name"
},
"max_upload_size_mb": {
"type": "integer",
"description": "Max upload size in MB. The default is 1000MB"
}

}
}
stepsTemplate: |-