Skip to content

Reuse external workflows in Fuzzer CI #33

Reuse external workflows in Fuzzer CI

Reuse external workflows in Fuzzer CI #33

name: test-fuzzer-ci-still-works
on:
workflow_dispatch:
pull_request:
push:
branches:
- '**'
- '!main'
jobs:
build-duckdb:
name: Build DuckDB
uses: duckdblabs/duckdb-fuzzer-ci/.github/workflows/reusable_build.yml@reusable-workflows-for-fuzzer-ci
with:
git_url: ${{ github.actor }}
git_tag: ${{ github.ref_name }}
timeout-minutes: 120
fuzzer:
name: Fuzzer
needs:
- build-duckdb
strategy:
fail-fast: false
matrix:
fuzzer: [duckfuzz, sqlsmith, duckfuzz_functions]
data: [emptyalltypes]
uses: duckdblabs/duckdb-fuzzer-ci/.github/workflows/reusable_fuzzer.yml@reusable-workflows-for-fuzzer-ci

Check failure on line 28 in .github/workflows/test-fuzzer-ci-still-works.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-fuzzer-ci-still-works.yml

Invalid workflow file

error parsing called workflow ".github/workflows/test-fuzzer-ci-still-works.yml" -> "duckdblabs/duckdb-fuzzer-ci/.github/workflows/reusable_fuzzer.yml@reusable-workflows-for-fuzzer-ci" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
fuzzer: ${{ matrix.fuzzer }}
data: ${{ matrix.data }}
timeout-minutes: 20
dry: dry
max_queries: 10