Skip to content

Add os release exclusion mechanism into postgres-matrix.yml #958

Description

Currently, we manage os/release-postgres match exclusion in pg_exclude.yml. We can merge this into postgres-matrix file as below

name: Postgres Version Matrix
project_name: citus

version_matrix:
  - 8.0:
      postgres_versions: [ 10, 11 ]
  - 9.0:
      postgres_versions: [ 11, 12 ]
  - 9.5:
      postgres_versions: [ 11, 12, 13 ]
  - 10.1:
      postgres_versions: [ 12, 13 ]
  - 10.2:
      postgres_versions: [ 12, 13, 14 ]
  - 11.0:
      postgres_versions: [ 13, 14 ]
  - 11.1:
      postgres_versions: [ 13, 14, 15 ]

exclude:
  nightly:
    ol/7: [ 15 ]
  release:
    all: [ 15 ]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions