Skip to content

Commit

Permalink
[test] fuzz
Browse files Browse the repository at this point in the history
  • Loading branch information
LuDuda committed May 26, 2024
1 parent 1ffbf1a commit 022fc8f
Show file tree
Hide file tree
Showing 22 changed files with 68 additions and 3,056 deletions.
462 changes: 0 additions & 462 deletions .github/workflows/build.yml

This file was deleted.

85 changes: 0 additions & 85 deletions .github/workflows/codeql.yml

This file was deleted.

107 changes: 0 additions & 107 deletions .github/workflows/docker.yml

This file was deleted.

17 changes: 8 additions & 9 deletions .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,7 @@
name: CIFuzz

on:
pull_request:
branches:
- 'main'

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'openthread/openthread' && github.run_id) || github.ref }}
cancel-in-progress: true
push

permissions: # added using https://github.com/step-security/secure-workflows
contents: read
Expand All @@ -50,19 +44,24 @@ jobs:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- name: Build Fuzzers
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@c0e4bb8d15a68b7f8cc731ea75523e48a2301bcf # master
uses: LuDuda/oss-fuzz/infra/cifuzz/actions/build_fuzzers@5f740a8d5e504678f37ffc34d5d78a1c50293240 # master
with:
oss-fuzz-project-name: 'openthread'
dry-run: false
env:
GITHUB_REPOSITORY: LuDuda/openthread
- name: Run Fuzzers
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@c0e4bb8d15a68b7f8cc731ea75523e48a2301bcf # master
uses: LuDuda/oss-fuzz/infra/cifuzz/actions/run_fuzzers@5f740a8d5e504678f37ffc34d5d78a1c50293240 # master
with:
oss-fuzz-project-name: 'openthread'
fuzz-seconds: 1800
dry-run: false
env:
GITHUB_REPOSITORY: LuDuda/openthread
- name: Upload Crash
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
if: failure()
with:
name: artifacts
path: ./out/artifacts

60 changes: 0 additions & 60 deletions .github/workflows/makefile-check.yml

This file was deleted.

Loading

0 comments on commit 022fc8f

Please sign in to comment.