Skip to content

Commit

Permalink
Merge pull request #37 from hmeriann/fix-fuzzer-ci
Browse files Browse the repository at this point in the history
fix the logs uploading
  • Loading branch information
Tmonster authored Dec 13, 2024
2 parents 921d336 + 4f64880 commit 155f2aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cifuzz-basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
name: Build DuckDB
uses: ./.github/workflows/build_fuzzer.yml
with:
git_url: ${{ github.repository }}
git_tag: ${{ github.ref_name }}
git_url: duckdb/duckdb_sqlsmith
git_tag: main
timeout-minutes: 120

fuzzer:
Expand All @@ -36,5 +36,6 @@ jobs:
timeout-minutes: 120
max_queries: 10
no-git-checks: true
enable_verification: false
secrets:
DUCKDB_HASH: ${{ needs.build-duckdb.outputs.duckdb-hash }}
7 changes: 5 additions & 2 deletions .github/workflows/fuzz_duckdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ on:
enable_verification:
required: true
type: boolean
repo:
required: true
type: string
secrets:
FUZZEROFDUCKSKEY:
required: false
Expand All @@ -38,7 +41,7 @@ jobs:
- name: checkout duckdb_sqlsmith
uses: actions/checkout@v4
with:
repository: hmeriann/duckdb_sqlsmith
repository: duckdb/duckdb_sqlsmith
path: duckdb_sqlsmith
sparse-checkout: |
scripts
Expand Down Expand Up @@ -75,4 +78,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: fuzz_complete_logs_${{ inputs.fuzzer }}_${{ inputs.data }}_ev_is_${{ inputs.enable_verification }}.sql
path: duckdb_sqlsmith/sqlsmith.complete.log
path: duckdb_sqlsmith/fuzz_complete_logs_${{ inputs.fuzzer }}_${{ inputs.data }}_ev_is_${{ inputs.enable_verification }}.sql

0 comments on commit 155f2aa

Please sign in to comment.