upgrade to 14.0 (#5330)

pull/5331/head
SaitTalhaNisanci 2021-09-30 17:27:37 +03:00 committed by GitHub
parent c2311b4c0c
commit d7fde7dd1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 15 deletions

View File

@ -451,7 +451,7 @@ workflows:
- build:
name: build-14
pg_major: 14
image_tag: '14rc1'
image_tag: '14.0'
- check-style
- check-sql-snapshots
@ -607,74 +607,74 @@ workflows:
- test-citus:
name: 'test-14_check-multi'
pg_major: 14
image_tag: '14rc1'
image_tag: '14.0'
make: check-multi
requires: [build-14]
- test-citus:
name: 'test-14_check-multi-1'
pg_major: 14
image_tag: '14rc1'
image_tag: '14.0'
make: check-multi-1
requires: [build-14]
- test-citus:
name: 'test-14_check-mx'
pg_major: 14
image_tag: '14rc1'
image_tag: '14.0'
make: check-multi-mx
requires: [build-14]
- test-citus:
name: 'test-14_check-vanilla'
pg_major: 14
image_tag: '14rc1'
image_tag: '14.0'
make: check-vanilla
requires: [build-14]
- test-citus:
name: 'test-14_check-isolation'
pg_major: 14
image_tag: '14rc1'
image_tag: '14.0'
make: check-isolation
requires: [build-14]
- test-citus:
name: 'test-14_check-worker'
pg_major: 14
image_tag: '14rc1'
image_tag: '14.0'
make: check-worker
requires: [build-14]
- test-citus:
name: 'test-14_check-operations'
pg_major: 14
image_tag: '14rc1'
image_tag: '14.0'
make: check-operations
requires: [build-14]
- test-citus:
name: 'test-14_check-follower-cluster'
pg_major: 14
image_tag: '14rc1'
image_tag: '14.0'
make: check-follower-cluster
requires: [build-14]
- test-citus:
name: 'test-14_check-columnar'
pg_major: 14
image_tag: '14rc1'
image_tag: '14.0'
make: check-columnar
requires: [build-14]
- test-citus:
name: 'test-14_check-columnar-isolation'
pg_major: 14
image_tag: '14rc1'
image_tag: '14.0'
make: check-columnar-isolation
requires: [build-14]
- tap-test-citus:
name: 'test_14_tap-recovery'
pg_major: 14
image_tag: '14rc1'
image_tag: '14.0'
suite: recovery
requires: [build-14]
- test-citus:
name: 'test-14_check-failure'
pg_major: 14
image: citus/failtester
image_tag: '14rc1'
image_tag: '14.0'
make: check-failure
requires: [build-14]
@ -689,14 +689,14 @@ workflows:
name: 'test-12-14_check-pg-upgrade'
old_pg_major: 12
new_pg_major: 14
image_tag: '12.8-13.4-14rc1'
image_tag: '12.8-13.4-14.0'
requires: [build-12,build-14]
- test-pg-upgrade:
name: 'test-13-14_check-pg-upgrade'
old_pg_major: 13
new_pg_major: 14
image_tag: '12.8-13.4-14rc1'
image_tag: '12.8-13.4-14.0'
requires: [build-13,build-14]
- test-citus-upgrade: