@@ -25,7 +25,7 @@ services:
25
25
26
26
env :
27
27
global :
28
- - MAIN_BRANCH=private-master
28
+ - MAIN_BRANCH=v9.2.2
29
29
- MQ_LTS_VERSION=9.2.0.1
30
30
- TAGCACHE_FILE=tagcache
31
31
- RELEASE=r1
@@ -40,7 +40,7 @@ go_import_path: "github.com/ibm-messaging/mq-container"
40
40
jobs :
41
41
include :
42
42
- stage : basic-build
43
- if : branch != private-master AND tag IS blank
43
+ if : branch != v9.2.2 AND tag IS blank
44
44
name : " Basic AMD64 build"
45
45
os : linux
46
46
env :
@@ -50,20 +50,20 @@ jobs:
50
50
# CD Build
51
51
52
52
- stage : global-tag
53
- if : branch = private-master AND type != pull_request OR tag =~ ^release-candidate*
53
+ if : branch = v9.2.2 AND type != pull_request OR tag =~ ^release-candidate*
54
54
name : " Generate Global Tag"
55
55
os : linux
56
56
script : bash -e travis-build-scripts/global-tag.sh
57
57
- stage : build
58
- if : branch = private-master OR tag =~ ^release-candidate*
58
+ if : branch = v9.2.2 OR tag =~ ^release-candidate*
59
59
name : " Multi-Arch AMD64 build"
60
60
os : linux
61
61
env :
62
62
- BUILD_ALL=true
63
63
- MQ_ARCHIVE_REPOSITORY=$MQ_922_ARCHIVE_REPOSITORY_AMD64
64
64
- MQ_ARCHIVE_REPOSITORY_DEV=$MQ_922_ARCHIVE_REPOSITORY_DEV_AMD64
65
65
script : bash -e travis-build-scripts/run.sh
66
- # - if: branch = private-master OR tag =~ ^release-candidate*
66
+ # - if: branch = v9.2.2 OR tag =~ ^release-candidate*
67
67
# name: "Multi-Arch PPC64LE build"
68
68
# os: linux-ppc64le
69
69
# env:
73
73
# - MQ_ARCHIVE_REPOSITORY_DEV=$MQ_922_ARCHIVE_REPOSITORY_DEV_PPC64LE
74
74
# script: bash -e travis-build-scripts/run.sh
75
75
- stage : build
76
- if : branch = private-master OR tag =~ ^release-candidate*
76
+ if : branch = v9.2.2 OR tag =~ ^release-candidate*
77
77
name : " Multi-Arch S390X build"
78
78
os : linux-s390
79
79
env :
83
83
- MQ_ARCHIVE_REPOSITORY_DEV=$MQ_922_ARCHIVE_REPOSITORY_DEV_S390X
84
84
script : bash -e travis-build-scripts/run.sh
85
85
- stage : push-manifest
86
- if : branch = private-master AND type != pull_request OR tag =~ ^release-candidate*
86
+ if : branch = v9.2.2 AND type != pull_request OR tag =~ ^release-candidate*
87
87
name : " Push Manifest-list to registry"
88
88
env :
89
89
- PUSH_MANIFEST_ONLY=true
92
92
# LTS Build
93
93
94
94
- stage : global-tag
95
- if : branch = private-master AND type != pull_request OR tag =~ ^release-candidate*
95
+ if : branch = v9.2.2 AND type != pull_request OR tag =~ ^release-candidate*
96
96
name : " Generate Global Tag"
97
97
os : linux
98
98
env :
@@ -102,7 +102,7 @@ jobs:
102
102
- RELEASE=$RELEASE_LTS
103
103
script : bash -e travis-build-scripts/global-tag.sh
104
104
- stage : build
105
- if : branch = private-master OR tag =~ ^release-candidate*
105
+ if : branch = v9.2.2 OR tag =~ ^release-candidate*
106
106
name : " Multi-Arch AMD64 build"
107
107
os : linux
108
108
env :
@@ -113,7 +113,7 @@ jobs:
113
113
- RELEASE=$RELEASE_LTS
114
114
script : bash -e travis-build-scripts/run.sh
115
115
- stage : build
116
- if : branch = private-master OR tag =~ ^release-candidate*
116
+ if : branch = v9.2.2 OR tag =~ ^release-candidate*
117
117
name : " Multi-Arch S390X build"
118
118
os : linux-s390
119
119
env :
@@ -125,7 +125,7 @@ jobs:
125
125
- RELEASE=$RELEASE_LTS
126
126
script : bash -e travis-build-scripts/run.sh
127
127
- stage : push-manifest
128
- if : branch = private-master AND type != pull_request OR tag =~ ^release-candidate*
128
+ if : branch = v9.2.2 AND type != pull_request OR tag =~ ^release-candidate*
129
129
name : " Push Manifest-list to registry"
130
130
env :
131
131
- LTS=true
0 commit comments