From a9dced42912914a8d96ea2d514acb79fac189e92 Mon Sep 17 00:00:00 2001 From: SaitTalhaNisanci Date: Fri, 24 Sep 2021 11:15:37 +0300 Subject: [PATCH] Update images to use rc (#5320) (cherry picked from commit 800ad5eca66a00da7211269a5f55f077cfcd2849) --- .circleci/config.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d2e4dc45c..8db831107 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -451,7 +451,7 @@ workflows: - build: name: build-14 pg_major: 14 - image_tag: '14beta3' + image_tag: '14rc1' - check-style - check-sql-snapshots @@ -607,74 +607,74 @@ workflows: - test-citus: name: 'test-14_check-multi' pg_major: 14 - image_tag: '14beta3' + image_tag: '14rc1' make: check-multi requires: [build-14] - test-citus: name: 'test-14_check-multi-1' pg_major: 14 - image_tag: '14beta3' + image_tag: '14rc1' make: check-multi-1 requires: [build-14] - test-citus: name: 'test-14_check-mx' pg_major: 14 - image_tag: '14beta3' + image_tag: '14rc1' make: check-multi-mx requires: [build-14] - test-citus: name: 'test-14_check-vanilla' pg_major: 14 - image_tag: '14beta3' + image_tag: '14rc1' make: check-vanilla requires: [build-14] - test-citus: name: 'test-14_check-isolation' pg_major: 14 - image_tag: '14beta3' + image_tag: '14rc1' make: check-isolation requires: [build-14] - test-citus: name: 'test-14_check-worker' pg_major: 14 - image_tag: '14beta3' + image_tag: '14rc1' make: check-worker requires: [build-14] - test-citus: name: 'test-14_check-operations' pg_major: 14 - image_tag: '14beta3' + image_tag: '14rc1' make: check-operations requires: [build-14] - test-citus: name: 'test-14_check-follower-cluster' pg_major: 14 - image_tag: '14beta3' + image_tag: '14rc1' make: check-follower-cluster requires: [build-14] - test-citus: name: 'test-14_check-columnar' pg_major: 14 - image_tag: '14beta3' + image_tag: '14rc1' make: check-columnar requires: [build-14] - test-citus: name: 'test-14_check-columnar-isolation' pg_major: 14 - image_tag: '14beta3' + image_tag: '14rc1' make: check-columnar-isolation requires: [build-14] - tap-test-citus: name: 'test_14_tap-recovery' pg_major: 14 - image_tag: '14beta3' + image_tag: '14rc1' suite: recovery requires: [build-14] - test-citus: name: 'test-14_check-failure' pg_major: 14 image: citus/failtester - image_tag: '14beta3' + image_tag: '14rc1' 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-13-14' + image_tag: '12.8-13.4-14rc1' 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-13-14' + image_tag: '12.8-13.4-14rc1' requires: [build-13,build-14] - test-citus-upgrade: