remove pg10 from pg upgrade tests (#3102)

pull/3092/head
SaitTalhaNisanci 2019-10-11 11:30:06 +03:00 committed by Jelte Fennema
parent 3fb9c63890
commit 95633416f7
1 changed files with 0 additions and 13 deletions

View File

@ -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]