mirror of https://github.com/citusdata/citus.git
congigure pg15 image infra
parent
ef45cf1fb9
commit
d2838b83a1
|
@ -6,13 +6,16 @@ orbs:
|
||||||
parameters:
|
parameters:
|
||||||
image_suffix:
|
image_suffix:
|
||||||
type: string
|
type: string
|
||||||
default: '-vabaecad'
|
default: '-dev-6385a38'
|
||||||
pg13_version:
|
pg13_version:
|
||||||
type: string
|
type: string
|
||||||
default: '13.4'
|
default: '13.4'
|
||||||
pg14_version:
|
pg14_version:
|
||||||
type: string
|
type: string
|
||||||
default: '14.0'
|
default: '14.0'
|
||||||
|
pg15_version:
|
||||||
|
type: string
|
||||||
|
default: '15devel'
|
||||||
upgrade_pg_versions:
|
upgrade_pg_versions:
|
||||||
type: string
|
type: string
|
||||||
default: '13.4-14.0'
|
default: '13.4-14.0'
|
||||||
|
@ -537,7 +540,7 @@ workflows:
|
||||||
- build:
|
- build:
|
||||||
name: build-15
|
name: build-15
|
||||||
pg_major: 15
|
pg_major: 15
|
||||||
image_tag: '15-source-dev-202205021637'
|
image_tag: '<< pipeline.parameters.pg15_version >>'
|
||||||
|
|
||||||
- check-style
|
- check-style
|
||||||
- check-sql-snapshots
|
- check-sql-snapshots
|
||||||
|
|
Loading…
Reference in New Issue