From f0761eed2c8fe57999e66e9b0cdc74cc9f7bbd3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= Date: Mon, 2 Oct 2023 16:10:52 +0100 Subject: [PATCH] Revert "Add fuzzing tests in CI/CD" This reverts commit 4babce97492c9748017128f102be923aac4b410a. --- .github/workflows/cflite.yml | 28 ---------------------------- .github/workflows/dev.yml | 3 --- .github/workflows/staging.yml | 3 --- 3 files changed, 34 deletions(-) delete mode 100644 .github/workflows/cflite.yml diff --git a/.github/workflows/cflite.yml b/.github/workflows/cflite.yml deleted file mode 100644 index 61119a0be..000000000 --- a/.github/workflows/cflite.yml +++ /dev/null @@ -1,28 +0,0 @@ -name: ClusterFuzzLite fuzzing -on: - workflow_call: - -jobs: - fuzz: - runs-on: ubuntu-latest - strategy: - fail-fast: false - matrix: - sanitizer: - - address - - undefined - steps: - - name: Build Fuzzers (${{ matrix.sanitizer }}) - id: build - uses: google/clusterfuzzlite/actions/build_fuzzers@v1 - with: - language: python - sanitizer: ${{ matrix.sanitizer }} - - name: Run Fuzzers (${{ matrix.sanitizer }}) - id: run - uses: google/clusterfuzzlite/actions/run_fuzzers@v1 - with: - fuzz-seconds: 3600 - parallel-fuzzing: true - mode: "batch" - sanitizer: ${{ matrix.sanitizer }} diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 2324a334e..4d4261414 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -70,9 +70,6 @@ jobs: contents: read security-events: write - cflite: - uses: ./.github/workflows/cflite.yml - # UI tests tests-ui: needs: [codeql, build-containers] diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index d36eef603..7e1762e16 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -71,9 +71,6 @@ jobs: contents: read security-events: write - cflite: - uses: ./.github/workflows/cflite.yml - # Create infrastructures and prepare tests create-infras: needs: [codeql, build-containers, build-packages]