Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/running-clusterfuzzlite/prow.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ the following to your job config under either Presubmits or Postsubmits:
value: <your-cloud-bucket>
- name: CFL_PLATFORM
value: prow
- name: LANGUAGE
value: go # Change this to whatever language you are fuzzing
```
{% endraw %}

Expand Down Expand Up @@ -146,6 +148,8 @@ jobs:
value: 3600 # 1 Hour. You can change this.
- name: CFL_PLATFORM
value: prow
- name: LANGUAGE
value: go # Change this to whatever language you are fuzzing
```

{% endraw %}
Expand Down Expand Up @@ -193,6 +197,8 @@ same code coverage. To enable this, add the following to your prow job config fo
value: <your-cloud-bucket>
- name: CFL_PLATFORM
value: prow
- name: LANGUAGE
value: go # Change this to whatever language you are fuzzing
```
{% endraw %}

Expand Down