From 5272348d0f91ea8c4ff7a5d2f183d5b366dee4dd Mon Sep 17 00:00:00 2001 From: Tom Finegan Date: Fri, 3 Dec 2021 18:21:19 -0800 Subject: [PATCH] Revert "Add CIFuzz integration" This reverts commit 6b6f90085670fb1b0ecba0c8ed3e93f6ef7d9140. --- .github/workflows/cifuzz.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/cifuzz.yml diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml deleted file mode 100644 index e6ce318..0000000 --- a/.github/workflows/cifuzz.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: CIFuzz -on: [pull_request] -jobs: - Fuzzing: - runs-on: ubuntu-latest - steps: - - name: Build Fuzzers - id: build - uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master - with: - oss-fuzz-project-name: 'draco' - dry-run: false - - name: Run Fuzzers - uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master - with: - oss-fuzz-project-name: 'draco' - fuzz-seconds: 600 - dry-run: false - - name: Upload Crash - uses: actions/upload-artifact@v1 - if: failure() && steps.build.outcome == 'success' - with: - name: artifacts - path: ./out/artifacts