mirror of https://github.com/citusdata/citus.git
Update all docker images with pg 11.5 (#3012)
parent
24a56d2257
commit
e3dcc9504f
|
@ -100,7 +100,7 @@ jobs:
|
||||||
command: 'install-and-test-ext check-failure'
|
command: 'install-and-test-ext check-failure'
|
||||||
test-11_check-multi:
|
test-11_check-multi:
|
||||||
docker:
|
docker:
|
||||||
- image: 'citusdata/exttester-11:latest'
|
- image: 'citus/exttester-11:latest'
|
||||||
working_directory: /home/circleci/project
|
working_directory: /home/circleci/project
|
||||||
steps:
|
steps:
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
|
@ -113,7 +113,7 @@ jobs:
|
||||||
|
|
||||||
test-11_check-non-adaptive-multi:
|
test-11_check-non-adaptive-multi:
|
||||||
docker:
|
docker:
|
||||||
- image: 'citusdata/exttester-11:latest'
|
- image: 'citus/exttester-11:latest'
|
||||||
working_directory: /home/circleci/project
|
working_directory: /home/circleci/project
|
||||||
steps:
|
steps:
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
|
@ -126,7 +126,7 @@ jobs:
|
||||||
|
|
||||||
test-11_check-non-adaptive-failure:
|
test-11_check-non-adaptive-failure:
|
||||||
docker:
|
docker:
|
||||||
- image: 'citusdata/failtester-11:latest'
|
- image: 'citus/failtester-11:latest'
|
||||||
working_directory: /home/circleci/project
|
working_directory: /home/circleci/project
|
||||||
steps:
|
steps:
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
|
@ -139,7 +139,7 @@ jobs:
|
||||||
|
|
||||||
test-11_check-non-adaptive-isolation:
|
test-11_check-non-adaptive-isolation:
|
||||||
docker:
|
docker:
|
||||||
- image: 'citusdata/exttester-11:latest'
|
- image: 'citus/exttester-11:latest'
|
||||||
working_directory: /home/circleci/project
|
working_directory: /home/circleci/project
|
||||||
steps:
|
steps:
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
|
@ -153,7 +153,7 @@ jobs:
|
||||||
|
|
||||||
test-11_check-tt-van-mx:
|
test-11_check-tt-van-mx:
|
||||||
docker:
|
docker:
|
||||||
- image: 'citusdata/exttester-11:latest'
|
- image: 'citus/exttester-11:latest'
|
||||||
working_directory: /home/circleci/project
|
working_directory: /home/circleci/project
|
||||||
steps:
|
steps:
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
|
@ -165,7 +165,7 @@ jobs:
|
||||||
flags: 'test_11,tracker,vanilla,mx'
|
flags: 'test_11,tracker,vanilla,mx'
|
||||||
test-11_check-iso-work-fol:
|
test-11_check-iso-work-fol:
|
||||||
docker:
|
docker:
|
||||||
- image: 'citusdata/exttester-11:latest'
|
- image: 'citus/exttester-11:latest'
|
||||||
working_directory: /home/circleci/project
|
working_directory: /home/circleci/project
|
||||||
steps:
|
steps:
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
|
@ -177,7 +177,7 @@ jobs:
|
||||||
flags: 'test_11,isolation,worker'
|
flags: 'test_11,isolation,worker'
|
||||||
test-11_check-fol:
|
test-11_check-fol:
|
||||||
docker:
|
docker:
|
||||||
- image: 'citusdata/exttester-11:latest'
|
- image: 'citus/exttester-11:latest'
|
||||||
working_directory: /home/circleci/project
|
working_directory: /home/circleci/project
|
||||||
steps:
|
steps:
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
|
@ -199,7 +199,7 @@ jobs:
|
||||||
path: '/tmp/core_dumps'
|
path: '/tmp/core_dumps'
|
||||||
test-11_check-failure:
|
test-11_check-failure:
|
||||||
docker:
|
docker:
|
||||||
- image: 'citusdata/failtester-11:latest'
|
- image: 'citus/failtester-11:latest'
|
||||||
working_directory: /home/circleci/project
|
working_directory: /home/circleci/project
|
||||||
steps:
|
steps:
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
|
|
Loading…
Reference in New Issue