Skip to content

Commit

Permalink
[dnm] test
Browse files Browse the repository at this point in the history
  • Loading branch information
LuDuda committed May 24, 2024
1 parent 1ffbf1a commit 5e8d70b
Show file tree
Hide file tree
Showing 17 changed files with 70 additions and 3,052 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.

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

on:
pull_request:
branches:
- 'main'
push

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'openthread/openthread' && github.run_id) || github.ref }}
Expand All @@ -50,12 +48,12 @@ 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@438b091de99cc8597c1cd2934edfc506cafbdfe6 # master
with:
oss-fuzz-project-name: 'openthread'
dry-run: false
- name: Run Fuzzers
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@c0e4bb8d15a68b7f8cc731ea75523e48a2301bcf # master
uses: LuDuda/oss-fuzz/infra/cifuzz/actions/run_fuzzers@438b091de99cc8597c1cd2934edfc506cafbdfe6 # master
with:
oss-fuzz-project-name: 'openthread'
fuzz-seconds: 1800
Expand All @@ -66,3 +64,55 @@ jobs:
with:
name: artifacts
path: ./out/artifacts

Fuzzing2:
runs-on: ubuntu-20.04
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

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

Fuzzing3:
runs-on: ubuntu-20.04
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- name: Build Fuzzers
uses: LuDuda/oss-fuzz/infra/cifuzz/actions/build_fuzzers@438b091de99cc8597c1cd2934edfc506cafbdfe6 # master
with:
oss-fuzz-project-name: 'openthread'
dry-run: false
- name: Run Fuzzers
uses: LuDuda/oss-fuzz/infra/cifuzz/actions/run_fuzzers@438b091de99cc8597c1cd2934edfc506cafbdfe6 # master
with:
oss-fuzz-project-name: 'openthread'
fuzz-seconds: 1800
dry-run: false
- 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 5e8d70b

Please sign in to comment.