Skip to content

Commit 828ba04

Browse files
authored
Add Language env var to Prow docs (#123)
1 parent 532d356 commit 828ba04

File tree

1 file changed

+6
-0
lines changed
  • docs/running-clusterfuzzlite

1 file changed

+6
-0
lines changed

docs/running-clusterfuzzlite/prow.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ the following to your job config under either Presubmits or Postsubmits:
9696
value: <your-cloud-bucket>
9797
- name: CFL_PLATFORM
9898
value: prow
99+
- name: LANGUAGE
100+
value: go # Change this to whatever language you are fuzzing
99101
```
100102
{% endraw %}
101103
@@ -146,6 +148,8 @@ jobs:
146148
value: 3600 # 1 Hour. You can change this.
147149
- name: CFL_PLATFORM
148150
value: prow
151+
- name: LANGUAGE
152+
value: go # Change this to whatever language you are fuzzing
149153
```
150154

151155
{% endraw %}
@@ -193,6 +197,8 @@ same code coverage. To enable this, add the following to your prow job config fo
193197
value: <your-cloud-bucket>
194198
- name: CFL_PLATFORM
195199
value: prow
200+
- name: LANGUAGE
201+
value: go # Change this to whatever language you are fuzzing
196202
```
197203
{% endraw %}
198204

0 commit comments

Comments
 (0)