From 23c26e9cbf793fb507aa4d331dbaa3ef6f57c6c8 Mon Sep 17 00:00:00 2001 From: Hanefi Onaldi Date: Wed, 23 Oct 2019 11:33:28 +0300 Subject: [PATCH] Remove PG10 to PG11 upgrade test --- .circleci/config.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 42c581f0b..fb29522fe 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -140,17 +140,6 @@ jobs: name: 'Install and Test (check-failure)' command: 'chown -R circleci:circleci /home/circleci && install-and-test-ext check-failure' - test-10-11_check-pg-upgrade: - docker: - - image: 'citus/pgupgradetester:latest' - working_directory: /home/circleci/project - steps: - - attach_workspace: - at: . - - run: - name: 'Install and test postgres upgrade' - command: 'chown -R circleci:circleci /home/circleci && install-and-test-ext --target check-pg-upgrade --old-pg-version 10 --new-pg-version 11' - test-11-12_check-pg-upgrade: docker: - image: 'citus/pgupgradetester:latest' @@ -341,8 +330,6 @@ workflows: - test-12_check-non-adaptive-isolation: requires: [build] - - test-10-11_check-pg-upgrade: - requires: [build] - test-11-12_check-pg-upgrade: requires: [build]