Skip to content

Commit

Permalink
Remove timestamp from smoke test outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
natoverse committed Jan 14, 2025
1 parent 44b1bea commit f05132e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
12 changes: 4 additions & 8 deletions tests/fixtures/min-csv/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,12 @@ embeddings:
overwrite: True

storage:
type: file # or blob
base_dir: "output/${timestamp}/artifacts"
# connection_string: <azure_blob_storage_connection_string>
# container_name: <azure_blob_storage_container_name>
type: file
base_dir: "output"

reporting:
type: file # or console, blob
base_dir: "output/${timestamp}/reports"
# connection_string: <azure_blob_storage_connection_string>
# container_name: <azure_blob_storage_container_name>
type: file
base_dir: "output"

snapshots:
embeddings: True
12 changes: 4 additions & 8 deletions tests/fixtures/text/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,12 @@ community_reports:


storage:
type: file # or blob
base_dir: "output/${timestamp}/artifacts"
# connection_string: <azure_blob_storage_connection_string>
# container_name: <azure_blob_storage_container_name>
type: file
base_dir: "output"

reporting:
type: file # or console, blob
base_dir: "output/${timestamp}/reports"
# connection_string: <azure_blob_storage_connection_string>
# container_name: <azure_blob_storage_container_name>
type: file
base_dir: "output"

snapshots:
embeddings: True

0 comments on commit f05132e

Please sign in to comment.