Skip to content

Commit

Permalink
Fix molecule tests: Add pgvectorscale_version variable (#812)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks authored Nov 20, 2024
1 parent 67a2127 commit 9989701
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions automation/molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
enable_citus: "{{ 'false' if ansible_distribution_version == '24.04' else 'true' }}" # TODO Ubuntu 24.04
enable_paradedb: "{{ 'false' if ansible_distribution_release == 'bullseye' else 'true' }}" # pg_search and pg_analytics (no packages for debian 11)
enable_pgvectorscale: "{{ 'true' if ansible_distribution_release in ['bookworm', 'jammy', 'noble'] else 'false' }}" # only deb packages are available
pgvectorscale_version: "0.5.0" # TODO (v0.5.1 does not contain packages)
# create extension
postgresql_schemas:
- { schema: "paradedb", db: "postgres", owner: "postgres" } # pg_search must be installed in the paradedb schema.
Expand Down

0 comments on commit 9989701

Please sign in to comment.