Revert "Add fuzzing tests in CI/CD"

This reverts commit 4babce9749.
This commit is contained in:
Théophile Diot 2023-10-02 16:10:52 +01:00
parent 4babce9749
commit f0761eed2c
No known key found for this signature in database
GPG Key ID: 248FEA4BAE400D06
3 changed files with 0 additions and 34 deletions

View File

@ -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 }}

View File

@ -70,9 +70,6 @@ jobs:
contents: read
security-events: write
cflite:
uses: ./.github/workflows/cflite.yml
# UI tests
tests-ui:
needs: [codeql, build-containers]

View File

@ -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]