aboutsummaryrefslogtreecommitdiff
path: root/infra/cifuzz/example_main.yml
diff options
context:
space:
mode:
authorLeo Neat <leosneat@gmail.com>2020-02-19 15:32:30 -0800
committerGitHub <noreply@github.com>2020-02-19 15:32:30 -0800
commit39fe0d725b9ae091d4b7ae1caf6eda3b2ff435f5 (patch)
treecfc007ba80ee6218f527b1412b310fe58738819f /infra/cifuzz/example_main.yml
parent4d8c828789adaeabac864df15fa42808e7129faf (diff)
downloadoss-fuzz-39fe0d725b9ae091d4b7ae1caf6eda3b2ff435f5.tar.gz
[CIFuzz] Check crash on most recent OSS-Fuzz build (#3385)
Adds functionality to check if a crash exists in the most recent OSS-Fuzz build. This is necessary to determine if a crash was introduced in the current pull request or existed in the project already. Crashes that are surfaced to the user will be both reproducible and novel to the OSS-Fuzz project.
Diffstat (limited to 'infra/cifuzz/example_main.yml')
-rw-r--r--infra/cifuzz/example_main.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/infra/cifuzz/example_main.yml b/infra/cifuzz/example_main.yml
index 588dde824..ca69c744d 100644
--- a/infra/cifuzz/example_main.yml
+++ b/infra/cifuzz/example_main.yml
@@ -7,11 +7,12 @@ jobs:
- name: Build Fuzzers
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
with:
- project-name: 'example'
+ oss-fuzz-project-name: 'example'
dry-run: false
- name: Run Fuzzers
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
with:
+ oss-fuzz-project-name: 'example'
fuzz-time: 600
dry-run: false
- name: Upload Crash