25
25
metrics-version : " 0.1.8"
26
26
- tarantool-version : " 2.8"
27
27
metrics-version : " 0.10.0"
28
- - tarantool-version : " 2.8 "
28
+ - tarantool-version : " 2.10 "
29
29
coveralls : true
30
30
metrics-version : " 0.12.0"
31
31
fail-fast : false
79
79
github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository
80
80
strategy :
81
81
matrix :
82
- tarantool-version : ["1.10", "2.8 "]
82
+ tarantool-version : ["1.10", "2.10 "]
83
83
metrics-version : ["0.12.0"]
84
84
fail-fast : false
85
85
runs-on : ubuntu-20.04
@@ -112,7 +112,11 @@ jobs:
112
112
if : github.event_name == 'push'
113
113
strategy :
114
114
matrix :
115
- bundle_version : [ "1.10.11-0-gf0b0e7ecf-r422", "2.7.3-0-gdddf926c3-r422" ]
115
+ tarantool-version :
116
+ - folder : " 1.10"
117
+ bundle : " tarantool-enterprise-sdk-1.10.13-48-r523"
118
+ - folder : " 2.10"
119
+ bundle : " tarantool-enterprise-sdk-nogc64-2.10.4-0-r523.linux.x86_64"
116
120
metrics-version : ["", "0.12.0"]
117
121
fail-fast : false
118
122
runs-on : ubuntu-20.04
@@ -121,9 +125,9 @@ jobs:
121
125
122
126
- name : Install requirements for enterprise
123
127
run : |
124
- curl -O -L https://tarantool:${{ secrets.DOWNLOAD_TOKEN }}@download.tarantool.io/enterprise/tarantool-enterprise-bundle- ${{ matrix.bundle_version }}.tar.gz
125
- tar -xzf tarantool-enterprise-bundle- ${{ matrix.bundle_version }}.tar.gz
126
- rm -f tarantool-enterprise-bundle- ${{ matrix.bundle_version }}.tar.gz
128
+ curl -O -L https://tarantool:${{ secrets.DOWNLOAD_TOKEN }}@download.tarantool.io/enterprise/release/linux/x86_64/${{ matrix. tarantool-version.folder }}/ ${{ matrix.tarantool-version.bundle }}.tar.gz
129
+ tar -xzf ${{ matrix.tarantool-version.bundle }}.tar.gz
130
+ rm -f ${{ matrix.tarantool-version.bundle }}.tar.gz
127
131
sudo cp tarantool-enterprise/tarantool /usr/bin/tarantool
128
132
source tarantool-enterprise/env.sh
129
133
tarantool --version
0 commit comments