Skip to content

Commit

Permalink
Update evaluation workflow config.toml (konveyor#265)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Montleon <jmontleo@redhat.com>
  • Loading branch information
jmontleon committed Jul 29, 2024
1 parent de6743f commit 90c6538
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/evaluation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,14 @@ jobs:
cd kai
cat << EOF > config.toml
log_level = "info"
file_log_level = "debug"
log_dir = "$pwd/logs"
demo_mode = false
trace_enabled = true
solution_consumers = ["diff_only", "llm_summary"]
[incident_store]
solution_detectors = "naive"
solution_producers = "text_only"
[incident_store.args]
provider = "postgresql"
host = "127.0.0.1"
Expand Down

0 comments on commit 90c6538

Please sign in to comment.