33
33
- ' 3.8'
34
34
- ' 3.9'
35
35
- ' 3.10'
36
+ - ' 3.11'
36
37
msgpack-deps :
37
38
# latest msgpack will be installed as a part of requirements.txt
38
39
- ' '
@@ -42,17 +43,17 @@ jobs:
42
43
# "This page is taking too long to load." error. Thus we use
43
44
# pairwise testing.
44
45
include :
45
- - tarantool : ' 2.8 '
46
- python : ' 3.10 '
46
+ - tarantool : ' 2.11 '
47
+ python : ' 3.11 '
47
48
msgpack-deps : ' msgpack-python==0.4.0'
48
- - tarantool : ' 2.8 '
49
- python : ' 3.10 '
49
+ - tarantool : ' 2.11 '
50
+ python : ' 3.11 '
50
51
msgpack-deps : ' msgpack==0.5.0'
51
- - tarantool : ' 2.8 '
52
- python : ' 3.10 '
52
+ - tarantool : ' 2.11 '
53
+ python : ' 3.11 '
53
54
msgpack-deps : ' msgpack==0.6.2'
54
- - tarantool : ' 2.8 '
55
- python : ' 3.10 '
55
+ - tarantool : ' 2.11 '
56
+ python : ' 3.11 '
56
57
msgpack-deps : ' msgpack==1.0.4'
57
58
58
59
steps :
@@ -114,15 +115,15 @@ jobs:
114
115
fail-fast : false
115
116
matrix :
116
117
tarantool :
117
- - bundle : ' bundle -1.10.11 -0-gf0b0e7ecf-r470 '
118
- path : ' '
119
- - bundle : ' bundle -2.8.3-21-g7d35cd2be-r470 '
120
- path : ' '
121
- - bundle : ' bundle- 2.10.0-1-gfa775b383-r486- linux- x86_64'
122
- path : ' '
123
- - bundle : ' sdk-gc64-2.11.0-rc2-0-r557 .linux.x86_64'
118
+ - bundle : ' sdk -1.10.15 -0-r563 '
119
+ path : ' release/linux/x86_64/1.10/ '
120
+ - bundle : ' sdk -2.8.4-0-r563 '
121
+ path : ' release/linux/x86_64/2.8/ '
122
+ - bundle : ' sdk-gc64- 2.10.7-0-r563. linux. x86_64'
123
+ path : ' release/linux/x86_64/2.10/ '
124
+ - bundle : ' sdk-gc64-2.11.0-0-r563 .linux.x86_64'
124
125
path : ' release/linux/x86_64/2.11/'
125
- python : ['3.6', '3.7', '3.8', '3.9', '3.10 ']
126
+ python : ['3.6', '3.11 ']
126
127
127
128
steps :
128
129
- name : Clone the connector
@@ -169,8 +170,8 @@ jobs:
169
170
source tarantool-enterprise/env.sh
170
171
make test
171
172
env :
172
- TEST_TNT_SSL : ${{ matrix.tarantool.bundle == 'bundle- 2.10.0-1-gfa775b383-r486- linux- x86_64' ||
173
- matrix.tarantool.bundle == 'sdk-gc64-2.11.0-rc2-0-r557 .linux.x86_64'}}
173
+ TEST_TNT_SSL : ${{ matrix.tarantool.bundle == 'sdk-gc64- 2.10.7-0-r563. linux. x86_64' ||
174
+ matrix.tarantool.bundle == 'sdk-gc64-2.11.0-0-r563 .linux.x86_64'}}
174
175
175
176
run_tests_pip_branch_install_linux :
176
177
# We want to run on external PRs, but not on our own internal
@@ -191,10 +192,7 @@ jobs:
191
192
- ' 2.11'
192
193
python :
193
194
- ' 3.6'
194
- - ' 3.7'
195
- - ' 3.8'
196
- - ' 3.9'
197
- - ' 3.10'
195
+ - ' 3.11'
198
196
steps :
199
197
- name : Clone the connector repo
200
198
uses : actions/checkout@v3
@@ -244,12 +242,10 @@ jobs:
244
242
matrix :
245
243
# Use reduced test matrix cause Windows pipelines are long.
246
244
tarantool :
247
- - ' 1.10'
248
- - ' 2.8'
249
- - ' 2.10.0.g0a5ce0b9c-1'
245
+ - ' 2.11.0.g247a9a418-1'
250
246
python :
251
247
- ' 3.6'
252
- - ' 3.10 '
248
+ - ' 3.11 '
253
249
254
250
steps :
255
251
- name : Clone the connector
@@ -271,15 +267,7 @@ jobs:
271
267
with :
272
268
distribution : Ubuntu-20.04
273
269
274
- - name : Install tarantool ${{ matrix.tarantool }} for WSL (2.8 and older)
275
- if : (matrix.tarantool == '1.10') || (matrix.tarantool == '2.8')
276
- shell : wsl-bash_Ubuntu-20.04 {0}
277
- run : |
278
- curl -L https://tarantool.io/installer.sh | VER=${{ matrix.tarantool }} bash -s -- --type "release"
279
- sudo apt install -y tarantool tarantool-dev
280
-
281
270
- name : Install tarantool ${{ matrix.tarantool }} for WSL (2.10 and newer)
282
- if : (matrix.tarantool != '1.10') && (matrix.tarantool != '2.8')
283
271
shell : wsl-bash_Ubuntu-20.04 {0}
284
272
run : |
285
273
curl -L https://tarantool.io/release/2/installer.sh | bash -s
@@ -324,10 +312,10 @@ jobs:
324
312
matrix :
325
313
# Use reduced test matrix cause Windows pipelines are long.
326
314
tarantool :
327
- - ' 2.10 .0.g0a5ce0b9c -1'
315
+ - ' 2.11 .0.g247a9a418 -1'
328
316
python :
329
317
- ' 3.6'
330
- - ' 3.10 '
318
+ - ' 3.11 '
331
319
steps :
332
320
- name : Clone the connector repo
333
321
uses : actions/checkout@v3
0 commit comments