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]