Skip to content

Commit b64e024

Browse files
committed
Test with v20.2.0-alpha.3
Also update stable versions under test, and stop testing unsupported v2.1 release.
1 parent 984da3a commit b64e024

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

circle.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
version: 2
22

3-
.x-cockroach-2.1: &cockroach-2-1
4-
image: cockroachdb/cockroach:v2.1.11
5-
command: start --insecure
6-
73
.x-cockroach-19.1: &cockroach-19-1
8-
image: cockroachdb/cockroach:v19.1.9
4+
image: cockroachdb/cockroach:v19.1.11
95
command: start --insecure
106

117
.x-cockroach-19.2: &cockroach-19-2
12-
image: cockroachdb/cockroach:v19.2.7
13-
command: start --insecure
8+
image: cockroachdb/cockroach:v19.2.10
9+
command: start-single-node --insecure
1410

1511
.x-cockroach-20.1: &cockroach-20-1
16-
image: cockroachdb/cockroach:v20.1.0
17-
command: start --insecure
12+
image: cockroachdb/cockroach:v20.1.5
13+
command: start-single-node --insecure
14+
15+
.x-cockroach-20.2: &cockroach-20-2
16+
image: cockroachdb/cockroach-unstable:v20.2.0-alpha.3
17+
command: start-single-node --insecure
1818

1919
.x-tox-version: &tox-version
2020
TOX_VERSION: 3.12.1
@@ -38,13 +38,6 @@ version: 2
3838
command: ${HOME}/.local/bin/tox
3939

4040
jobs:
41-
test-py37-2.1:
42-
docker:
43-
- image: circleci/python:3.7
44-
- *cockroach-2-1
45-
<<: *test-steps
46-
<<: *py37
47-
4841
test-py37-19.1:
4942
docker:
5043
- image: circleci/python:3.7
@@ -66,6 +59,13 @@ jobs:
6659
<<: *test-steps
6760
<<: *py37
6861

62+
test-py37-20.2:
63+
docker:
64+
- image: circleci/python:3.7
65+
- *cockroach-20-2
66+
<<: *test-steps
67+
<<: *py37
68+
6969
lint:
7070
docker:
7171
- image: circleci/python:3.7
@@ -84,8 +84,8 @@ workflows:
8484
version: 2
8585
test-and-lint:
8686
jobs:
87-
- test-py37-2.1
8887
- test-py37-19.1
8988
- test-py37-19.2
9089
- test-py37-20.1
90+
- test-py37-20.2
9191
- lint

0 commit comments

Comments
 (0)