Skip to content

Commit

Permalink
gitlab-ci: update tags/branches and bump versions
Browse files Browse the repository at this point in the history
Set to manual build of the old tagged images.

Added new tags with manual builds:
1.10.8: 1.10.8-0-g2f18757b7
2.4.3: 2.4.3-0-g5180d98f1
2.5.2: 2.5.2-1-gf63c43b9a
2.6.1: 2.6.1-0-gcfe0d1a55
2.7.0: 2.7.0-1-g1ad696c09

Bumped branches:
2.3: 2.3.3-2-g7eea3a6cb
2.4: 2.4.3-1-g986fab717
2.5: 2.5.2-1-gf63c43b9a
2.6: 2.6.1-0-gcfe0d1a55

Updated stable images:
*1.x: 1.10.8-1-ge69e13015
*2.x: 2.5.2-0-g05730d326
  • Loading branch information
avtikhon committed Oct 25, 2020
1 parent b135db4 commit 0502fff
Show file tree
Hide file tree
Showing 14 changed files with 101 additions and 8 deletions.
89 changes: 88 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ before_script:

'alpine 3.5 1.10.0':
<<: *build_definition
when: manual
variables:
OS: 'alpine'
DIST: '3.5'
Expand All @@ -45,6 +46,7 @@ before_script:

'alpine 3.5 1.10.1':
<<: *build_definition
when: manual
variables:
OS: 'alpine'
DIST: '3.5'
Expand All @@ -55,6 +57,7 @@ before_script:

'alpine 3.5 1.10.2':
<<: *build_definition
when: manual
variables:
OS: 'alpine'
DIST: '3.5'
Expand All @@ -65,6 +68,7 @@ before_script:

'alpine 3.5 1.10.3':
<<: *build_definition
when: manual
variables:
OS: 'alpine'
DIST: '3.5'
Expand All @@ -75,6 +79,7 @@ before_script:

'alpine 3.9 1.10.4':
<<: *build_definition
when: manual
variables:
OS: 'alpine'
DIST: '3.9'
Expand All @@ -86,6 +91,7 @@ before_script:

'alpine 3.9 1.10.5':
<<: *build_definition
when: manual
variables:
OS: 'alpine'
DIST: '3.9'
Expand All @@ -97,6 +103,7 @@ before_script:

'alpine 3.9 1.10.6':
<<: *build_definition
when: manual
variables:
OS: 'alpine'
DIST: '3.9'
Expand All @@ -108,6 +115,7 @@ before_script:

'alpine 3.9 1.10.7':
<<: *build_definition
when: manual
variables:
OS: 'alpine'
DIST: '3.9'
Expand All @@ -116,6 +124,17 @@ before_script:
PORT: 5107
ROCKS_INSTALLER: 'luarocks'

'alpine 3.9 1.10.8':
<<: *build_definition
when: manual
variables:
OS: 'alpine'
DIST: '3.9'
TAG: '1.10.8'
VER: '1.10.8'
PORT: 5108
ROCKS_INSTALLER: 'luarocks'

'alpine 3.9 1.x':
<<: *build_definition
variables:
Expand All @@ -130,6 +149,7 @@ before_script:

'alpine 3.5 2.1.0':
<<: *build_definition
when: manual
variables:
OS: 'alpine'
DIST: '3.5'
Expand All @@ -140,6 +160,7 @@ before_script:

'alpine 3.5 2.1.1':
<<: *build_definition
when: manual
variables:
OS: 'alpine'
DIST: '3.5'
Expand All @@ -150,6 +171,7 @@ before_script:

'alpine 3.5 2.1.2':
<<: *build_definition
when: manual
variables:
OS: 'alpine'
DIST: '3.5'
Expand All @@ -160,6 +182,7 @@ before_script:

'alpine 3.9 2.1.3':
<<: *build_definition
when: manual
variables:
OS: 'alpine'
DIST: '3.9'
Expand All @@ -184,6 +207,7 @@ before_script:

'alpine 3.5 2.2.0':
<<: *build_definition
when: manual
variables:
OS: 'alpine'
DIST: '3.5'
Expand All @@ -194,6 +218,7 @@ before_script:

'alpine 3.5 2.2.1':
<<: *build_definition
when: manual
variables:
OS: 'alpine'
DIST: '3.5'
Expand All @@ -203,6 +228,7 @@ before_script:

'alpine 3.9 2.2.2':
<<: *build_definition
when: manual
variables:
OS: 'alpine'
DIST: '3.9'
Expand All @@ -212,6 +238,7 @@ before_script:

'alpine 3.9 2.2.3':
<<: *build_definition
when: manual
variables:
OS: 'alpine'
DIST: '3.9'
Expand All @@ -232,6 +259,7 @@ before_script:

'alpine 3.5 2.3.0':
<<: *build_definition
when: manual
variables:
OS: 'alpine'
DIST: '3.5'
Expand All @@ -241,6 +269,7 @@ before_script:

'alpine 3.9 2.3.1':
<<: *build_definition
when: manual
variables:
OS: 'alpine'
DIST: '3.9'
Expand All @@ -250,6 +279,7 @@ before_script:

'alpine 3.9 2.3.2':
<<: *build_definition
when: manual
variables:
OS: 'alpine'
DIST: '3.9'
Expand All @@ -259,6 +289,7 @@ before_script:

'alpine 3.9 2.3.3':
<<: *build_definition
when: manual
variables:
OS: 'alpine'
DIST: '3.9'
Expand All @@ -279,6 +310,7 @@ before_script:

'alpine 3.9 2.4.0':
<<: *build_definition
when: manual
variables:
OS: 'alpine'
DIST: '3.9'
Expand All @@ -288,6 +320,7 @@ before_script:

'alpine 3.9 2.4.1':
<<: *build_definition
when: manual
variables:
OS: 'alpine'
DIST: '3.9'
Expand All @@ -297,13 +330,24 @@ before_script:

'alpine 3.9 2.4.2':
<<: *build_definition
when: manual
variables:
OS: 'alpine'
DIST: '3.9'
TAG: '2.4.2'
VER: '2.4.2'
PORT: 5242

'alpine 3.9 2.4.3':
<<: *build_definition
when: manual
variables:
OS: 'alpine'
DIST: '3.9'
TAG: '2.4.3'
VER: '2.4.3'
PORT: 5243

'alpine 3.9 2.4':
<<: *build_definition
variables:
Expand All @@ -317,6 +361,7 @@ before_script:

'alpine 3.9 2.5.0':
<<: *build_definition
when: manual
variables:
OS: 'alpine'
DIST: '3.9'
Expand All @@ -326,13 +371,24 @@ before_script:

'alpine 3.9 2.5.1':
<<: *build_definition
when: manual
variables:
OS: 'alpine'
DIST: '3.9'
TAG: '2.5.1'
VER: '2.5.1'
PORT: 5252

'alpine 3.9 2.5.2':
<<: *build_definition
when: manual
variables:
OS: 'alpine'
DIST: '3.9'
TAG: '2.5.2'
VER: '2.5.2'
PORT: 5253

'alpine 3.9 2.5':
<<: *build_definition
variables:
Expand All @@ -342,17 +398,48 @@ before_script:
VER: '2.5'
PORT: 5250

# Tarantool branch master
# Tarantool branch 2.6

'alpine 3.9 2.6.0':
<<: *build_definition
when: manual
variables:
OS: 'alpine'
DIST: '3.9'
TAG: '2.6.0'
VER: '2.6.0'
PORT: 5260

'alpine 3.9 2.6.1':
<<: *build_definition
when: manual
variables:
OS: 'alpine'
DIST: '3.9'
TAG: '2.6.1'
VER: '2.6.1'
PORT: 5261

'alpine 3.9 2.6':
<<: *build_definition
variables:
OS: 'alpine'
DIST: '3.9'
TAG: '2.6'
VER: '2.6'
PORT: 5269

# Tarantool branch master

'alpine 3.9 2.7':
<<: *build_definition
variables:
OS: 'alpine'
DIST: '3.9'
TAG: '2.7'
VER: '2.7'
PORT: 5279

'alpine 3.9 2.x':
<<: *build_definition
variables:
Expand Down
1 change: 1 addition & 0 deletions versions/alpine_3.9_1.10.8
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.10.8-0-g2f18757b7
2 changes: 1 addition & 1 deletion versions/alpine_3.9_1.x
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.7-1-gb93a33ab2
1.10.8-1-ge69e13015
2 changes: 1 addition & 1 deletion versions/alpine_3.9_2.3
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.3-1-g43af95e77
2.3.3-2-g7eea3a6cb
2 changes: 1 addition & 1 deletion versions/alpine_3.9_2.4
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.2-1-g3f00d29f9
2.4.3-1-g986fab717
1 change: 1 addition & 0 deletions versions/alpine_3.9_2.4.3
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.4.3-0-g5180d98f1
2 changes: 1 addition & 1 deletion versions/alpine_3.9_2.5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.1-1-g635f6e507
2.5.2-1-gf63c43b9a
1 change: 1 addition & 0 deletions versions/alpine_3.9_2.5.2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.5.2-0-g05730d326
1 change: 1 addition & 0 deletions versions/alpine_3.9_2.6
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.6.1-0-gcfe0d1a55
1 change: 1 addition & 0 deletions versions/alpine_3.9_2.6.1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.6.1-0-gcfe0d1a55
1 change: 1 addition & 0 deletions versions/alpine_3.9_2.7.0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.7.0-1-g1ad696c09
2 changes: 1 addition & 1 deletion versions/alpine_3.9_2.x
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.2-0-gcccd89701
2.5.2-0-g05730d326
2 changes: 1 addition & 1 deletion versions/centos_7_1.x
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.7-1-gb93a33ab2
1.10.8-1-ge69e13015
2 changes: 1 addition & 1 deletion versions/centos_7_2.x
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.2-0-gcccd89701
2.5.2-0-g05730d326

0 comments on commit 0502fff

Please sign in to comment.