Select Molecule scenarios by shared dependency usage

This commit is contained in:
Slavi Pantaleev
2026-09-19 08:32:06 +03:00
parent 8ffa38b4b7
commit 9f131990ba
7 changed files with 494 additions and 79 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ molecule_shared_image_python: "docker.io/library/python:3.14-alpine"
# Postgres for scenarios whose role has a database. Pinned at the major the postgres role
# deploys to new installations, and left to Renovate from there: when a new major lands,
# the PR bumping this pin runs every scenario against it, which is the earliest warning we
# get that a component does not cope. Users who upgrade Postgres promptly are on that major
# the PR bumping this pin runs every scenario that uses Postgres against it, which is the
# earliest warning we get that a component does not cope. Users who upgrade Postgres promptly are on that major
# well before the postgres role makes it the default for new installations.
# renovate: datasource=docker depName=docker.io/library/postgres
molecule_shared_image_postgres: "docker.io/library/postgres:18.6-alpine"