Skip to content

Commit

Permalink
update reusable workflows paths, pass dry parameter to Fuzzer
Browse files Browse the repository at this point in the history
  • Loading branch information
hmeriann committed Aug 29, 2024
1 parent f9af73a commit 70632e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-fuzzer-ci-still-works.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ on:
jobs:
build-duckdb:
name: Build DuckDB
# should be a valid tag, branch name or commit. After it gets merged, we can replace it with the branch name
uses: duckdblabs/duckdb-fuzzer-ci/.github/workflows/reusable_build.yml@a718b91bfe729290ad0525722cd77651416d2046
uses: duckdblabs/duckdb-fuzzer-ci/.github/workflows/build_fuzzer.yml@main
with:
git_url: ${{ github.actor }}
git_tag: ${{ github.ref_name }}
Expand All @@ -26,9 +25,10 @@ jobs:
matrix:
fuzzer: [duckfuzz, sqlsmith, duckfuzz_functions]
data: [emptyalltypes]
uses: duckdblabs/duckdb-fuzzer-ci/.github/workflows/reusable_fuzzer.yml@a718b91bfe729290ad0525722cd77651416d2046
uses: duckdblabs/duckdb-fuzzer-ci/.github/workflows/fuzz_duckdb.yml@main
with:
fuzzer: ${{ matrix.fuzzer }}
data: ${{ matrix.data }}
timeout-minutes: 20
max_queries: 10
max_queries: 10
dry: false

0 comments on commit 70632e3

Please sign in to comment.